[Sleuth2-commits] r59 - in pkg/Sleuth3: . inst/doc man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 16 14:49:14 CET 2015


Author: berwin
Date: 2015-02-16 14:49:14 +0100 (Mon, 16 Feb 2015)
New Revision: 59

Modified:
   pkg/Sleuth3/DESCRIPTION
   pkg/Sleuth3/inst/doc/Sleuth3-manual.pdf
   pkg/Sleuth3/man/case1401.Rd
   pkg/Sleuth3/man/ex0116.Rd
   pkg/Sleuth3/man/ex0920.Rd
   pkg/Sleuth3/man/ex1320.Rd
   pkg/Sleuth3/man/ex1518.Rd
Log:
Correction to ex0116.Rd, ex0920.Rd, ex1320.Rd and ex1518.Rd to stop "R
CMD check" complain about bad URLs.
Change to case1401.Rd to make "R CMD check" stop complaining about
timing of example.
Bumpted version number and date in DESCRIPTION, produced new manual.


Modified: pkg/Sleuth3/DESCRIPTION
===================================================================
--- pkg/Sleuth3/DESCRIPTION	2015-01-22 05:20:51 UTC (rev 58)
+++ pkg/Sleuth3/DESCRIPTION	2015-02-16 13:49:14 UTC (rev 59)
@@ -1,7 +1,7 @@
 Package: Sleuth3
-Title: Data sets from Ramsey and Schafer's "Statistical Sleuth (3rd ed)"
-Version: 0.1-7
-Date: 2015-01-22
+Title: Data Sets from Ramsey and Schafer's "Statistical Sleuth (3rd Ed)"
+Version: 0.1-8
+Date: 2015-02-16
 Author:  Original by F.L. Ramsey and D.W. Schafer, 
     modifications by Daniel W. Schafer, Jeannie Sifneos and Berwin A. Turlach
 Description: Data sets from Ramsey, F.L. and Schafer, D.W. (2013), "The

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

Modified: pkg/Sleuth3/man/case1401.Rd
===================================================================
--- pkg/Sleuth3/man/case1401.Rd	2015-01-22 05:20:51 UTC (rev 58)
+++ pkg/Sleuth3/man/case1401.Rd	2015-02-16 13:49:14 UTC (rev 59)
@@ -55,12 +55,15 @@
 myAov2 <- aov(logMinutes ~ orderedSign + Chimp - 1)  # Refit
 opar <- par(no.readonly=TRUE)  # Store current graphics parameters settings
 par(mar=c(4.1,7.1,4.1,2.1)) # Adjust margins to allow room for y-axis labels
+\donttest{
+## takes too long to run
 if(require(multcomp)){   # Use the multcomp library   
   myMultComp    <- glht(myAov2, linfct = mcp(orderedSign = "Tukey"))              
   plot(myMultComp)  # Plot Tukey-adjusted confidence intervals.
   summary(myMultComp)   # Show Tukey-adjusted p-values  pairwise comparisons  
   confint(myMultComp)   # Show Tukey-adjusted 95% confidence intervals  
 }
+}
 par(opar) # Restore original graphics parameters settings
 
 ## DISPLAY FOR PRESENTATION

Modified: pkg/Sleuth3/man/ex0116.Rd
===================================================================
--- pkg/Sleuth3/man/ex0116.Rd	2015-01-22 05:20:51 UTC (rev 58)
+++ pkg/Sleuth3/man/ex0116.Rd	2015-02-16 13:49:14 UTC (rev 59)
@@ -21,7 +21,7 @@
 \references{
   Central Intelligence Agency, Country Comparison: GDP per capita
   (PPP), \bold{The World Factbook},
-  \url{https://www.cia.gov/library/publications/theworld-factbook/rankorder/2004rank.html}
+  \verb{https://www.cia.gov/library/publications/theworld-factbook/rankorder/2004rank.html}
   (retrieved June 30,2011).
   }
 \examples{

Modified: pkg/Sleuth3/man/ex0920.Rd
===================================================================
--- pkg/Sleuth3/man/ex0920.Rd	2015-01-22 05:20:51 UTC (rev 58)
+++ pkg/Sleuth3/man/ex0920.Rd	2015-02-16 13:49:14 UTC (rev 59)
@@ -30,8 +30,7 @@
     Course in Methods of Data Analysis (3rd ed)}, Cengage Learning.
 }
 \references{
-  Kentucky Derby: Kentucky Derby Racing Results, \cr
-  \url{http://www.kentuckyderby.info/kentuckyderby-results.php} (July 21, 2011).
+  Kentucky Derby: Kentucky Derby Racing Results.
 }
 \examples{
 str(ex0920)

Modified: pkg/Sleuth3/man/ex1320.Rd
===================================================================
--- pkg/Sleuth3/man/ex1320.Rd	2015-01-22 05:20:51 UTC (rev 58)
+++ pkg/Sleuth3/man/ex1320.Rd	2015-02-16 13:49:14 UTC (rev 59)
@@ -33,8 +33,6 @@
   Doolittle, A.E. (1989).  Gender Differences in Performance on
   Mathematics Achievement Items, \emph{Applied Measurement in Education}
   \bold{2}(2): 161--177.
-
-  \url{http://www.act.org/research/reports/pdf/ACT_RR87-16.pdf}
   
 }
 \examples{

Modified: pkg/Sleuth3/man/ex1518.Rd
===================================================================
--- pkg/Sleuth3/man/ex1518.Rd	2015-01-22 05:20:51 UTC (rev 58)
+++ pkg/Sleuth3/man/ex1518.Rd	2015-02-16 13:49:14 UTC (rev 59)
@@ -24,7 +24,7 @@
 }
 \references{
   Center for Disease Control,\cr
-  \url{http://www.cdc.gov/vaccines/pubs/pinkbook/downloads/appendices/G/cases& deaths.PDF} 
+  \url{http://www.cdc.gov/vaccines/pubs/pinkbook/downloads/appendices/G/cases-deaths.pdf} 
   retrieved on July 23, 2009
 }
 \examples{



More information about the Sleuth2-commits mailing list