Message-ID: <CAGx1TMAQ0aJ9NQVGFcfpyC5MA_TjnHeitWhBzT+BfSvbkQgR2A@mail.gmail.com>
Date: 2015-05-28T13:19:41Z
From: Richard M. Heiberger
Subject: [R-pkg-devel] trivial package with R CMD check ERRORs that seem unrelated to package contents
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