devtools to run checks in the current version of RR-devel by firing up the vagrant VM (vagrant up at the terminal). Make sure the Vagrantfile and bootstrap.sh provisioning script are for the latest Long Term Support (LTS) release of Ubuntu. If any bootstrap.sh packages aren't compatible with the latest LTS version, fix that.Use the --no-verify option to bypass our ad-hoc versioning system (which uses pre-commit hooks to append a datestamp to the version):
$ git commit --no-verify -m "Bump Version number and datestamp"
package_directory = # wherever the package is
library(devtools)
release(
pkg = package_directory,
check = TRUE
)
$ git tag [version number]
$ git push origin [version number]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.