Learn R Programming

Rcpp (version 0.7.7)

RcppUnitTests: Rcpp : unit tests results

Description

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.

Arguments

Details

latex{}{html{
}{}} [echo=FALSE,results=text]{ txt <- system.file( "doc", "unitTests-results", "Rcpp-unitTests.txt", package = "Rcpp" ) if( file.exists( txt ) ) paste( readLines( txt ), collapse = "" ) else "" latex{}{html{}{}}

# 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 source( system.file("unitTests", "runTests.R", package = "Rcpp" ) )

programming

See Also

latex{}{html{../doc/unitTests-results/Rcpp-unitTests.html: html formatted unit test report}{../doc/unitTests-results/Rcpp-unitTests.html: html formatted unit test report}}