rngt
packageVarious R functions most focused around data science
remotes::install_github('stackcon/rngt')
# Clone the repository
git clone https://github.com/stackcon/rngt.git
# ... <make changes to code> ...
# Rebuild and check package:
# ... (CLI, from project root directory)
Rscript --vanilla -e 'roxygen2::roxygenise(clean=TRUE)'
R CMD check rngt
# ... (In R)
roxygen2::roxygenise(clean=TRUE)
devtools::check()
# Install package
devtools::install()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.