yuml2data
developing R libraries/packages: ref: refcard - R packages <url:file:///~/gdrive/mynotes/content/code/cr/cr.md#r=g_10535>
building and installing yuml2data
library
opt01: in RStudio:
opt02: building on R console (for debugging)
cd ~/projects/yuml2data/
Rs
library(devtools)
devtools::load_all()
library(magrittr)
devtools::build()
devtools::install()
opt03: building on terminal
cd ~/projects/yuml2data
make
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.