Skip to content
Prev 339800 / 398500 Next

Making a package works on any R version

On 06/05/2014, 1:19 AM, Ashis Deb wrote:
The only reason you should get that message is because you coded in the 
DESCRIPTION file that your package depends on R (>= 3.0.3).  If you 
don't want that dependency, don't code it.

Duncan Murdoch