ngscopy_unittest {NGScopy}R Documentation

A wrapper to run unit testing of NGScopy

Description

A wrapper to run unit testing of NGScopy

Usage

ngscopy_unittest(...)

Arguments

...

additional arguments to UnitTest$new

Author(s)

Xiaobei Zhao

Examples

## To run at R prompt
## Not run: 
ngscopy_unittest() # Note: R will create a folder for output
                   # at current working directory

## End(Not run)

## ## To run at Unix-like command line (not at R prompt)
## Rscript -e "require(methods);NGScopy::ngscopy_unittest()"

[Package NGScopy version 1.14.0 Index]