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
devtools::test() throws 24 errors when run against the master branch, commit 79b43a. This is on a Mac, RStudio 1.3.1093, R 4.0.1.
==> devtools::test()
Loading REDCapR
Testing REDCapR
✓ | OK F W S | Context
✓ | 2 | column-sanitize [0.1 s]
✓ | 16 | constant
✓ | 9 | create-batch-glossary
✓ | 82 | file-oneshot [10.3 s]
✓ | 17 | instrument [3.6 s]
✓ | 17 | metadata-read [1.5 s]
✓ | 2 | metadata-utilities
✓ | 10 | metadata-write [0.6 s]
✓ | 7 | next-free-record-name [1.6 s]
x | 17 1 | project [13.3 s]
───────────────────────────────────────────────────────────────────
test-project.R:45: failure: read-insert-and-update
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
───────────────────────────────────────────────────────────────────
x | 46 6 | read-batch-longitudinal [11.8 s]
───────────────────────────────────────────────────────────────────
test-read-batch-longitudinal.R:58: failure: default
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-longitudinal.R:73: failure: default
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-longitudinal.R:99: failure: filter-numeric
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-longitudinal.R:114: failure: filter-numeric
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-longitudinal.R:140: failure: filter-character
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-longitudinal.R:155: failure: filter-character
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
───────────────────────────────────────────────────────────────────
x | 130 17 | read-batch-simple [47.3 s]
───────────────────────────────────────────────────────────────────
test-read-batch-simple.R:45: failure: default
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:60: failure: default
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:116: failure: specify-forms
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:131: failure: specify-forms
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:154: failure: raw
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:169: failure: raw
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:192: failure: raw-and-dag
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:207: failure: raw-and-dag
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:231: failure: label-and-dag-one-single-batch
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:253: failure: label-and-dag-three-tiny-batches
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:276: failure: label
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:291: failure: label
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:316: failure: label-header
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:338: failure: export_checkbox_label
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:353: failure: export_checkbox_label
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:374: failure: filter-numeric
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
test-read-batch-simple.R:396: failure: filter-character
The returned data.frame should be correct not equal to `expected_data_frame`.
Attributes: < Length mismatch: comparison on first 2 components >
───────────────────────────────────────────────────────────────────
══ Terminating early ══════════════════════════════════════════════
Too many failures
Warning message:
replacing previous import ‘vctrs::data_frame’ by ‘tibble::data_frame’ when loading ‘dplyr’
The text was updated successfully, but these errors were encountered:
devtools::test()
throws 24 errors when run against the master branch, commit 79b43a. This is on a Mac, RStudio 1.3.1093, R 4.0.1.The text was updated successfully, but these errors were encountered: