We use version encoding A.B-C:
Before releasing, please make sure to check the following:
inst/NEWS.Rd
is up to date and that it says "GitHub-only-release date" rather than "release date"DESCRIPTION
, GGIR-package.Rd
and NEWS.Rd
file. Use function prepareNewRelease.R
in the root of GGIR to double check that version number and date are consistent between these files.R CMD check --as-cran
to make sure all tests and checks pass.Note that GitHub releases require a release name. We typically choose a random name of a city or town in South America. Whatever you choose this should be an easy to read and remember word.
To do a CRAN release, follow the following steps:
devtools::check( manual = TRUE, remote = TRUE, incoming = TRUE)
which will help to check urlsAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.