Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The synapser package 'wraps' a specific version of the Synapse Python Client, specified in R/zzz.R, and tools/installPythonClient.R for example:

python client version
Code Block
languagebash
PYTHON_CLIENT_VERSION <- '2.7.0'

Upgrading the Python client dependency is a matter of changing this line.  synapser will look for the specified version in PyPI. Like all R packages, synapser has embedded reference doc's.  These doc's are in a LaTeX-like format, have the file suffix ".Rd" and go in a directory called man/.  This is a "source" folder which the package build process uses as input. 

...