Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----echo= FALSE--------------------------------------------------------------
tbls <- tibble::tibble(Function= paste0(c("abgd", "asap", "bgmyc", "gmyc", "locmin", "mptp"), "_tbl()"),
Software= c("ABGD", "ASAP", "bGMYC", "splits", "spider", "mptp"),
Language= c("C", "C", "R", "R" , "R", "C"),
Source= c("https://bioinfo.mnhn.fr/abi/public/abgd/abgdweb.html",
"https://bioinfo.mnhn.fr/abi/public/asap/",
"https://nreid.github.io/software/",
"https://splits.r-forge.r-project.org/",
"https://github.com/boopsboops/spider",
"https://github.com/Pas-Kapli/mptp"))
knitr::kable(tbls, align = "llcl")
## ----eval= FALSE--------------------------------------------------------------
# install.packages("spider")
#
## ----eval= FALSE--------------------------------------------------------------
# install.packages("splits", repos = "http://R-Forge.R-project.org", dependencies = TRUE)
#
## ----eval= FALSE--------------------------------------------------------------
# install.packages("bGMYC", repos = "https://pedrosenna.github.io/drat/")
#
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.