Skip to content
Prev 46270 / 63461 Next

Problem with distributing data in package.

Hi there,
On 07/20/2013 10:25 AM, Prof Brian Ripley wrote:
Having the data resaved as a .rda file by default seems to defeat the
purpose of supporting executable code in the data folder. Maybe there
are good reasons for doing this on CRAN (and it's not even clear what
those reasons could be, since the size of the code that generates the
data is generally much smaller than the data it generates) but it would
probably make more sense to not have 'R CMD build' do this by default
and to let the author of the package be happy with its decision to
dynamically generate the data.

Thanks,
H.