-
Notifications
You must be signed in to change notification settings - Fork 761
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
shouldn't pass show
to pkgload::run_example
#1449
Comments
Additionally, in the |
HI. I have the same issue:
|
I am also getting this error |
Squashed commit of the following. commit dc389c8 Merge: adc3a78 a06b67d Author: schneidernw <[email protected]> Date: Tue Aug 15 12:30:55 2017 -0400 Merge remote-tracking branch 'hadley/master' into refactor_run_examples_1454 commit adc3a78 Merge: 751aec1 0128ed8 Author: schneidernw <[email protected]> Date: Thu Aug 10 16:30:55 2017 -0400 Merge remote-tracking branch 'hadley/master' into refactor_run_examples_1454 commit 751aec1 Author: Neil-Schneider <[email protected]> Date: Thu Aug 10 14:28:52 2017 -0400 Add leading characters to expected output Do this because the test fails because `\n>` is captured by the function in this test environment. Not sure it is a platform issue, but on my windows machine both tests, with and without `\n>` pass. commit 0cde9d5 Author: schneidernw <[email protected]> Date: Wed Aug 9 14:35:13 2017 -0400 Update documentation Do this for the run_example function and the testHelp package. commit 40fedee Author: schneidernw <[email protected]> Date: Wed Aug 9 14:30:48 2017 -0400 Update style Do this to follow the style guide. commit 30476c3 Author: Andrew McDavid <[email protected]> Date: Fri Jan 27 11:46:38 2017 -0500 add test for run_examples #1449 commit 2ca091d Author: schneidernw <[email protected]> Date: Wed Aug 9 14:04:28 2017 -0400 Pass all necessary parameters to secondary call Do this because the `run_examples` call in a fresh session should be exactly like the first. (Minus `fresh = TRUE`) commit 4282858 Author: schneidernw <[email protected]> Date: Wed Aug 9 14:02:58 2017 -0400 Place code into else statement Do this to avoid running the code twice when `fresh = TRUE`. commit 5809f12 Author: schneidernw <[email protected]> Date: Wed Aug 9 14:01:15 2017 -0400 Show is deprecated Do this because the default value for `show` will trigger the deprecated warning every time. This shouldn't affect any backward compatibility since the parameter is currently unused. There is still an issue, where the warning is printed from the `callr::r()` when `fresh = TRUE`.
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
pkgload::run_example
lacks ashow
parameter (not sure if this is intentional or an oversight), butdevtools::run_examples
tries to pass this parameter vialapply
nonetheless. This makesrun_examples
fail with the following:Repex
$ git clone [email protected]:hadley/devtools.git
> sessionInfo()
The text was updated successfully, but these errors were encountered: