Closed clarkfitzg closed 7 years ago
I've been automatically approving the merges. You really ought to update directly to the main branch.
Once we have more tests, how do I run them from the R prompt? Is there a direct way?
Norm
Ok, I'll just do a pull request if I have specific areas that I want code review or feedback then.
To run the tests just use Rscript
or source the testing file:
clark@DSI-CF ~/dev/partools/tests (check)
$ R
R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
...
> source("testthat.R")
...
Latest version of partools at GitHub.com/matloff
testthat results ================================================================
OK: 1 SKIPPED: 0 FAILED: 0
I'll merge this once it passes the build.