[r-cran-coda] 08/60: Imported Debian patch 0.10-2-1
Andreas Tille
tille at debian.org
Fri Dec 16 12:11:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-coda.
commit 3d268e6fbbd6b0edb8e8ebb9bd16b7bcc2b1c166
Merge: 7238077 8bba452
Author: Chris Lawrence <lawrencc at debian.org>
Date: Thu Dec 8 10:58:49 2005 -0500
Imported Debian patch 0.10-2-1
CHANGELOG | 14 ++
DESCRIPTION | 12 +-
INDEX | 13 +-
NAMESPACE | 24 +++
R.Rcheck/00check.log | 3 -
R/HPDinterval.R | 20 ++
R/cumuplot.R | 9 +-
R/gelman.R | 2 +-
R/geweke.R | 2 +-
R/output.R | 20 +-
R/trellisplots.R | 546 +++++++++++++++++++++++++++++++++++++++++++++++++++
debian/changelog | 7 +
debian/control | 4 +-
man/HPDinterval.Rd | 44 +++++
man/autocorr.diag.Rd | 2 +-
man/autocorr.plot.Rd | 3 +-
man/cumuplot.Rd | 4 +-
man/gelman.plot.Rd | 4 +-
man/geweke.plot.Rd | 2 +-
man/plot.mcmc.Rd | 2 +-
man/trellisplots.Rd | 195 ++++++++++++++++++
21 files changed, 890 insertions(+), 42 deletions(-)
diff --cc debian/changelog
index e8bcf92,0000000..31431d9
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,75 -1,0 +1,82 @@@
++r-cran-coda (0.10-2-1) unstable; urgency=low
++
++ * New upstream release.
++ * Depend on r-cran-lattice.
++
++ -- Chris Lawrence <lawrencc at debian.org> Thu, 8 Dec 2005 10:58:49 -0500
++
+r-cran-coda (0.9-5-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org> Sun, 8 May 2005 19:20:58 -0500
+
+r-cran-coda (0.9-4-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Fri, 29 Apr 2005 01:40:38 -0500
+
+r-cran-coda (0.9-1-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 28 Dec 2004 12:50:11 -0600
+
+r-cran-coda (0.8-3-2) unstable; urgency=low
+
+ * Rebuild for R 2.0.0.
+
+ -- Chris Lawrence <lawrencc at debian.org> Thu, 7 Oct 2004 23:51:17 -0500
+
+r-cran-coda (0.8-3-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Sun, 15 Aug 2004 23:52:43 -0500
+
+r-cran-coda (0.8-2-1) unstable; urgency=low
+
+ * New upstream release.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 3 Aug 2004 16:36:27 -0500
+
+r-cran-coda (0.7-2-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 11 May 2004 01:19:13 -0500
+
+r-cran-coda (0.7-1-1) unstable; urgency=low
+
+ * New upstream release, compatible with R 1.9.0.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 19 Apr 2004 18:51:08 -0500
+
+r-cran-coda (0.6-2-1) unstable; urgency=low
+
+ * New upstream release.
+ + Now requires R 1.8.0 or later.
+ + Ship upstream changelog.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 16 Dec 2003 23:32:27 -0600
+
+r-cran-coda (0.5-15-1) unstable; urgency=low
+
+ * Newish upstream release.
+ * Install to /usr/lib/R/site-library, per new R directory layout.
+
+ -- Chris Lawrence <lawrencc at debian.org> Tue, 17 Jun 2003 19:18:21 -0500
+
+r-cran-coda (0.5-14-2) unstable; urgency=low
+
+ * Depend on r-base-core rather than r-base.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 21 Apr 2003 15:38:02 -0500
+
+r-cran-coda (0.5-14-1) unstable; urgency=low
+
+ * Initial Release.
+ * Renamed source package to not conflict with existing coda.
+
+ -- Chris Lawrence <lawrencc at debian.org> Mon, 7 Apr 2003 20:10:47 -0500
diff --cc debian/control
index 47b5522,0000000..8044bee
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,21 -1,0 +1,21 @@@
+Source: r-cran-coda
+Section: math
+Priority: optional
+Maintainer: Chris Lawrence <lawrencc at debian.org>
- Build-Depends-Indep: debhelper (>> 4.0.0), r-base-dev (>> 2.0.0)
++Build-Depends-Indep: debhelper (>> 4.0.0), r-base-dev (>> 2.0.0), r-cran-lattice
+Standards-Version: 3.6.1
+
+Package: r-cran-coda
+Architecture: all
- Depends: r-base-core (>> 2.0.0)
++Depends: r-base-core (>> 2.0.0), r-cran-lattice
+Suggests: r-cran-mcmcpack
+Description: Output analysis and diagnostics for MCMC simulations in R
+ This package provides output analysis and diagnostics for Markov Chain
+ Monte Carlo simulations and estimations within R. It also includes some
+ graphical analysis routines and a facility for importing output from BUGS
+ (Bayes Using Gibbs Sampling), a popular tool for running MCMC simulations.
+ .
+ The related r-cran-mcmcpack package includes MCMC estimators for some
+ common models in the social sciences.
+ .
+ Home Page: http://www-fis.iarc.fr/coda/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-coda.git
More information about the debian-science-commits
mailing list