001‐ How to install - rezakj/iCellR GitHub Wiki
How to install iCellR
CRAN
Option 1: Install from CRAN (recommended for stable releases)
install.packages("iCellR")
GitHub
Option 2: Install the latest development version from GitHub
library(devtools)
install_github("rezakj/iCellR")
Option 3: Alternatively, clone the repository and install manually:
Run this command in your terminal to clone the GitHub repository:
git clone https://github.com/rezakj/iCellR.git
Then run this command in R
install.packages('iCellR/', repos = NULL, type = "source")