Skip to content

001‐ How to install

Alireza Khodadadi-Jamayran edited this page Nov 5, 2025 · 1 revision

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")

Clone this wiki locally