Saturday, June 1, 2019

how to install different versions of the same R package

Use devtools:

devtools::dev_mode(path='~/tools/Seurat3/')
devtools::install_github(repo = "satijalab/seurat", ref = "release/3.0")

No comments:

Post a Comment