ngscopy_unittest: A wrapper to run unit testing of NGScopy

Description Usage Arguments Author(s) Examples

View source: R/ngscopy-test.R

Description

A wrapper to run unit testing of NGScopy

Usage

1

Arguments

...

additional arguments to UnitTest$new

Author(s)

Xiaobei Zhao

Examples

1
2
3
4
5
6
7
8
9
## 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()"

NGScopy documentation built on May 6, 2019, 2:43 a.m.