[Power-commits] r31 - pkg/sse/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 16 22:33:44 CEST 2019


Author: thofab
Date: 2019-08-16 22:33:44 +0200 (Fri, 16 Aug 2019)
New Revision: 31

Modified:
   pkg/sse/man/refine.Rd
Log:
adding donttest to example in refine because it takes long


Modified: pkg/sse/man/refine.Rd
===================================================================
--- pkg/sse/man/refine.Rd	2019-08-15 14:43:20 UTC (rev 30)
+++ pkg/sse/man/refine.Rd	2019-08-16 20:33:44 UTC (rev 31)
@@ -15,6 +15,7 @@
 \note{This function is only useful if the object of class \code{power}
   was generated using a resamling approach.}
 \examples{
+\donttest{ ## takes quite some time
 ## defining the range of n and theta to be evaluated
 psi <- powPar(theta = seq(from = 0.5, to = 1.5, by = 0.1),
               n = seq(from = 20, to = 60, by = 2))
@@ -35,8 +36,7 @@
 
 ## another 900 (= 1000 - 100) iterations
 refine(pow)
-
-
 }
+}
 \keyword{methods}
 



More information about the Power-commits mailing list