Installation:

  1. If needed, install R from http://cran.r-project.org/
  2. From the R command prompt, install the following packages:

    source('http://depot.sagebase.org/CRAN.R')
    pkgInstall("synapseClient")
    

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

Supported Platforms:

Common Installation Problems

RCurl package cannot be installed

If you see an error like:

then there are missing dependencies for the RCurl package, upon which the Synapse R client depends.  For information on resolving these missing dependencies, please see: http://www.omegahat.org/RCurl/FAQ.html