Nothing
install.packages("Rclade")
# install.packages("remotes")
remotes::install_github("zengzichao/Rclade")
Rclade 依赖:ape、ggtree、deeptime、ggplot2、rlang、stringr、tidytree、viridisLite。
建议安装(部分功能需要):treeio、phangorn、RColorBrewer、cowplot、patchwork、shiny、optparse、yaml、testthat、knitr、rmarkdown。
若计划使用 Shiny 应用、命令行或运行测试,请安装:
install.packages(c("shiny", "optparse", "patchwork", "RColorBrewer",
"cowplot", "testthat", "rmarkdown", "knitr"))
仓库中提供了 Dockerfile 以构建可复现环境:
docker build -t rclade .
docker run --rm -it rclade R -e 'library(Rclade); run_rclade_selftest()'
library(Rclade)
run_rclade_selftest()
若全部检查通过,即可开始使用。参见入门指南。
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.