[r-cran-matchit] 19/45: Import Debian changes 2.4-10-1

Andreas Tille tille at debian.org
Fri Oct 20 06:17:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-matchit.

commit 5690ba1b64abf4492dcc8232f6a84170ce86a38f
Merge: 6460411 fc24d4d
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Mon Mar 16 22:05:43 2009 -0500

    Import Debian changes 2.4-10-1
    
    matchit (2.4-10-1) unstable; urgency=low
    
      * New upstream release
    
    matchit (2.4-5-1) unstable; urgency=low
    
      * New upstream release.

 DESCRIPTION                         |   33 +-
 NAMESPACE                           |    1 +
 R/discard.R                         |    6 +-
 R/hist.pscore.R                     |   41 +
 R/jitter.pscore.R                   |   14 +-
 R/match.qoi.R                       |   33 +-
 R/matchit.R                         |   16 +-
 R/matchit.qqplot.R                  |   21 +-
 R/matchit2cem.R                     |   57 +
 R/matchit2full.R                    |    5 +-
 R/matchit2genetic.R                 |    6 +-
 R/matchit2nearest.R                 |    8 +-
 R/matchit2subclass.R                |   23 +-
 R/plot.matchit.R                    |    2 +
 R/plot.matchit.subclass.R           |    2 +
 R/plot.summary.matchit.R            |   42 +
 R/print.summary.matchit.exact.R     |    8 +-
 R/summary.matchit.R                 |   16 +-
 R/summary.matchit.exact.R           |    9 +-
 R/summary.matchit.full.R            |    1 +
 R/summary.matchit.subclass.R        |    6 +-
 debian/changelog                    |   12 +
 debian/compat                       |    2 +-
 debian/control                      |   28 +-
 debian/copyright                    |    2 +
 debian/r-other-gking-matchit.postrm |    5 -
 debian/rules                        |    7 +-
 demo/00Index                        |    1 +
 demo/analysis.R                     |   21 +-
 demo/cem.R                          |   47 +
 demo/exact.R                        |    4 +-
 demo/full.R                         |    8 +-
 demo/genetic.R                      |    7 +-
 demo/nearest.R                      |   34 +-
 demo/optimal.R                      |    9 +-
 demo/subclass.R                     |    7 +-
 inst/doc/.latex2html-init           |  244 ++
 inst/doc/Makefile                   |   16 +
 inst/doc/balance.tex                |  137 +
 inst/doc/faq.tex                    |  194 +
 inst/doc/figs/f2figb.ps             | 4081 ++++++++++++++++++
 inst/doc/figs/hist.pdf              |  363 ++
 inst/doc/figs/jitterplotnn.eps      | 4085 +++++++++++++++++++
 inst/doc/figs/jitterplotnn.pdf      | 3484 ++++++++++++++++
 inst/doc/figs/qqplotnn.eps          | 7710 +++++++++++++++++++++++++++++++++++
 inst/doc/figs/qqplotnn.pdf          | 3007 ++++++++++++++
 inst/doc/figs/qqplotnn1.eps         | 1594 ++++++++
 inst/doc/figs/qqplotnn1.pdf         | 1555 +++++++
 inst/doc/figs/qqplotnn2.eps         | 1604 ++++++++
 inst/doc/figs/qqplotnn2.pdf         | 1557 +++++++
 inst/doc/graphics.R                 |   48 +
 inst/doc/index.shtml                |   76 +
 inst/doc/intro.tex                  |   85 +
 inst/doc/makematchH                 |   18 +
 inst/doc/matchit.aux                |  188 +
 inst/doc/matchit.bbl                |  118 +
 inst/doc/matchit.blg                |   52 +
 inst/doc/matchit.log                |  636 +++
 inst/doc/matchit.out                |   62 +
 inst/doc/matchit.pdf                |  Bin 0 -> 430354 bytes
 inst/doc/matchit.tex                |  196 +
 inst/doc/matchit.toc                |   70 +
 inst/doc/matchit2zelig.tex          |  285 ++
 inst/doc/matchitref.tex             |  389 ++
 inst/doc/mdataref.tex               |  103 +
 inst/doc/notation.tex               |  151 +
 inst/doc/overview.tex               |  199 +
 inst/doc/plotref.tex                |  105 +
 inst/doc/preprocess.tex             |  233 ++
 inst/doc/summaryref.tex             |  127 +
 man/help.matchit.Rd                 |    2 +-
 man/lalonde.Rd                      |    6 +-
 man/match.data.Rd                   |   32 +-
 man/matchit.Rd                      |  102 +-
 man/user.prompt.Rd                  |    2 +-
 75 files changed, 33228 insertions(+), 232 deletions(-)

diff --cc debian/changelog
index 248eb2f,0000000..97349d0
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,87 -1,0 +1,99 @@@
++matchit (2.4-10-1) unstable; urgency=low
++
++  * New upstream release
++
++ -- Chris Lawrence <lawrencc at debian.org>  Mon, 16 Mar 2009 22:05:43 -0500
++
++matchit (2.4-5-1) unstable; urgency=low
++
++  * New upstream release.
++
++ -- Chris Lawrence <lawrencc at debian.org>  Mon, 28 Jul 2008 05:47:59 -0500
++
 +matchit (2.2-11-2) unstable; urgency=high
 +
 +  * Add empty postrm to r-other-gking-matchit to make upgrades from sarge
 +    happy.  (Closes: #410951)
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Wed,  7 Mar 2007 00:28:28 -0600
 +
 +matchit (2.2-11-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Mon, 17 Jul 2006 20:47:18 -0400
 +
 +matchit (2.2-10-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu,  1 Jun 2006 16:15:32 -0400
 +
 +matchit (2.2-7-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu, 27 Apr 2006 06:48:36 -0400
 +
 +matchit (2.2-5-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu,  8 Dec 2005 08:45:23 -0500
 +
 +matchit (2.1-4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sun, 16 Oct 2005 15:26:00 -0400
 +
 +matchit (2.1-3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Remove post{rm,inst}, bump depends accordingly.
 +  * Include build and binary dependencies on r-cran-vr and r-cran-zelig.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat,  8 Oct 2005 19:56:57 -0400
 +
 +matchit (1.0-2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu, 25 Aug 2005 01:26:04 -0400
 +
 +matchit (1.0-1-2) unstable; urgency=low
 +
 +  * Rename binary package to r-cran-matchit, per R naming policy.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Fri, 10 Jun 2005 00:58:56 -0500
 +
 +matchit (1.0-1-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update upstream URL in debian/watch and debian/copyright.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sun, 23 Jan 2005 04:59:53 -0600
 +
 +matchit (0.1-8-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat,  9 Oct 2004 21:55:33 -0500
 +
 +matchit (0.1-5-2) unstable; urgency=low
 +
 +  * Rebuild for R 2.0.0.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Fri,  8 Oct 2004 00:33:21 -0500
 +
 +matchit (0.1-5-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sun, 15 Aug 2004 23:55:47 -0500
 +
 +matchit (0.1-4-1) unstable; urgency=low
 +
 +  * Initial Debian Release.  (Closes: #255309)
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Tue, 23 Mar 2004 13:07:33 -0600
diff --cc debian/compat
index b8626c4,0000000..7f8f011
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 4
++7
diff --cc debian/control
index 5f3e381,0000000..80c7987
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,41 -1,0 +1,27 @@@
 +Source: matchit
- Section: math
++Section: gnu-r
 +Priority: optional
 +Maintainer: Chris Lawrence <lawrencc at debian.org>
- Build-Depends: debhelper (>> 4.1.0), cdbs
- Build-Depends-Indep: r-base-dev (>> 2.2.0), r-cran-vr, r-cran-zelig
- Standards-Version: 3.7.2
++Build-Depends: debhelper (>> 7), cdbs
++Build-Depends-Indep: r-base-dev (>> 2.7.0), r-cran-vr
++Standards-Version: 3.8.1
++Homepage: http://gking.harvard.edu/matchit/
 +
 +Package: r-cran-matchit
 +Architecture: all
- Depends: r-base-core (>> 2.2.0), r-cran-vr, r-cran-zelig
- Conflicts: r-other-gking-matchit (<< 1.0-1-2)
- Replaces: r-other-gking-matchit (<< 1.0-1-2)
++Depends: r-base-core (>> 2.7.0), r-cran-vr, ${misc:Depends}
++Suggests: r-cran-zelig
 +Description: GNU R package of nonparametric matching methods
 + MatchIt implements the suggestions of Ho, Imai, King, and Stuart
 + (2004) for improving parametric statistical models by preprocessing
 + data with nonparametric matching methods.
 + .
 + MatchIt implements a wide range of sophisticated matching methods,
 + making it possible to greatly reduce the dependence of causal
 + inferences on hard-to-justify, but commonly made, statistical
 + modeling assumptions. The software also easily fits into existing
 + research practices since, after preprocessing with MatchIt,
 + researchers can use whatever parametric model they would have used
 + without MatchIt, but produce inferences with substantially more
 + robustness and less sensitivity to modeling assumptions. MatchIt is
 + an R program, and also works seamlessly within Zelig.
-  .
-  Home Page: http://gking.harvard.edu/matchit/
- 
- Package: r-other-gking-matchit
- Architecture: all
- Depends: r-cran-matchit
- Description: GNU R package of nonparametric matching methods (dummy package)
-  MatchIt implements the suggestions of Ho, Imai, King, and Stuart
-  (2004) for improving parametric statistical models by preprocessing
-  data with nonparametric matching methods.
-  .
-  This package has been renamed to "r-cran-matchit"; this package
-  exists only to provide seemless upgrades from Debian 3.1 (sarge), and
-  can be safely removed after r-cran-matchit is installed.
diff --cc debian/copyright
index ed90da2,0000000..e1f1617
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,23 -1,0 +1,25 @@@
 +This is the Debian package of the GNU R package known as "MatchIt".
 +The upstream authors are:
 +
 +Daniel Ho <deho at fas.harvard.edu>
 +Kosuke Imai <kimai at Princeton.Edu>
 +Gary King <king at harvard.edu>
 +Elizabeth Stuart <stuart at stat.harvard.edu>
 +
 +This package was created by Chris Lawrence <lawrencc at debian.org>,
 +based on Dirk Eddelbuettel's packaging of r-cran-car.
 +
 +The sources were downloaded from 
 +http://www.cran.mirrors.pair.com/src/contrib/
 +
 +The package was renamed from its upstream name 'MatchIt' to
 +'r-other-gking-matchit' to fit the pattern of CRAN (and non-CRAN)
 +packages for R.
 +
++Copyright (C) 2008 Daniel Ho, Kosuke Imai, Gary King, and Elizabeth Stuart
++
 +It has been placed under the GNU General Public License.  On Debian
 +systems, the GPL is included in the file /usr/share/common-licenses/GPL.
 +
 +The upstream DESCRIPTION file for this package is available in
 +/usr/lib/R/site-library/MatchIt/
diff --cc debian/rules
index 1db6e98,0000000..82d7641
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,24 -1,0 +1,25 @@@
 +#!/usr/bin/make -f
 +# 							-*- makefile -*-
 +# debian/rules file for the Debian/GNU Linux r-cran-car package
 +# Copyright 2003 by Dirk Eddelbuettel <edd at debian.org>
 +
 +include /usr/share/cdbs/1/rules/debhelper.mk
 +include /usr/share/cdbs/1/class/langcore.mk
 +
 +## We need the CRAN (upstream) name 
 +cranName	:= $(shell grep Package: DESCRIPTION | cut -f2 -d" ")
 +## and we need to build a Debian Policy-conformant lower-case package name
 +cranNameLC	:= $(shell echo $(cranName) | tr "[A-Z]" "[a-z]" | tr "." "-" )
 +## which we can use to build the package directory 
 +package		:= r-cran-matchit
 +## which we use for the to-be-installed-in directory
 +debRlib		:= $(CURDIR)/debian/$(package)/usr/lib/R/site-library
 +
 +common-install-indep:: R_any_arch
 +common-install-arch:: R_any_arch
 +
 +R_any_arch:
- 		dh_installdirs		usr/lib/R/site-library
- 		R CMD INSTALL -l $(debRlib) --clean .
- 		rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING
++	dh_installdirs		usr/lib/R/site-library
++	R CMD INSTALL -l $(debRlib) --clean .
++	rm -vf $(debRlib)/R.css $(debRlib)/$(cranNameLC)/COPYING
++	rm -vf $(debRlib)/MatchIt/doc/makematchH

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-matchit.git



More information about the debian-science-commits mailing list