How does one update package binaries on CRAN?
I recently updated a package of mine (moving from 1.x.x to 2.x.x) by building the source and including the tarball in the package submission. The update was accepted however, the Windows & macOS binaries are still on the old version (villager_1.1.1.zip
) of the package while the “Package Source” was updated to the newly built version (villager_2.0.0.tar.gz
).
When installing the package though install.package()
– I’m retrieving the 1.x.x binaries rather than 2.x.x.