msraredon / NICHES

Niche Interactions and Cellular Heterogeneity in Extracellular Signaling
https://msraredon.github.io/NICHES/
49 stars 15 forks source link

reference for installation path wrong #1

Closed Ehaxe closed 2 years ago

Ehaxe commented 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')

msraredon commented 2 years ago

Fixed. Thank you for noticing this.

S