[Rd] CRAN packages mis-using \donttest : falsy
Gábor Csárdi
csardi.gabor at gmail.com
Mon Dec 8 21:38:06 CET 2014
On Mon, Dec 8, 2014 at 3:32 PM, Duncan Murdoch <murdoch.duncan at gmail.com> wrote:
[...]
> Why not declare colorspace as a "Suggests:" kind of dependency?
I guess that is a solution. :/
In another example in the 'disposables' package I have:
\donttest{
pkg <- make_packages(
foo1 = { f <- function() print("hello!") ; d <- 1:10 },
foo2 = { f <- function() print("hello again!") ; d <- 11:20 }
)
foo1::f()
foo2::f()
foo1::d
foo2::d
dispose_packages(pkg)
}
So in this case should I suggest 'foo1' and 'foo2'?
Gabor
[...]
More information about the R-devel
mailing list