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

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to