[Sleuth2-commits] r77 - in pkg/Sleuth2: . inst/doc man vignettes

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 24 06:54:14 CET 2019


Author: berwin
Date: 2019-01-24 06:54:13 +0100 (Thu, 24 Jan 2019)
New Revision: 77

Modified:
   pkg/Sleuth2/DESCRIPTION
   pkg/Sleuth2/inst/doc/Sleuth2-manual.pdf
   pkg/Sleuth2/man/ex1028.Rd
   pkg/Sleuth2/man/ex1029.Rd
   pkg/Sleuth2/vignettes/chapter12-HortonMosaic.Rnw
Log:
Sleuth2:
Added "require (MASS)" to chapter12-HortonMosaic.Rnw.
Changed \url{}s to \code{}s in ex1028 and ex1029 as R CMD
check complained about not being able to access those URLs.
Updated inst/doc/Sleuth2-manual.pdf.
Bumped version number.


Modified: pkg/Sleuth2/DESCRIPTION
===================================================================
--- pkg/Sleuth2/DESCRIPTION	2019-01-24 05:28:08 UTC (rev 76)
+++ pkg/Sleuth2/DESCRIPTION	2019-01-24 05:54:13 UTC (rev 77)
@@ -1,7 +1,7 @@
 Package: Sleuth2
 Title: Data Sets from Ramsey and Schafer's "Statistical Sleuth (2nd Ed)"
-Version: 2.0-4
-Date: 2016-06-15
+Version: 2.0-5
+Date: 2019-01-24
 Author:  Original by F.L. Ramsey and D.W. Schafer;
     modifications by Daniel W. Schafer, Jeannie Sifneos and Berwin
     A. Turlach; vignettes contributed by Nicholas Horton, Kate Aloisio
@@ -11,7 +11,7 @@
     ed)", Duxbury. 
 Maintainer: Berwin A Turlach <Berwin.Turlach at gmail.com>
 LazyData: yes
-Depends: R (>= 3.1.0)
+Depends: R (>= 3.5.0)
 Suggests: lattice, knitr, MASS, agricolae, car, gmodels, leaps, mosaic
 VignetteBuilder: knitr
 License: GPL (>= 2)

Modified: pkg/Sleuth2/inst/doc/Sleuth2-manual.pdf
===================================================================
(Binary files differ)

Modified: pkg/Sleuth2/man/ex1028.Rd
===================================================================
--- pkg/Sleuth2/man/ex1028.Rd	2019-01-24 05:28:08 UTC (rev 76)
+++ pkg/Sleuth2/man/ex1028.Rd	2019-01-24 05:54:13 UTC (rev 77)
@@ -33,7 +33,7 @@
 \references{
   Data were gathered by William Gray of Colorado State University and
   reported on USA Today weather page:
-  \url{http://www.usatoday.com/weather/whurnum.htm}
+  \code{http://www.usatoday.com/weather/whurnum.htm}
 }
 \examples{
 str(ex1028)

Modified: pkg/Sleuth2/man/ex1029.Rd
===================================================================
--- pkg/Sleuth2/man/ex1029.Rd	2019-01-24 05:28:08 UTC (rev 76)
+++ pkg/Sleuth2/man/ex1029.Rd	2019-01-24 05:54:13 UTC (rev 77)
@@ -33,9 +33,9 @@
   Testing of Quantile Regression Models, \emph{Empirical Economics}
   \bold{26}(1): 307--324
 
-  \url{http://econ.la.psu.edu/~hbierens/QUANTILE.PDF}
+  \code{http://econ.la.psu.edu/~hbierens/QUANTILE.PDF}
   
-  \url{http://econ.la.psu.edu/~hbierens/MEDIAN.HTM}
+  \code{http://econ.la.psu.edu/~hbierens/MEDIAN.HTM}
 }
 \examples{
 str(ex1029)

Modified: pkg/Sleuth2/vignettes/chapter12-HortonMosaic.Rnw
===================================================================
--- pkg/Sleuth2/vignettes/chapter12-HortonMosaic.Rnw	2019-01-24 05:28:08 UTC (rev 76)
+++ pkg/Sleuth2/vignettes/chapter12-HortonMosaic.Rnw	2019-01-24 05:54:13 UTC (rev 77)
@@ -116,6 +116,7 @@
 )
 require(Sleuth2)
 require(mosaic)
+require(MASS)  ## for stepAIC()
 trellis.par.set(theme=col.mosaic())  # get a better color scheme 
 set.seed(123)
 # this allows for code formatting inline.  Use \Sexpr{'function(x,y)'}, for exmaple.



More information about the Sleuth2-commits mailing list