runTests.Rd
Run all tests
runTests( useCiOptions = 1, repo = "https://cloud.r-project.org", errorExpected = 0 )
1 (default) to use CI options as defined in optionsForCi.R, other values to not use them
The repository used to download packages
0 (default) to expect this function run fine, other values to expect an error (useful for tests)
if (FALSE) { citoolsr::runTests() }