Skip to content

[R-pkg-devel] checksums change after publication on CRAN?

1 message · Uwe Ligges

#
Dear all,

1. CRAN indeed adds the checksum, as CRAN re-packages a package as it 
changes at least the DESCRIPTION file and maybe cleans up some line 
endings and permissions etc.

2. For recommdended packages, we publish in the contrib repository, but 
also for the release tarballs in subdirs on different days, then the 
package gets a different checksum, as the punlication day may be 
different then.

3. In this case we had a quick same version update that added a space in 
a Makevars file that should not change functionality at all, but makes 
compilation work on some OS where it would not work without the added 
space. This was some hotfix during the R-3.5.0 release cycle and 
carefully reviewed by the CRAN team.

CRAN generally does not accept new submissions without increased version 
number.

Best,
Uwe Ligges
On 30.04.2018 18:09, Joris Meys wrote: