Versions Compared

Key

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

Semi-regularly, we release a new major (v5.1 → v6.0) or minor (v6.0 → v6.1) version of DataSHIELD. In these updates, the functionality, stability and test coverage improves, and is worth using over the previous version. Please use these simple instructions to quickly and easily get back up to date whenever you see on our forums or our twitter that we’ve made a new release.

In Linux

GUI method

How to update packages

  • Open R, RStudio, RGui or whichever R client you are running

  • To update all packages in R (adviseable)

Code Block
# R
> update.packages()
  • to update only the DataSHIELD dsBaseClient package (If you have installed the DataSHIELD client packages within R using install.packages and specifying the Obiba repository

...

  • )

Code Block
# R
> update.packages(repos='http://cran.obiba.org')

Terminal method

tbc..

In Windows

tbc..

In MacOS

...