Skip to content

[R-pkg-devel] R CMD check fails on namespace load for an installed package

1 message · Paul Bailey

#
When I try to R CMD check --as-cran the EdSurvey package for submission on R-devel I get this error:
So, I went into R and tried installing car, and that  appears to exit cleanly (at end of message). But then I still got the same (above) message.

I made sure the .libPath was the one in R-devel/library.

What can I do to test my package on R-devel?