To install the package, run the following codes in R:
BiocManager::install("RDRToolbox")
# Without vignettes
devtools::install_github("kcf-jackson/maniTools")
# With vignettes (Note: it will take some time to build all the vignettes)
install.packages(c("knitr", "fields", "purrr", "animation", "R.matlab", "pixmap")
devtools::install_github("kcf-jackson/maniTools", build_vignettes = TRUE)
browseVignettes("maniTools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.