Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. If needed, install R from http://cran.r-project.org/
  2. 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("Rssh") 

    At a later date, we anticipate that this package these packages will be available via Bioconductor or CRAN

...