[Analogue-commits] r347 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Jul 20 23:41:14 CEST 2013


Author: gsimpson
Date: 2013-07-20 23:41:14 +0200 (Sat, 20 Jul 2013)
New Revision: 347

Modified:
   pkg/man/prcurve.Rd
Log:
stop the smoothGAM example from running as it is too slow at the moment

Modified: pkg/man/prcurve.Rd
===================================================================
--- pkg/man/prcurve.Rd	2013-07-20 21:08:46 UTC (rev 346)
+++ pkg/man/prcurve.Rd	2013-07-20 21:41:14 UTC (rev 347)
@@ -128,10 +128,12 @@
 aber.pc2 <- prcurve(abernethy2, method = "ca", trace = TRUE,
                     vary = TRUE, penalty = 1.4)
 
+\dontrun{
 ## Fit principal curve using a GAM - currently slow ~10secs
 aber.pc3 <- prcurve(abernethy2, method = "ca", trace = TRUE,
                     vary = TRUE, smoother = smoothGAM, bs = "cr")
 }
+}
 % Add one or more standard keywords, see file 'KEYWORDS' in the
 % R documentation directory.
 \keyword{multivariate}



More information about the Analogue-commits mailing list