update.description: Update an R package description file after performing a git...

Description Usage

View source: R/update.description.R

Description

The function updates the version number by increasing the patch number by one. The date is set to the current date, and the SHA entry is set to the first 8 characters of the last commit hash. Changes are then ammended to the last commit. This function should be executed always after performing a commit (when not amended to previous one!!).

Usage

1
2
## S3 method for class 'description'
update()

rogiersbart/rtoolz documentation built on Aug. 20, 2020, 2:48 p.m.