This is an R client for the open-biology platform "Synapse". visit https://synapse.sagebase.org or http://www.sagebase.org for more info. To view documentation or to file bug reports and feature requests visit http://sagebionetworks.jira.com/browse/SYNR.
The R Synase Client can be installed by typing these commands into the R prompt:
source('http://depot.sagebase.org/CRAN.R')
pkgInstall(c("synapseClient"))
For early access to new and possibly not-ready-for-production features, you can install directly from GitHub using the devtools
package. The master branch will usually mirror the released version of the package. If you'd like to install the develop branch, you can do so like this:
library(devtools)
install_github('rSynapseClient', 'Sage-Bionetworks', ref='develop')
The Getting started with the R synapseClient guide is hosted in Synapse itself. See syn1834618.