-
Notifications
You must be signed in to change notification settings - Fork 755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_examples()
: deprecated run
and test
arguments are missing with no default
#2264
Labels
bug
an unexpected problem or unintended behavior
Comments
I also confirm this:
Created on 2020-08-27 by the reprex package (v0.3.0) Session info
|
I also confirm this, but the problem arises by the default call to In 2.3.0 lapply(files, pkgload::run_example, test = test, run = run) In 2.3.1 lapply(files, pkgload::run_example, run_donttest = run_donttest,
run_dontrun = run_dontrun) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
The text was updated successfully, but these errors were encountered: