Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Note that every time you change the Java Synapse Client and want to pick up those changes in the R client, you'll need to do an mvn install in each.

How to run the R client against staging

Code Block
synSetEndpoints('https://repo-staging.prod.sagebase.org/repo/v1',
                'https://auth-staging.prod.sagebase.org/auth/v1',
                'https://file-staging.prod.sagebase.org/file/v1', 
                'https://staging.synapse.org/')

 

How to run the R unit tests

How to run the installed R unit tests

...