running all examples in r package -
i developing package in rstudio. many of examples need updating going through each one. way check examples running devtools::check()
of course runs checks , takes while.
is there way of running examples don't have wait?
try following code run examples
devtools::run_examples()
Comments
Post a Comment