Assert that future()
doesn’t change the RNG kind.
Assert that future(..., conditions = character(0L))
muffles all conditions.
For robustness, using explicit stringsAsFactors=FALSE internally.
evaluate_expr()
, which is used for running all tests, now reset options, environment variables, the RNG kind, and the random seed afterward to what it was before being called.
Added a package vignettes.
resolve()
would use deprecated argument value
.Update the package description to use single quotes.
Add example to check()
.
resolved()
will launch lazy futures.In non-interactive mode, check()
will quit R with an exit code that reflects whether all tests passed (0) or not (1).
check()
gained arguments so that it can be easily called from R too.