The goal of SticsPubRTools is to …
The package installation can be done directly from
GitHub using either devtools
or the lightweight
one remotes package
The last release version can be installed using:
- With
devtools
devtools::install_github("SticsRPacks/SticsPubRTools@*release")
- With
remotes
# install.packages("remotes")
remotes::install_github("SticsRPacks/SticsPubRTools@*release")
Or the current development version can be installed using:
devtools::install_github("SticsRPacks/SticsPubRTools")
Normaly, all the package dependencies will be installed for CRAN packages.
This is a basic example which shows you how to solve a common problem:
library(SticsPubRTools)
## basic example code