install_cmapR.R

## Installing known dependencies: data.table & rhdf5
install.packages("data.table")

install.packages("BiocManager") # to install rhdf5
BiocManager::install(c("rhdf5", "prada"))

install.packages("devtools")    # to install cmapR from this GitHub repo

## Installing cmapR
devtools::install_github("cmap/cmapR", dependencies=TRUE, force=TRUE)
cmap/cmapR documentation built on Oct. 14, 2021, 12:51 a.m.