Skip to content
Prev 1149 / 12125 Next

[R-pkg-devel] Submitting to CRAN a package depending on RGtk2

On 19/10/2016 5:24 PM, Lorenzo Busetto wrote:
In your DESCRIPTION file, skip the indirect dependencies.  Your package 
just needs to say it depends on RGtk2, curl, and rgdal (unless it also 
needs to link to those libs).  It is a good idea to give detailed 
instructions in a README file in the package though.
As Dirk said, SystemRequirements:, but only for the direct dependencies. 
  List the R packages in Depends, Imports, etc.
Try to give instructions for all 3 major platforms (and maybe a few 
variations within each):  Linux, Windows, OS X. If you can, add Solaris: 
  once you're accepted onto CRAN, you'll be tested there as well.

Duncan Murdoch