Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 2 Current »

To run the DataSHIELD tests you require:

  • An Opal + DataSHIELD VM
  • R installation
  • R package source to be tested: currently 'dsBaseClient' or 'dsBetaTestClient'

Preparing R environment:

  • Install 'devtools': install.packages("devtools", dependencies = TRUE)

  • Install 'testthat': install.packages("testthat", dependencies = TRUE)

Run tests:

  • Change to root directory of R package to be tested
  • devtools::test()


  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.