Skip to content
Prev 2342 / 12125 Next

[R-pkg-devel] Is it ever appropriate (or mandatory) to Suggests: R (>= version) ?

This is implicitly OK:

If A suggests B and B depends on some R version, then B is only 
available if you are running that R version anyway, hence the additional 
declaration is not needed.


The typical cause of trouble is as follows:

A depends on B and B suggests C.
Then A has to suggest C in case spme functionality in A relies on parts 
of B that actually need C.

Best,
Uwe Ligges
On 24.01.2018 14:44, Hugh Parsonage wrote: