Re: [R-sig-phylo] Problem with R package checking

2013-08-08 Thread Eliot Miller
Tristan, I ran into that problem when I wasn't exporting the function (i.e. it was an internal function). If you use the package devtools to make your package than you add a roxygen comment to the effect of #' @export and it will pass the example checks. Not sure what the equivalent is with buildi

[R-sig-phylo] Problem with R package checking

2013-08-08 Thread Tristan Stayton
Hello friends, Thanks to everyone who sent me suggestions a while ago on help developing R packages. I've been progressing well since then, but lately I've hit a snag. My examples will not run during a package check (R CMD check) because R can't find the functions that the examples are for (that