This is the Sage Bionetworks Staging R Archive Network (Staging-RAN) - a CRAN-like repository for R packages published by Sage Bionetworks.
Packages in this RAN can be installed or upgraded using the standard install.packages()
command by adding this RAN to the repository list, e.g.:
install.packages("synapser", repos=c("https://sage-bionetworks.github.io/staging-ran", "http://cran.fhcrc.org"))
Alternatively, edit your ~/.Rprofile
and configure your default repositories:
options(repos=c("https://sage-bionetworks.github.io/staging-ran", "http://cran.fhcrc.org"))
after which you may run install.packages()
.