if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("HilbertVis", "IRanges", "GenomicRanges"))
remotes::install_github("cderv/pandoc")
library(pandoc)
# Install version
pandoc_install("2.7.3")
install.packages("devtools")
library(devtools)
# if pandoc is present
install_github("musikutiv/tsTools", build_vignettes=T)
# otherwise
install_github("musikutiv/tsTools", build_vignettes=F)
To view the documentation (only if pandoc is installed)
library(tsTools)
browseVignettes("tsTools”)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.