testing_RPackage is a package...
Install dependencies by executing this code.
# CRAN packages
install.packages(c("magrittr", "stringr", "devtools"))
# Bioconductor packages
if (!requireNamespace("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install(c("GenomicRanges", "plyranges", "Rsamtools", "GenomicAlignments"))
Install tx_tools
devtools::install_github(repo = "AngelCampos/tx_tools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.