This is an R client for the open-biology platform "Synapse". Visit https://www.synapse.org or http://www.sagebase.org for more info. To view documentation visit http://r-docs.synapse.org/. To file bug reports and feature requests visit http://sagebionetworks.jira.com/browse/SYNR.
A new R client 'synapser' is currently available at Sage's RAN.
The R Synapse 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('Sage-Bionetworks/rSynapseClient', ref='develop')
The Getting Started guide for Synapse includes examples for the R client.
Full documentation for the R client is also available at http://docs.synapse.org/r/.