matloff / partools

Tools to aid coding in the R 'parallel' package.
40 stars 11 forks source link

passes R CMD CHECK for documentation WARNINGS locally #10

Closed clarkfitzg closed 7 years ago

clarkfitzg commented 7 years ago

I'll merge this once it passes the build.

matloff commented 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

clarkfitzg commented 7 years ago

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