Installing scSpatialSIM to RStudio
To install scSpatialSIM, it is required to have devtools or remotes installed for their install_github() function:
if (!require("devtools", quietly = TRUE))
install.packages("devtools")
devtools::install_github("FridleyLab/mIFsim@v0.1.3.4")
Vignettes
If you are interested in documentation and tutorials, please visit: https://fridleylab.github.io/scSpatialSIM/index.html
GitHub Repository
For source code, can click the GitHub icon in the upper right corner of the pkgdown site or follow this link: https://github.com/FridleyLab/scSpatialSIM/