
Last chance! 50% off unlimited learning
Sale ends in
Unit tests results for package Rcpp.
Unit tests are run automatically at build time and reports are included in the doc directory as html or text.
../doc/unitTests-results/Rcpp-unitTests.html: html formatted unit test report
# unit tests are in the unitTests directory of the package
list.files( system.file("unitTests", package = "Rcpp" ),
pattern = "^runit", full = TRUE )
# trigger the unit tests preparation, follow printed instructions
# on how to run them
if (FALSE) {
source( system.file("unitTests", "runTests.R", package = "Rcpp" ) )
}
Run the code above in your browser using DataLab