| unitTests | R Documentation |
Performs unit tests defined in this package by running
example(unitTests.niftir).
Tests are in runit*.R files Located in the ('/unitTests') subdirectory
or one of its subdirectories ('/inst/unitTests' and subdirectories in package
sources).
Zarrar Shehzad
library(svUnit)
library(niftir)
# Make sure to clear log first
clearLog()
# Run all test units defined
(runTest(svSuite("package:niftir"), "niftir"))
(runTest(svSuite("package:niftir (VirtualClass)"), "VirtualClass"))
errorLog()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.