...
- If needed, install R from http://cran.r-project.org/
From the R command prompt, install the following packages:
Code Block source('http://depot.sagebase.org/CRAN.R') pkgInstall("synapseClient") # If you plan to use a private SFTP server for hosting data, install the optional Rssh library: pkgInstall("RsshRsftp")
At a later date, we anticipate that these packages will be available via Bioconductor or CRAN
...