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()
0 Comments