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
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Last 13 lines of output:
• On CRAN (5)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-is_working.R:27:5): is working: is working check ────────────────
Error in `dplyr::filter(table, z > 2)`: Problem while computing `..1 = z > 2`
Caused by error:
! Object `z` not found.
── Error (test-modify.R:96:5): modify: handles a non-working rule ──────────────
Error in `dplyr::filter(table, y > 1)`: Problem while computing `..1 = y > 1`
Caused by error:
! Object `y` not found.
[ FAIL 2 | WARN 0 | SKIP 5 | PASS 34 ]
Error: Test failures
Execution halted
The problems comes from this change in dbplyr
Variables that are neither found in the data nor in the environment now
produce an error (@mgirlich, #907).
We plan to release dbplyr soon so it would be great if you could fix this issue.
The text was updated successfully, but these errors were encountered:
We see
checking examples ... ERROR
checking tests ...
The problems comes from this change in dbplyr
We plan to release dbplyr soon so it would be great if you could fix this issue.
The text was updated successfully, but these errors were encountered: