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
Probably you are running the tests after loading the package with devtools::load_all() and run devtools::test().
Instead, if you run devtools::check() to run the tests with R CMD check, all works fine, at least for me.
It look to me that packages loaded with load_all() cannot run the call to the API in the background because it can not find functions with the reference to the package loaded, for instance, plumbpkg:::hello().
I asked a question related to this issue in stackoverflow
It looks like the plumber tests are not passing on
callr 3.6
and plumber1.10
.The text was updated successfully, but these errors were encountered: