| 1 | % Generated by roxygen2 (4.0.2): do not edit by hand |
| 2 | \name{pkgdev.rtest} |
| 3 | \alias{pkgdev.rtest} |
| 4 | \title{Launch R unit tests (arbitrary file structure under R/tests), or display the list of test functions} |
| 5 | \usage{ |
| 6 | pkgdev.rtest(path, prefix = "", show = FALSE, cc = "gcc -std=gnu99") |
| 7 | } |
| 8 | \arguments{ |
| 9 | \item{path}{Location of the package containing tests (under /R/tests)} |
| 10 | |
| 11 | \item{prefix}{Prefix for names of the functions to be tested; leave empty to test all (default)} |
| 12 | |
| 13 | \item{show}{Logical, TRUE to display the list of unit tests (default: FALSE)} |
| 14 | } |
| 15 | \description{ |
| 16 | Launch R unit tests (arbitrary file structure under R/tests), or display the list of test functions |
| 17 | } |
| 18 | |