| ngscopy_unittest {NGScopy} | R Documentation |
A wrapper to run unit testing of NGScopy
ngscopy_unittest(...)
... |
additional arguments to |
Xiaobei Zhao
## 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()"