[r-cran-matchit] 07/45: Import Debian changes 2.1-3-1

Andreas Tille tille at debian.org
Fri Oct 20 06:17:18 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 69582b42346541a8d174cd101f9adc73857a40b5
Merge: d10a845 fcb22a3
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Sat Oct 8 19:56:57 2005 -0400

    Import Debian changes 2.1-3-1
    
    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.

 DESCRIPTION                        |  16 ++-
 NAMESPACE                          |  32 ++---
 R/diagnose.R                       |  82 -----------
 R/discard.R                        |  30 ++++
 R/distance.R                       | 136 ------------------
 R/distance2GAM.R                   |  30 ++++
 R/distance2glm.R                   |  50 +++++++
 R/distance2mahalanobis.R           |   9 ++
 R/distance2nnet.R                  |   6 +
 R/distance2rpart.R                 |   6 +
 R/exactmatch.R                     |  25 ----
 R/help.matchit.R                   |  30 ++--
 R/jitter.pscore.R                  |  29 ++++
 R/load.first.R                     |  14 ++
 R/match.data.R                     |  36 ++++-
 R/match.qoi.R                      |  64 +++++++++
 R/matchdef.R                       | 220 -----------------------------
 R/matchit.R                        | 217 +++++++----------------------
 R/matchit.qqplot.R                 |  86 ++++++++++++
 R/matchit2exact.R                  |  22 +++
 R/matchit2full.R                   |  37 +++++
 R/matchit2genetic.R                |  47 +++++++
 R/matchit2nearest.R                | 246 +++++++++++++++++++++++++++++++++
 R/matchit2optimal.R                |  56 ++++++++
 R/matchit2subclass.R               |  90 ++++++++++++
 R/neyman.R                         | 164 ----------------------
 R/plot.matchit.R                   | 216 ++---------------------------
 R/plot.matchit.subclass.R          |  43 ++++++
 R/print.matchit.R                  | 170 ++++-------------------
 R/print.matchit.exact.R            |  16 +++
 R/print.matchit.full.R             |  17 +++
 R/print.matchit.subclass.R         |  12 ++
 R/print.neyman.R                   |   9 --
 R/print.summary.matchit.R          |  65 ++-------
 R/print.summary.matchit.exact.R    |  17 +++
 R/print.summary.matchit.subclass.R |  20 +++
 R/print.summary.neyman.R           |  11 --
 R/qqsum.R                          |  18 +++
 R/subclassify.R                    | 124 -----------------
 R/summary.matchit.R                | 268 ++++++++----------------------------
 R/summary.matchit.exact.R          |  29 ++++
 R/summary.matchit.full.R           |  70 ++++++++++
 R/summary.matchit.subclass.R       | 110 +++++++++++++++
 R/summary.neyman.R                 |  14 --
 R/weights.matrix.R                 |  47 +++++++
 R/weights.subclass.R               |  43 ++++++
 data/incomedata.tab                | 201 ---------------------------
 debian/changelog                   |   8 ++
 debian/control                     |   7 +-
 debian/postinst                    |  23 ----
 debian/postrm                      |  23 ----
 demo/00Index                       |  11 +-
 demo/analysis.R                    | 187 ++++++++++++++-----------
 demo/diagnose.R                    |  35 -----
 demo/exact.R                       |  21 +++
 demo/full.R                        |  24 ++++
 demo/genetic.R                     |  18 +++
 demo/lalonde.R                     | 112 ---------------
 demo/match.data.R                  |  46 +++++++
 demo/nearest.R                     | 101 ++++++++++++++
 demo/optimal.R                     |  23 ++++
 demo/subclass.R                    |  24 ++++
 man/diagnose.Rd                    |  85 ------------
 man/distance.Rd                    |  77 -----------
 man/exactmatch.Rd                  |  59 --------
 man/help.matchit.Rd                |   6 +-
 man/incomedata.Rd                  |  23 ----
 man/match.data.Rd                  |  57 ++++++--
 man/matchdef.Rd                    |  85 ------------
 man/matchit.Rd                     | 274 ++++++++++++++++++++++---------------
 man/neyman.Rd                      |  47 -------
 man/plot.matchit.Rd                |  39 ------
 man/print.matchit.Rd               |  36 -----
 man/subclassify.Rd                 |  85 ------------
 man/summary.matchit.Rd             |  65 ---------
 man/summary.neyman.Rd              |  44 ------
 76 files changed, 2089 insertions(+), 2856 deletions(-)

diff --cc debian/changelog
index ea8b0d6,0000000..dc7242b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,42 -1,0 +1,50 @@@
++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/control
index 0d01de8,0000000..38a9ed0
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,41 -1,0 +1,40 @@@
 +Source: matchit
 +Section: math
 +Priority: optional
 +Maintainer: Chris Lawrence <lawrencc at debian.org>
- Build-Depends-Indep: debhelper (>> 4.1.0), r-base-dev (>> 2.0.0), cdbs
- Standards-Version: 3.6.1.0
++Build-Depends-Indep: debhelper (>> 4.1.0), r-base-dev (>> 2.2.0), r-cran-vr, r-cran-zelig, cdbs
++Standards-Version: 3.6.2
 +
 +Package: r-cran-matchit
 +Architecture: all
- Depends: r-base-core (>> 2.0.0)
++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)
- 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.

-- 
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