Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.26 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.26 KB

ImmuneSpace Maintenance Tasks

Production Test
R-CMD-check IS-Maintenance R-CMD-check IS-Maintenance

Installation

# install.packages("remotes")
remotes::install_github("ImmuneSpaceMaintenance")

Initialize an ISM connection

library(ImmuneSpaceMaintenance)
con <- ISM$new(study = "", onTest = TRUE)