tests/cli_fcn.R

cli_fcn <- future.tests:::cli_fcn
check <- future.tests::check

message("*** cli_fcn() ...")

options(future.tests.cmdargs = c("--help"))
print(check, call = TRUE)
print(check, call = FALSE)

citation <- cli_fcn(utils::citation)
print(citation)

message("*** cli_fcn() ... DONE")

Try the future.tests package in your browser

Any scripts or data that you put into this service are public.

future.tests documentation built on May 31, 2023, 9:28 p.m.