unitTests.aurelhy: Unit tests for the package aurelhy

unitTests.aurelhyR Documentation

Unit tests for the package aurelhy

Description

Performs unit tests defined in this package by running example(unitTests.aurelhy). Tests are in runit*.R files located in the '/unitTests' subdirectory or one of its subdirectories ('/inst/unitTests' and subdirectories in package sources).

Author(s)

Philippe Grosjean (phgrosjean@sciviews.org)

Examples

if (require(svUnit)) {
    clearLog()
	
  
    ## This test is now moved to the tests directory
	runTest(svSuite("package:aurelhy"), "aurelhy")
 
  
  
    ## Check errors at the end (needed to interrupt R CMD check)
    errorLog()
}

phgrosjean/aurelhy documentation built on Feb. 12, 2024, 2:25 a.m.