[r-cran-zelig] 37/102: Import Debian patch 2.7-4-1

Andreas Tille tille at debian.org
Sun Jan 8 16:58:17 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 71a734a0ff39b4e9995a41df5998ec3c1dad96ca
Merge: 5d83e0b 264c60f
Author: Chris Lawrence <lawrencc at debian.org>
Date:   Tue Nov 14 02:04:51 2006 -0600

    Import Debian patch 2.7-4-1

 DESCRIPTION                                 |     6 +-
 R/callsystemfit.R                           |     7 -
 R/repl.R                                    |     2 +-
 R/repl.zelig.R                              |     2 +-
 R/systemfit/callsystemfit.R                 |    13 +-
 R/{ => systemfit}/describe.2sls.R           |     0
 R/{ => systemfit}/describe.3sls.R           |     0
 R/systemfit/zelig22sls.R                    |    20 +-
 R/systemfit/zelig23sls.R                    |    18 +-
 R/systemfit/zelig2sur.R                     |     9 +-
 R/vdc.R                                     |    16 +-
 R/zelig22sls.R                              |    25 -
 R/zelig23sls.R                              |    25 -
 R/zelig2sur.R                               |    16 -
 README                                      |    20 +
 debian/changelog                            |     8 +
 debian/control                              |    12 +-
 demo/00Index                                |     1 -
 inst/doc/addingModels.tex                   |    34 +-
 inst/doc/commands/model.end.aux             |    18 +-
 inst/doc/commands/model.frame.multiple.aux  |    20 +-
 inst/doc/commands/model.matrix.multiple.aux |    20 +-
 inst/doc/commands/parse.formula.aux         |    24 +-
 inst/doc/commands/parse.par.aux             |    20 +-
 inst/doc/commands/put.start.aux             |    18 +-
 inst/doc/commands/replicate.tex             |     2 +-
 inst/doc/commands/set.start.aux             |    20 +-
 inst/doc/commands/tag.aux                   |    20 +-
 inst/doc/index.shtml                        |     2 +-
 inst/doc/models/arima.aux                   |    43 -
 inst/doc/models/blogit.aux                  |    28 +-
 inst/doc/models/bprobit.aux                 |    28 +-
 inst/doc/models/ei.dynamic.aux              |    24 +-
 inst/doc/models/ei.hier.aux                 |    24 +-
 inst/doc/models/eiRxC.aux                   |    20 +-
 inst/doc/models/exp.aux                     |    22 +-
 inst/doc/models/factor.bayes.aux            |    24 +-
 inst/doc/models/factor.mix.aux              |    24 +-
 inst/doc/models/factor.ord.aux              |    24 +-
 inst/doc/models/gamma.aux                   |    22 +-
 inst/doc/models/irt1d.aux                   |    24 +-
 inst/doc/models/irtkd.aux                   |    24 +-
 inst/doc/models/logit.aux                   |    24 +-
 inst/doc/models/logit.bayes.aux             |    24 +-
 inst/doc/models/lognormal.aux               |    22 +-
 inst/doc/models/ls.aux                      |    22 +-
 inst/doc/models/mlogit.aux                  |    24 +-
 inst/doc/models/mlogit.bayes.aux            |    24 +-
 inst/doc/models/negbin.aux                  |    22 +-
 inst/doc/models/normal.aux                  |    22 +-
 inst/doc/models/normal.bayes.aux            |    24 +-
 inst/doc/models/ologit.aux                  |    22 +-
 inst/doc/models/oprobit.aux                 |    22 +-
 inst/doc/models/oprobit.bayes.aux           |    24 +-
 inst/doc/models/poisson.aux                 |    22 +-
 inst/doc/models/poisson.bayes.aux           |    24 +-
 inst/doc/models/probit.aux                  |    22 +-
 inst/doc/models/probit.bayes.aux            |    24 +-
 inst/doc/models/relogit.aux                 |    22 +-
 inst/doc/models/tobit.aux                   |    22 +-
 inst/doc/models/tobit.bayes.aux             |    26 +-
 inst/doc/models/weibull.aux                 |    22 +-
 inst/doc/refman.tex                         |     2 +-
 inst/doc/zelig.aux                          |   117 +-
 inst/doc/zelig.bbl                          |     9 +-
 inst/doc/zelig.blg                          |    61 +-
 inst/doc/zelig.log                          |   510 +-
 inst/doc/zelig.out                          |    65 +-
 inst/doc/zelig.pdf                          | 24890 +++++++++++++-------------
 inst/doc/zelig.tex                          |    13 +-
 inst/doc/zelig.toc                          |   696 +-
 man/repl.Rd                                 |    10 +-
 man/zeligVDC.Rd                             |     6 +-
 73 files changed, 13535 insertions(+), 14033 deletions(-)

diff --cc debian/changelog
index f826170,0000000..f3c1326
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,219 -1,0 +1,227 @@@
++zelig (2.7-4-1) unstable; urgency=low
++
++  * New upstream release.
++  * The compiled code seems to have disappeared in 2.7;
++    revert to architecture: all.
++
++ -- Chris Lawrence <lawrencc at debian.org>  Tue, 14 Nov 2006 02:04:51 -0600
++
 +zelig (2.7~1-1) unstable; urgency=low
 +
 +  * Interim upstream release for R 2.4.0 compatibility in mlogit and other
 +    models. (Tagged as 2.7-1 upstream, but a "real" 2.7-1 may follow,
 +    hence this version numbering.)
 +  * Recommend VGAM, which is hiding in incoming/NEW somewhere.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat,  4 Nov 2006 23:57:37 -0600
 +
 +zelig (2.6-5-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  - Fixes zelig() calls with x:y and x*y with various models.
 +  * Refresh dependencies to reflect upstream README.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu, 14 Sep 2006 17:25:26 -0500
 +
 +zelig (2.6-4-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Tue, 12 Sep 2006 17:16:57 -0500
 +
 +zelig (2.6-3-2) unstable; urgency=medium
 +
 +  * Include ${shlibs:Depends} to ensure libgfortran is picked up by the
 +    dependencies.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu, 22 Jun 2006 17:48:23 -0400
 +
 +zelig (2.6-3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Tue, 20 Jun 2006 12:14:17 -0400
 +
 +zelig (2.6-2-2) unstable; urgency=low
 +
 +  * Move Build-Depends-Indep over to Build-Depends.  (Closes: #372646)
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat, 10 Jun 2006 19:25:10 -0400
 +
 +zelig (2.6-2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Make Zelig Architecture: any since there is now compiled code.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Fri,  9 Jun 2006 09:53:27 -0400
 +
 +zelig (2.5-4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sun, 19 Mar 2006 20:19:12 -0500
 +
 +zelig (2.5-3-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Update dependencies.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Wed, 15 Mar 2006 23:08:20 -0500
 +
 +zelig (2.5-2-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Mon, 13 Feb 2006 19:46:04 -0500
 +
 +zelig (2.4-5-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Thu,  8 Dec 2005 08:41:42 -0500
 +
 +zelig (2.4-4-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Remove post{inst,rm}; depend on R 2.2.0 accordingly.
 +
 + -- Chris Lawrence <lawrencc at debian.org>  Sat,  8 Oct 2005 19:38:26 -0400
 +
 +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 4d48fd5,0000000..ffd5829
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: debhelper (>> 4.1.0), cdbs, r-base-dev (>> 2.4.0), r-cran-vr (>= 7.2.27.1-1), r-cran-boot (>= 1.2.26-1)
++Build-Depends: debhelper (>> 4.1.0), cdbs, r-base-dev (>> 2.4.0), r-cran-vr (>= 7.2.29-1), r-cran-boot (>= 1.2.26-1)
 +Standards-Version: 3.7.2
 +
 +Package: r-cran-zelig
- Architecture: any
- Depends: r-base-core (>> 2.4.0), r-cran-vr (>= 7.2.27.1-1), r-cran-boot (>= 1.2.26-1), r-cran-mvtnorm (>= 0.7.2-1), r-cran-survival (>= 2.28-1), r-cran-zoo (>= 1.1-6-1), r-cran-sandwich (>= 1.1-1-1), r-cran-mcmcpack (>= 0.7-1-1), r-cran-coda (>= 0.10-5-1), ${shlibs:Depends}
++Architecture: all
++Depends: r-base-core (>> 2.4.0), r-cran-vr (>= 7.2.29-1), r-cran-boot (>= 1.2.26-1), r-cran-mvtnorm (>= 0.7.2-1), r-cran-survival (>= 2.28-1), r-cran-zoo (>= 1.1-6-1), r-cran-sandwich (>= 1.1-1-1), r-cran-mcmcpack (>= 0.7-4-1), r-cran-coda (>= 0.10-5-1), ${shlibs:Depends}
 +Recommends: r-cran-vgam
 +Conflicts: r-other-gking-zelig (<< 2.1-4-2)
 +Replaces: r-other-gking-zelig (<< 2.1-4-2)
 +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.
++ Note: estimating several models requires Thomas Yee's 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