Inside the this directory start R and
devtools::load_all()
devtools::install()
call it in your scripts with
library(Rose)
do add documentation you can use roxygen, add special comment before the functions and then type
library("devtools")
library(roxygen2)
document()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.