[R-pkg-devel] trivial package with R CMD check ERRORs that seem unrelated to package contents
Richard M. Heiberger
rmh at temple.edu
Thu May 28 15:19:41 CEST 2015
I posted a package
trivial_3.1-18.tar.gz
and the
00check-trivial.log
from R-devel at
http://astro.temple.edu/~rmh/HH-test/
The package contains one function
trivial <- function(...) {}
and a NAMESPACE that imports other packages.
The 00check-trivial.log has many messages that look like they depend
on aspects of the imported packages, including five of these
Error in validObject(.Object) :
I need guidance on how to respond to these.
My real package
HH_3.1-17.tar.gz
is also there along with a clean check log from R-3.1.2 and a check log
I don't understand from R-devel.
Thanks
Rich
More information about the R-package-devel
mailing list