Displaying 1 result from an estimated 1 matches for "161879f1".
Did you mean:
118791
2011 Apr 29
4
R CMD check and Suggests Packages
Hello,
In my description file, I have an example data package in Suggests: that I've deleted from my library to test what the user who doesn't have it will experience.
However, R CMD check won't even pass my package :
* checking package dependencies ... ERROR
Package required but not available: RepitoolsExamples
Why would it have to be installed, if it's only a data package,