Skip to content

Commit 0fcc399

Browse files
author
Ian Morelan
committed
Update install.R
1 parent 19ec34f commit 0fcc399

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install.R

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
pkgs = c("BiocManager","tidyverse", "plotly")
1+
pkgs = c("BiocManager","tidyverse", "plotly", "devtools")
22
ncores = parallel::detectCores()
33
install.packages(pkgs, Ncpus = ncores)
44

5-
BiocManager::install("phyloseq")
5+
BiocManager::install("phyloseq")
6+
7+
devtools::install_github("katiejolly/nationalparkcolors")

0 commit comments

Comments
 (0)