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 19ec34f commit 0fcc399Copy full SHA for 0fcc399
install.R
@@ -1,5 +1,7 @@
1
-pkgs = c("BiocManager","tidyverse", "plotly")
+pkgs = c("BiocManager","tidyverse", "plotly", "devtools")
2
ncores = parallel::detectCores()
3
install.packages(pkgs, Ncpus = ncores)
4
5
-BiocManager::install("phyloseq")
+BiocManager::install("phyloseq")
6
+
7
+devtools::install_github("katiejolly/nationalparkcolors")
0 commit comments