Skip to content
Prev 5169 / 12125 Next

[R-pkg-devel] Installed package size

On Thu, 12 Mar 2020 15:16:13 +0000
Carsten Croonenbroeck <carsten.croonenbroeck at uni-rostock.de> wrote:

            
Here's what CRAN policy [*] says about that:
(According to src/library/tools/R/check.R, 5MB seems to be the limit on
installed size, not compressed tarball size.)
If publishing the data separately from the code is acceptable, you
could use drat [**] to set up a repository for the data package
somewhere else, then list the data package in Suggests: and the repo in
Additional_repositories: in the DESCRIPTION of the code package, which
you could submit to CRAN.