Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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.

How to update packages

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

  • To update all packages in R (adviseable)

# 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)

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

  • No labels