Skip to content
Prev 30859 / 63424 Next

"could not find function" error in "R CMD check"

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