Skip to content
Prev 4192 / 12125 Next

[R-pkg-devel] Warning about "serialize/load".

On 14/07/2019 7:52 p.m., Rolf Turner wrote:
The main consequence of setting the R version is that nobody using an 
older version could use your package.

I'd suggest this is a good thing, unless you plan to test your package 
with those old versions.  People should be nudged to upgrade. However, 
some people are stuck on old versions, and they really would miss out on 
clyde.

I think Travers pointed out the main consequence of forcing version=2: 
some things that are very compact in the next version might take a lot 
more space in version=2, e.g. x <- 1:1000000.

Duncan Murdoch