[Rd] "could not find function" error in "R CMD check"
Duncan Murdoch
murdoch at stats.uwo.ca
Tue Dec 16 17:15:27 CET 2008
Using Martin's sourceDir() function (from example(source)), I found your
problem: You have some test code in your R dir.
smooth.bibasis.test.R :Error in basisfd(type = type, rangeval =
rangeval, nbasis = nbasis, params = params, :
could not find function "use.proper.basis"
That file smooth.bibasis.test.R probably belongs in the tests directory,
where it will be run after all the files have been sourced.
Duncan Murdoch
More information about the R-devel
mailing list