[r-cran-erm] 14/33: Import Debian patch 0.13-4.1~svn66-1
Andreas Tille
tille at debian.org
Mon Dec 12 11:19:34 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-erm.
commit 144c99fa08190c93c43028ec2bd02db807352a17
Merge: 8e27e81 81ae53d
Author: Julian Gilbey <jdg at debian.org>
Date: Tue May 24 20:45:12 2011 +0100
Import Debian patch 0.13-4.1~svn66-1
DESCRIPTION | 52 +-
NAMESPACE | 1 +
NEWS | 43 +-
R/LRtest.Rm.R | 7 +-
R/MLoef.R | 141 +-
R/NPtest.R | 12 +
R/Rsquared.R | 0
R/Waldtest.Rm.R | 3 +-
R/cldeviance.R | 0
R/datcheck.R | 46 +-
R/gofIRT.R | 0
R/gofIRT.ppar.R | 0
R/hoslem.R | 0
R/{itemfit.ppar.r => itemfit.ppar.R} | 0
R/plotDIF.R | 164 +
R/plotICC.Rm.R | 5 +-
R/plotPWmap.R | 59 +-
R/predict.ppar.R | 0
R/print.gof.R | 0
R/{print.logLik.eRm.r => print.logLik.eRm.R} | 0
R/rostdeviance.r | 0
R/summary.MLoef.r | 36 +-
R/summary.gof.R | 0
R/zzz.R | 13 -
debian/changelog | 8 +
debian/compat | 2 +-
debian/control | 4 +-
debian/source/lintian-overrides | 1 +
inst/doc/Rplots.pdf | 4482 ++++++++++++++++++++++++++
inst/doc/eRm.R | 0
inst/doc/eRm.Rnw | 0
inst/doc/eRm.pdf | Bin 694121 -> 555998 bytes
inst/doc/{eRm.R => eRmvig.R} | 0
inst/doc/{eRm.Rnw => eRmvig.Rnw} | 0
inst/doc/eRmvig.bib | 108 +-
inst/doc/eRmvig.pdf | Bin 0 -> 433168 bytes
man/MLoef.Rd | 34 +-
man/eRm-package.Rd | 7 +-
man/plotDIF.Rd | 114 +
man/plotPWmap.Rd | 16 +-
40 files changed, 5114 insertions(+), 244 deletions(-)
diff --cc debian/changelog
index 792f048,0000000..019b174
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,78 -1,0 +1,86 @@@
++erm (0.13-4.1~svn66-1) unstable; urgency=low
++
++ * New upstream release
++ * Based on SVN revision 66
++ * Update to standards version 3.9.2
++
++ -- Julian Gilbey <jdg at debian.org> Tue, 24 May 2011 20:45:12 +0100
++
+erm (0.13-0-2) unstable; urgency=low
+
+ * Ensure only finite ranges are used in plotPWmap
+
+ -- Julian Gilbey <jdg at debian.org> Wed, 16 Jun 2010 07:10:25 +0100
+
+erm (0.13-0-1) unstable; urgency=low
+
+ * New upstream release
+ * All earlier patches are now incorporated by upstream
+
+ -- Julian Gilbey <jdg at debian.org> Mon, 14 Jun 2010 19:29:28 +0100
+
+erm (0.12-2.3-2) unstable; urgency=low
+
+ * Correct person subsetting
+
+ -- Julian Gilbey <jdg at debian.org> Sun, 06 Jun 2010 13:18:48 +0100
+
+erm (0.12-2.3-1) unstable; urgency=low
+
+ * New upstream release
+ * Upstream now incorporates all of the patches in version 0.12-0-6, so
+ these have been removed from the package (thanks!)
+
+ -- Julian Gilbey <jdg at debian.org> Thu, 03 Jun 2010 11:24:17 +0100
+
+erm (0.12-0-6) unstable; urgency=low
+
+ * Fix showstopping-bug in plotPathwayMap which broke the code if there
+ were any NA values in the data
+ * Rename plotPathwayMap to plotPWMap, following upstream's request
+ * plotPWMap enhancements requested by upstream: Offer options for colour
+ and size of confidence intervals allow plotting both persons and items
+ on same plot; allow not plotting confidence intervals;
+
+ -- Julian Gilbey <jdg at debian.org> Tue, 01 Jun 2010 11:35:33 +0100
+
+erm (0.12-0-5) unstable; urgency=low
+
+ * Fixed incorrect Build-Depends; hopefully this will work, but can't be
+ sure as pbuilder isn't working (bug in util-linux) (Closes: #583770)
+
+ -- Julian Gilbey <jdg at debian.org> Sun, 30 May 2010 19:47:44 +0100
+
+erm (0.12-0-4) unstable; urgency=low
+
+ * Fixed incorrect variable name in plotPathwayMap (thanks to Reinhold
+ Hatzinger again)
+
+ -- Julian Gilbey <jdg at debian.org> Sun, 23 May 2010 23:49:55 +0100
+
+erm (0.12-0-3) unstable; urgency=low
+
+ * Fix bug with plotPathwayMap - failed if pp was not given as a
+ parameter
+ * Allow more colour possibilities for nonordinal warnings in plotPImap
+ (with thanks to Reinhold Hatzinger for suggesting this)
+
+ -- Julian Gilbey <jdg at debian.org> Mon, 17 May 2010 21:54:21 +0100
+
+erm (0.12-0-2) unstable; urgency=low
+
+ * Fixed dRM -> dRm bug in plotPImap
+ * Fixed missing warning labels in plotPImap
+
+ -- Julian Gilbey <jdg at debian.org> Sun, 16 May 2010 21:53:16 +0100
+
+erm (0.12-0-1) unstable; urgency=low
+
+ * Initial Debian release (Closes: #544402)
+ * Fixed subsetting bugs in plotPImap code, and allowed reuse of
+ person.parameter calculations
+ * Added Infit and Outfit t statistics, as per Rating Scale Analysis by
+ Wright and Masters
+ * Added ability to plot (slightly modified) Bond-and-Fox Pathway Maps
+
+ -- Julian Gilbey <jdg at debian.org> Sun, 16 May 2010 17:13:21 +0100
diff --cc debian/compat
index 7f8f011,0000000..45a4fb7
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 7
++8
diff --cc debian/control
index 1d33dd3,0000000..7a1dd14
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,24 -1,0 +1,24 @@@
+Source: erm
+Section: gnu-r
+Priority: optional
+Maintainer: Julian Gilbey <jdg at debian.org>
- Build-Depends: debhelper (>> 7), r-base-dev (>= 2.9.0-4), cdbs, r-cran-mass,
++Build-Depends: debhelper (>> 8), r-base-dev (>= 2.9.0-4), cdbs, r-cran-mass,
+ r-cran-raschsampler
- Standards-Version: 3.8.4
++Standards-Version: 3.9.2
+Homepage: http://cran.r-project.org/web/packages/eRm/index.html
+
+Package: r-cran-erm
+Architecture: any
+Depends: r-base-core (>= 2.8.1), r-cran-mass,
+ r-cran-raschsampler, ${shlibs:Depends}, ${misc:Depends}
+Description: GNU R package for 'extended Rasch modelling'
+ eRm fits Rasch models (RM), linear logistic test models (LLTM),
+ rating scale model (RSM), linear rating scale models (LRSM), partial
+ credit models (PCM), and linear partial credit models (LPCM). Missing
+ values are allowed in the data matrix. Additional features are the ML
+ estimation of the person parameters, Andersen's LR-test,
+ item-specific Wald test, itemfit and personfit statistics including
+ infit and outfit measures, various ICC and related plots, automated
+ stepwise item elimination, simulation module for various binary data
+ matrices. An eRm platform is provided at R-forge (see URL).
+
diff --cc debian/source/lintian-overrides
index 0000000,0000000..667397a
new file mode 100644
--- /dev/null
+++ b/debian/source/lintian-overrides
@@@ -1,0 -1,0 +1,1 @@@
++erm source: unused-build-dependency-on-cdbs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-erm.git
More information about the debian-science-commits
mailing list