Nothing
install.packages("Rclade")
# install.packages("remotes")
remotes::install_github("zengzichao/Rclade")
Rclade imports: ape, ggtree, deeptime, ggplot2, rlang, stringr, tidytree, viridisLite.
Suggested packages (needed for some features): treeio, phangorn, RColorBrewer, cowplot, patchwork, shiny, optparse, yaml, testthat, knitr, rmarkdown.
Install suggested packages if you plan to use the Shiny app, CLI, or run tests:
install.packages(c("shiny", "optparse", "patchwork", "RColorBrewer",
"cowplot", "testthat", "rmarkdown", "knitr"))
A Dockerfile is provided in the repository for a reproducible environment:
docker build -t rclade .
docker run --rm -it rclade R -e 'library(Rclade); run_rclade_selftest()'
library(Rclade)
run_rclade_selftest()
If all checks pass, you are ready to go. See Getting started.
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.