[r-cran-zelig] 13/102: Import Debian patch 2.4-1-1
Andreas Tille
tille at debian.org
Sun Jan 8 16:58:09 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-zelig.
commit 4cda4f68eb3d388a87a9bea0b861e4feb595df25
Merge: e012aaa 146fa76
Author: Chris Lawrence <lawrencc at debian.org>
Date: Thu Aug 25 01:18:51 2005 -0400
Import Debian patch 2.4-1-1
DESCRIPTION | 10 +-
NAMESPACE | 10 +-
R/MCMC/class.ind.R | 11 ++
R/MCMC/qi.MCMCZelig.R | 242 ++++++++++++++++++++++--
R/MCMC/zelig2MCMC.R | 212 +++++++++++++++++----
R/MCMC/zelig3MCMC.R | 56 +++++-
R/class.ind.R | 11 ++
R/gee/param.gee.R | 34 ++++
R/gee/qi.gee.R | 69 +++++++
R/gee/vcov.gee.R | 3 +
R/gee/zelig2gamma.gee.R | 8 +
R/gee/zelig2logit.gee.R | 8 +
R/gee/zelig2normal.gee.R | 8 +
R/gee/zelig2poisson.gee.R | 8 +
R/load.first.R | 10 +-
R/mcmcei.R | 15 ++
R/param.MCMCZelig.R | 14 ++
R/param.relogit.R | 134 ++------------
R/print.relogit.R | 31 +---
R/print.relogit2.R | 7 +
R/print.summary.MCMCZelig.R | 13 ++
R/print.summary.glm.robust.R | 69 +------
R/print.summary.relogit.R | 14 ++
R/print.summary.relogit2.R | 6 +
R/qi.MCMCZelig.R | 409 +++++++++++++++++++++++++++++++++++++++++
R/qi.relogit.R | 32 ++--
R/qi.survreg.R | 109 ++++++-----
R/relogit.R | 123 +++++++++----
R/setx.relogit2.R | 7 +
R/sim.cond.R | 15 +-
R/sim.default.R | 6 +-
R/summarize.ei.R | 24 +++
R/summary.MCMCZelig.R | 19 ++
R/summary.relogit.R | 43 ++---
R/summary.relogit2.R | 21 +++
R/systemfit/callsystemfit.R | 8 +
R/systemfit/cmsystemfit.R | 19 ++
R/systemfit/param.multiple.R | 19 ++
R/systemfit/plot.zelig.2sls.R | 14 ++
R/systemfit/plot.zelig.3sls.R | 14 ++
R/systemfit/plot.zelig.sur.R | 14 ++
R/systemfit/plot.zelig.w2sls.R | 14 ++
R/systemfit/qi.multiple.R | 60 ++++++
R/systemfit/zelig22sls.R | 15 ++
R/systemfit/zelig23sls.R | 15 ++
R/systemfit/zelig2sur.R | 15 ++
R/systemfit/zelig2w2sls.R | 15 ++
R/vcov.relogit.R | 24 +--
R/zelig.R | 2 +-
R/zelig2MCMC.R | 348 +++++++++++++++++++++++++++++++++++
R/zelig2exp.R | 9 +-
R/zelig2logit.R | 4 +-
R/zelig2lognorm.R | 6 +-
R/zelig2negbin.R | 2 +-
R/zelig2probit.R | 2 +
R/zelig2relogit.R | 6 +-
R/zelig2weibull.R | 6 +-
R/zelig3MCMC.R | 136 ++++++++++++++
R/zelig3relogit.R | 53 ++++++
README | 22 +++
data/PErisk.txt | 63 +++++++
data/SupremeCourt.txt | 44 +++++
data/eidat.txt | 11 ++
data/newpainters.txt | 55 ++++++
data/swiss.txt | 48 +++++
data/tobin.txt | 21 +++
debian/changelog | 8 +
debian/control | 4 +-
demo/00Index | 68 ++++---
demo/ei.dynamic.R | 55 ++++++
demo/ei.hier.R | 56 ++++++
demo/factor.bayes.R | 35 ++++
demo/factor.mix.R | 26 +++
demo/factor.ord.R | 28 +++
demo/irt1d.R | 32 ++++
demo/irtkd.R | 34 ++++
demo/logit.bayes.R | 57 ++++++
demo/match.R | 23 ++-
demo/mlogit.bayes.R | 58 ++++++
demo/normal.R | 24 +--
demo/normal.bayes.R | 58 ++++++
demo/oprobit.bayes.R | 67 +++++++
demo/poisson.bayes.R | 59 ++++++
demo/probit.bayes.R | 59 ++++++
demo/relogit.R | 39 +++-
demo/tobit.bayes.R | 59 ++++++
man/PErisk.Rd | 76 ++++++++
man/SupremeCourt.Rd | 31 ++++
man/eidat.Rd | 19 ++
man/newpainters.Rd | 40 ++++
man/swiss.Rd | 51 +++++
man/tobin.Rd | 32 ++++
92 files changed, 3499 insertions(+), 494 deletions(-)
diff --cc debian/changelog
index bd6d120,0000000..5b92a29
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,130 -1,0 +1,138 @@@
++zelig (2.4-1-1) unstable; urgency=low
++
++ * New upstream release.
++ * Suggest additional r-cran-* packages, as they are now suggested in
++ DESCRIPTION.
++
++ -- Chris Lawrence <lawrencc at debian.org> Thu, 25 Aug 2005 01:18:51 -0400
++
+zelig (2.2-2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 14 Jul 2005 21:18:27 -0500
+
+zelig (2.2-1-1) unstable; urgency=low
+
+ * New upstream release.
+ * README is a changelog, so install it as one.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 11 Jul 2005 22:14:34 -0500
+
+zelig (2.1-4-2) unstable; urgency=low
+
+ * Rename package to comply with R package naming policy.
+
+ -- Chris Lawrence <lawrencc at debian.org> Fri, 10 Jun 2005 01:10:21 -0500
+
+zelig (2.1-4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 2 Jun 2005 19:48:30 -0500
+
+zelig (2.0-13-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org> Sun, 3 Apr 2005 00:10:11 -0600
+
+zelig (2.0-12-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 3 Mar 2005 19:08:02 -0600
+
+zelig (2.0-11-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org> Sun, 23 Jan 2005 05:06:22 -0600
+
+zelig (2.0-9-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Fri, 29 Oct 2004 16:48:08 -0500
+
+zelig (2.0-6-3) unstable; urgency=low
+
+ * Add build-depends on r-cran-vr and r-cran-boot. (Closes: #276042)
+ * Add binary dependency on r-cran-boot.
+
+ -- Chris Lawrence <lawrencc at debian.org> Wed, 13 Oct 2004 22:16:23 -0500
+
+zelig (2.0-6-2) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Chris Lawrence <lawrencc at debian.org> Fri, 8 Oct 2004 00:31:36 -0500
+
+zelig (2.0-6-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 5 Oct 2004 20:49:30 -0500
+
+zelig (2.0-5-1) experimental; urgency=low
+
+ * New upstream release.
+ * Build for R 2.0.0 beta.
+
+ -- Chris Lawrence <lawrencc at debian.org> Sat, 2 Oct 2004 04:00:04 -0500
+
+zelig (2.0-3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 6 Sep 2004 00:21:27 -0500
+
+zelig (2.0-1b-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Wed, 21 Jul 2004 00:54:35 -0500
+
+zelig (1.1-2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 24 Jun 2004 20:32:29 -0500
+
+zelig (1.1-1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Sun, 20 Jun 2004 02:31:31 -0500
+
+zelig (1.0-8-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Fri, 28 May 2004 22:47:38 -0500
+
+zelig (1.0-7-1) unstable; urgency=low
+
+ * New upstream release.
+ * Call build-help.pl in post{rm,inst} as needed.
+
+ -- Chris Lawrence <lawrencc at debian.org> Wed, 26 May 2004 15:11:39 -0500
+
+zelig (1.0-5-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 11 May 2004 01:16:15 -0500
+
+zelig (1.0-4-1) unstable; urgency=low
+
+ * New upstream release.
+ (Includes documentation improvements and new demos.)
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 19 Apr 2004 17:02:39 -0500
+
+zelig (1.0-1-1) unstable; urgency=low
+
+ * Initial Debian Release. (Closes: #239631)
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 23 Mar 2004 13:07:33 -0600
diff --cc debian/control
index 27819be,0000000..f9159bc
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,52 -1,0 +1,52 @@@
+Source: zelig
+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, r-cran-vr (>= 7.2.8-2), r-cran-boot (>= 1.2.19-1)
- Standards-Version: 3.6.1.0
++Standards-Version: 3.6.2
+
+Package: r-cran-zelig
+Architecture: all
+Depends: r-base-core (>> 2.0.0), r-cran-vr (>= 7.2.8-2), r-cran-boot (>= 1.2.19-1)
+Conflicts: r-other-gking-zelig (<< 2.1-4-2)
+Replaces: r-other-gking-zelig (<< 2.1-4-2)
- Suggests: r-cran-matchit
++Suggests: r-cran-mcmcpack, r-cran-sandwich, r-cran-zoo, r-cran-coda
+Description: GNU R package providing a unified front-end for estimating statistical models
+ With thousands of contributors who have written hundreds of packaged
+ routines, R can deal with nearly any statistical problem. Although
+ this high level of participation may be its greatest strength, the
+ enormous diversity in approaches to statistical inference covered by
+ R often results in a virtual babel of competing functions and
+ inconsistent syntax.
+ .
+ To address these problems from a common perspective, the upstream
+ authors have created Zelig, a single, easy-to-use program, with a
+ unified framework and syntax, that can estimate, help interpret, and
+ present the results of a large range of statistical methods. It
+ literally is "everyone's statistical software" because Zelig uses R
+ code from many researchers. They also hope it will become
+ "everyone's statistical software" for applications, and they have
+ designed it so that anyone can use it or add their methods to it.
+ Zelig comes with detailed, self-contained documentation that
+ minimizes startup costs for Zelig and R, automates graphics and
+ summaries for all models, and, with only three simple commands
+ required, generally makes the power of R accessible for all users.
+ Zelig also works well for teaching, and is designed so that scholars
+ can use the same program they use for their research.
+ .
+ Note: estimating several models requires Thomas Yee's non-free VGAM
+ package to be installed; these models currently include ordinal
+ probit, bivariate logit, bivariate probit, and multinomial logit.
+ .
+ Home Page: http://gking.harvard.edu/zelig/
+
+Package: r-other-gking-zelig
+Architecture: all
+Depends: r-cran-zelig
+Description: Dummy (transition) package for r-cran-zelig
+ Zelig is a package for R that attempts to unify many common
+ econometric models under a single interface.
+ .
+ This package has been renamed to "r-cran-zelig"; this package exists
+ only to provide seemless upgrades from Debian 3.1 (sarge), and can be
+ safely removed after r-cran-zelig is installed.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-zelig.git
More information about the debian-science-commits
mailing list