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:
devtools
devtools::install_github("SticsRPacks/SticsPubRTools@*release")
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.