Re: [Rd] "could not find function" in R CMD check [solved, but is this an R bug?]

2007-09-12 Thread Ross Boylan
On Wed, 2007-09-12 at 11:31 +0200, Uwe Ligges wrote: > Perhaps Namespace issues? But no further ideas. You might want to make > your package available at some URL so that people can look at it and help... > > Uwe Ligges > Thanks. The problem lay elsewhere. I was able to fix it by adding libra

Re: [Rd] "could not find function" in R CMD check

2007-09-12 Thread Uwe Ligges
Perhaps Namespace issues? But no further ideas. You might want to make your package available at some URL so that people can look at it and help... Uwe Ligges Ross Boylan wrote: > During R CMD check I get this: > ** building package indices ... > Error in eval(expr, envir, enclos) : could not f

[Rd] "could not find function" in R CMD check

2007-09-11 Thread Ross Boylan
During R CMD check I get this: ** building package indices ... Error in eval(expr, envir, enclos) : could not find function "readingError" Execution halted ERROR: installing package indices failed The check aborts there. readingError is a function I just added; for reference setClass("readingErro