Running R CMD check on a local package, I get * checking Rd files ... OK * checking Rd cross-references ... WARNING Error in .find.package(package, lib.loc) : there is no package called 'boot' Execution halted * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK The output is spurious -- I do not use boot, but do have it installed. This is with R-patched as of Nov 25 as well as Nov 03. Am I overlooking something, or is this a buglet? Regards, Dirk -- Hell, there are no rules here - we're trying to accomplish something. -- Thomas A. Edison
Dirk Eddelbuettel wrote:> Running R CMD check on a local package, I get > > * checking Rd files ... OK > * checking Rd cross-references ... WARNING > Error in .find.package(package, lib.loc) : > there is no package called 'boot'Probably the boot installation in one of your libraries is corrupted. Uwe> Execution halted > * checking for missing documentation entries ... OK > * checking for code/documentation mismatches ... OK > > The output is spurious -- I do not use boot, but do have it installed. > > This is with R-patched as of Nov 25 as well as Nov 03. Am I overlooking > something, or is this a buglet? > > Regards, Dirk >
Reasonably Related Threads
- 'library(ggplot2)' R CMD check WARNING in vignette R code
- modification time warning with R CMD check
- R CMD check warning message "print.check_code_usage_in_package"
- Outdated dependencies and install.packages()
- R CMD check fails to warn about undocumented classes and methods