If it is only in the Suggests and you test for its existence before its
usage, it should be OK.
For old R versions my CRAN checks set the nvironment variable:
_R_CHECK_FORCE_SUGGESTS_=FALSE
Best,
Uwe Ligges
On 15.12.2011 19:53, Roebuck,Paul L wrote:
How should the Suggests entry be written
How should the Suggests entry be written in this case?
Have package that supports parallel processing available
for multiple R versions. Original package DESCRIPTION
Suggests entry only listed 'multicore' and life was good.
Since R-2.14+ includes 'parallel' package, thought I could
reference that