Help with Preparing a New Version of an R Package
Change the Remotes field in DESCRIPTION
Extract changelog entries for a given version
Compute possible future semantic versions
List GitHub repository branches
Get latest GitHub release version
Set latest versions for rjd3* dependencies
Update NEWS.md for a new release
Helps to prepare a release. Before releasing an R package it is important to update the DESCRIPTION file and the changelog. This package prepares these files and also updates the versions according to the branches. It relies heavily on the 'desc' packages.
Useful links