"could not find function" error in "R CMD check"
Hi, Duncan:
Thanks very much. That fixed that problem.
I should have tried that myself; I've heard essentially that
suggestion before, but couldn't think of it in this case.
Best Wishes,
Spencer Graves
Duncan Murdoch wrote:
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