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 Rsftp library:
    pkgInstall("Rsftp") 

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

  3. Also possibly need to install these:

    Code Block
    pkgInstall("RCurl")
    pkgInstall("rjson")
    pkgInstall("digest")
    pkgInstall("RUnit")
     

Supported Platforms:

...

  • Windows 64bit
  • Mac OSX Snow Leopard 10.6Mac OSX Lion Lion 10.7
  • Any Linux/Unix platform will use the source of the package and compile/install as-needed

...