Closed Ehaxe closed 2 years ago
Path for installation is incorrect
To install NICHES in R, you may run:
library(devtools) install_github('msraredon/Connectome', ref = 'master')
should be refering to NICHES as path To install NICHES in R, you may run:
library(devtools) install_github('msraredon/NICHES', ref = 'master')
Fixed. Thank you for noticing this.
S
Path for installation is incorrect
To install NICHES in R, you may run:
library(devtools) install_github('msraredon/Connectome', ref = 'master')
should be refering to NICHES as path To install NICHES in R, you may run:
library(devtools) install_github('msraredon/NICHES', ref = 'master')