Learn R Programming

NGScopy (version 1.6.0)

ngscopy_unittest: 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

Examples

Run this code
## 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()"

Run the code above in your browser using DataLab