You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pkgload::run_example lacks a show parameter (not sure if this is intentional or an oversight), but devtools::run_examples tries to pass this parameter via lapply nonetheless. This makes run_examples fail with the following:
Running 76 example files in devtools ------------------------------------------
Loading devtools
Error in FUN(X[[i]], ...) : unused argument (show = TRUE)
Loading devtools
Comment by amcdavid Friday Jan 27, 2017 at 17:06 GMT
Additionally, in the pkgload refactor, dev_help was moved and is currently not re-exported by devtools. Is this the intended API? If so, a deprecation message to users about this change seems appropriate, since it was a public function in devtools previously.
Issue by amcdavid
Friday Jan 27, 2017 at 16:18 GMT
Originally opened as r-lib/devtools#1449
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: