Displaying 1 result from an estimated 1 matches for "r53273".
Did you mean:
953273
2010 Oct 10
1
Query about .check_packages_used_in_examples
...migrate through R-forge to CRAN).
But then I noticed that for another package I have on R-forge a similar
note is issued:
https://r-forge.r-project.org/R/?group_id=630&log=check_x86_64_linux&pkg=DeconWK&flavor=devel
O.k., R-forge is using R-devel, so I installed R 2.12.0 RC (2010-10-10
r53273) on my machine to check, same note is issued.
The note issued by R CMD check says:
* checking for unstated dependencies in examples ... NOTE
'library' or 'require' call not declared from: ks
which is a bit surprising.
There are three .Rd files that have a library(ks) in them a...