Gina's R package
# from terminal
git pull https://github.com/enmyj/Rgina.git && cd Rgina
R CMD build .
R CMD install gina_0.1.0.tar.gz
# from terminal
git pull https://github.com/enmyj/Rgina.git
# from R console
install.packages('devtools') # if not already installed
library(devtools)
setwd('/path/to/Rgina')
build()
install()
library(gina)
cookie('chocolate chip')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.