Skip to content

Commit 0cb5ce6

Browse files
committed
added BBI package as CRAN installation
1 parent b57d742 commit 0cb5ce6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

MER18_script.R

+1-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# set path to the folder containing script and data
88
setwd("/path/to/the/folder")
99

10-
# library dependencies
10+
# library dependencies (to install with install.packages() command)
1111
library(ranger)
1212
library(vegan)
1313
library(irr)
@@ -16,10 +16,7 @@ library(metagenomeSeq)
1616
## for parralel computation --> set the amount of cores available
1717
library(doMC)
1818
registerDoMC(cores = 8)
19-
2019
# for biotic indices calculation
21-
library(devtools)
22-
install_github("trtcrd/BBI")
2320
library(BBI)
2421

2522
# function dependencies

0 commit comments

Comments
 (0)