[IPSUR-commits] r100 - in pkg/RcmdrPlugin.IPSUR: . inst/etc man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Dec 25 21:54:36 CET 2009
Author: gkerns
Date: 2009-12-25 21:54:36 +0100 (Fri, 25 Dec 2009)
New Revision: 100
Modified:
pkg/RcmdrPlugin.IPSUR/DESCRIPTION
pkg/RcmdrPlugin.IPSUR/inst/etc/menus.txt
pkg/RcmdrPlugin.IPSUR/man/IPSUR-package.Rd
Log:
fixed DESCRIPTION and reactivated birthday problem menu
Modified: pkg/RcmdrPlugin.IPSUR/DESCRIPTION
===================================================================
--- pkg/RcmdrPlugin.IPSUR/DESCRIPTION 2009-12-25 20:39:48 UTC (rev 99)
+++ pkg/RcmdrPlugin.IPSUR/DESCRIPTION 2009-12-25 20:54:36 UTC (rev 100)
@@ -1,7 +1,7 @@
Package: RcmdrPlugin.IPSUR
Version: 0.1-6
-Date: 2008-08-11
-Title: Introduction to Probability and Statistics Using R
+Date: 2009-12-25
+Title: An IPSUR Plugin for the R Commander
Author: G. Jay Kerns <gkerns at ysu.edu> with contributions by Theophilius Boye and Tyler Drombosky, adapted from the work of John Fox et al.
Maintainer: G. Jay Kerns <gkerns at ysu.edu>
Depends: Rcmdr (>= 1.4-0)
Modified: pkg/RcmdrPlugin.IPSUR/inst/etc/menus.txt
===================================================================
--- pkg/RcmdrPlugin.IPSUR/inst/etc/menus.txt 2009-12-25 20:39:48 UTC (rev 99)
+++ pkg/RcmdrPlugin.IPSUR/inst/etc/menus.txt 2009-12-25 20:54:36 UTC (rev 100)
@@ -232,7 +232,7 @@
#############################
# Save for eventual Probability menu
-# item distributionsMenu command "IPSUR - Birthday Problem..." birthdayProbabilities.ipsur "" ""
+ item distributionsMenu command "IPSUR - Birthday Problem..." birthdayProbabilities.ipsur "" ""
################################################################################################################################################
################################################################################################################################################
Modified: pkg/RcmdrPlugin.IPSUR/man/IPSUR-package.Rd
===================================================================
--- pkg/RcmdrPlugin.IPSUR/man/IPSUR-package.Rd 2009-12-25 20:39:48 UTC (rev 99)
+++ pkg/RcmdrPlugin.IPSUR/man/IPSUR-package.Rd 2009-12-25 20:54:36 UTC (rev 100)
@@ -5,24 +5,23 @@
\alias{RcmdrPlugin.IPSUR}
\docType{package}
\title{
-Introduction to Probability and Statistics Using R
+An IPSUR Plugin for the R Commander
}
\description{
- This package accompanies G. Andy Chang and G. Jay Kerns, Introduction to Probability and Statistics Using R (in progress).
- This RcmdrPlugin contributes functions unique to the book as well as specific configuration and selected functionality to the R Commander by John Fox.
+ This package accompanies Introduction to Probability and Statistics Using R by G. Jay Kerns.
+ It contributes functions unique to the book as well as specific configuration and selected functionality to the R Commander by John Fox.
}
\details{
\tabular{ll}{
Package: \tab RcmdrPlugin.IPSUR\cr
Version: \tab 0.1-6\cr
-Date: \tab 2008-08-11\cr
+Date: \tab 2009-12-25\cr
Depends: \tab Rcmdr (>= 1.4-0), rgl\cr
-Suggests: \tab abind, distr, distrEx, e1071, effects (>= 1.0-7), foreign, grid, lattice, lmtest, MASS, mgcv, multcomp (>= 0.991-2), nlme, nnet, qcc, relimp, rgl, RODBC\cr
+Suggests: \tab abind, distr, distrEx, e1071, effects (>= 1.0-7), foreign, grid, lattice, lmtest, MASS, mgcv, multcomp (>= 0.991-2), nlme, nnet, qcc, relimp, RODBC\cr
LazyLoad: \tab no\cr
-License: \tab GPL version 3\cr
-URL: \tab http://www.r-project.org,
-http://ipsur.r-forge.r-project.org/\cr
+License: \tab GPL version 2\cr
+URL: \tab http://www.r-project.org, http://ipsur.r-forge.r-project.org/\cr
}
}
More information about the IPSUR-commits
mailing list