Hi, I'm seeing a minor issue with run_examples() pop up:
packageVersion("devtools")
## [1] ‘2.3.1’
This works fine, as expected:
But this is erroring:
devtools::run_examples(fresh = TRUE)
Here's the backtrace:
Error in eval(substitute(function() devtools::run_examples(pkg = path, :
argument "test" is missing, with no default
Calls: <Anonymous> -> eval
Backtrace:
█
1. └─devtools::run_examples(fresh = TRUE)
2. └─base::eval(...)
Hi, I'm seeing a minor issue with
run_examples()pop up:This works fine, as expected:
But this is erroring:
Here's the backtrace: