We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872e59a commit cc00853Copy full SHA for cc00853
dea/Dockerfile
@@ -42,6 +42,7 @@ RUN R -e 'install.packages("shinyjs", repos="https://packagemanager.rstudio.com/
42
RUN R -e 'install.packages("shinythemes", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
43
RUN R -e 'install.packages("stringi", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
44
RUN R -e 'install.packages("stringr", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2023-04-20")'
45
+RUN R -e 'install.packages("tidytree", repos="https://packagemanager.rstudio.com/cran/__linux__/focal/2024-04-20")'
46
47
RUN R -e 'install.packages("devtools")'
48
RUN R -e 'remotes::install_github("YuLab-SMU/ggtree")'
0 commit comments