[IPSUR-commits] r199 - in pkg/IPSUR: . R inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 24 18:15:35 CET 2011


Author: gkerns
Date: 2011-03-24 18:15:34 +0100 (Thu, 24 Mar 2011)
New Revision: 199

Modified:
   pkg/IPSUR/DESCRIPTION
   pkg/IPSUR/R/plothtest.R
   pkg/IPSUR/inst/doc/IPSUR.Rnw
Log:
fixed require("HH") and added boot to SUGGESTS


Modified: pkg/IPSUR/DESCRIPTION
===================================================================
--- pkg/IPSUR/DESCRIPTION	2011-03-22 20:21:18 UTC (rev 198)
+++ pkg/IPSUR/DESCRIPTION	2011-03-24 17:15:34 UTC (rev 199)
@@ -6,7 +6,7 @@
 Author: G. Jay Kerns
 Maintainer: G. Jay Kerns <gkerns at ysu.edu>
 Depends: R (>= 2.10)
-Suggests: actuar, aplpack, coin, combinat, DAAG, diagram, distr, distrEx, distrTeach, e1071, exactRankTests, HH (>= 2.1-32), Hmisc, lattice, lmtest, mvtnorm, odfWeave, prob, qcc, RcmdrPlugin.IPSUR (>= 0.1-6), Rcmdr, reshape, scatterplot3d, TeachingDemos (>= 2.5), vcd
+Suggests: actuar, aplpack, boot, coin, combinat, DAAG, diagram, distr, distrEx, distrTeach, e1071, exactRankTests, HH (>= 2.1-32), Hmisc, lattice, lmtest, mvtnorm, odfWeave, prob, qcc, RcmdrPlugin.IPSUR (>= 0.1-6), Rcmdr, reshape, scatterplot3d, TeachingDemos (>= 2.5), vcd
 Description: This package contains the Sweave source code used to generate IPSUR, an introductory probability and statistics textbook, alongside other supplementary materials such as the parsed R code for the book and data for the examples and exercises.  The book is released under the GNU Free Documentation License.
 License: GPL (>= 3)
 LazyLoad: yes

Modified: pkg/IPSUR/R/plothtest.R
===================================================================
--- pkg/IPSUR/R/plothtest.R	2011-03-22 20:21:18 UTC (rev 198)
+++ pkg/IPSUR/R/plothtest.R	2011-03-24 17:15:34 UTC (rev 199)
@@ -4,7 +4,7 @@
 
 ###################################################
 plot.htest <- function (x, hypoth.or.conf = 'Hypoth',...) { 
-require(HH)
+require("HH")
 if (x$method == "1-sample proportions test with continuity correction" || x$method == "1-sample proportions test without continuity correction"){
   mu <- x$null.value
   obs.mean <- x$estimate

Modified: pkg/IPSUR/inst/doc/IPSUR.Rnw
===================================================================
--- pkg/IPSUR/inst/doc/IPSUR.Rnw	2011-03-22 20:21:18 UTC (rev 198)
+++ pkg/IPSUR/inst/doc/IPSUR.Rnw	2011-03-24 17:15:34 UTC (rev 199)
@@ -276,7 +276,7 @@
 
 <<echo = FALSE>>=
 plot.htest <- function (x, hypoth.or.conf = 'Hypoth',...) { 
-require(HH) 
+require("HH") 
 if (x$method == "1-sample proportions test with continuity correction" || x$method == "1-sample proportions test without continuity correction"){
 mu <- x$null.value
 obs.mean <- x$estimate



More information about the IPSUR-commits mailing list