The easiest way to install the package is via r-universe:
install.packages('exonr', repos = c('https://wheretrue.r-universe.dev', 'https://cloud.r-project.org'))
The documentation is available at https://wheretrue.r-universe.dev/exonr/doc/manual.html.
To release:
- Bump the version in
DESCRIPTION
file manually and commit. - Run
git tag exonr-<version>
. Where the version is the same as in theDESCRIPTION
file. - Push the tag to GitHub.
Based on extendr.