I found this article (original) about how to auto update a package version number in R.
I would like to implement it in the same way as they suggest but I fail at the point to create my own Makefile
to build a package.
The function they provide is working fine.
Can anyone help me to create a Makefile
to check, build, if both are successful increase the version number, build under new version number. Within RStudio it is possible to select Makefile
as build tool.
In general I like the idea to have all development packages with a 4th version number like 0.1.2.9001
. At the moment I always overwrite my packages and only set three numbers manually like 0.1.3
.