Last updated on 2026-06-08 00:52:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.7.1 | 129.72 | 107.11 | 236.83 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.7.1 | 110.61 | 80.68 | 191.29 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.7.1 | 173.00 | 159.28 | 332.28 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.7.1 | 284.00 | 170.46 | 454.46 | OK | |
| r-devel-windows-x86_64 | 1.7.1 | 185.00 | 158.00 | 343.00 | OK | |
| r-patched-linux-x86_64 | 1.7.1 | 139.05 | 99.60 | 238.65 | OK | |
| r-release-linux-x86_64 | 1.7.1 | 143.74 | 99.56 | 243.30 | OK | |
| r-release-macos-arm64 | 1.7.1 | 26.00 | 12.00 | 38.00 | OK | |
| r-release-macos-x86_64 | 1.7.1 | 72.00 | 109.00 | 181.00 | OK | |
| r-release-windows-x86_64 | 1.7.1 | 184.00 | 159.00 | 343.00 | OK | |
| r-oldrel-macos-arm64 | 1.7.1 | 21.00 | 17.00 | 38.00 | NOTE | |
| r-oldrel-macos-x86_64 | 1.7.1 | 73.00 | 71.00 | 144.00 | NOTE | |
| r-oldrel-windows-x86_64 | 1.7.1 | 200.00 | 192.00 | 392.00 | NOTE |
Version: 1.7.1
Check: tests
Result: ERROR
Running ‘spelling.R’ [0s/0s]
Running ‘testthat.R’ [23s/31s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(vroom)
>
> test_check("vroom")
Saving _problems/test-vroom-490.R
[ FAIL 1 | WARN 1 | SKIP 44 | PASS 1120 ]
══ Skipped tests (44) ══════════════════════════════════════════════════════════
• Not working on CI (1): 'test-datetime.R:309:3'
• On CRAN (41): 'test-col_types.R:23:1', 'test-col_types.R:53:1',
'test-col_types.R:65:1', 'test-col_types.R:70:1', 'test-col_types.R:77:1',
'test-connection.R:39:1', 'test-connection.R:91:3',
'test-connection.R:136:3', 'test-datetime.R:450:1', 'test-locale.R:10:1',
'test-locale.R:45:1', 'test-locale.R:52:1', 'test-locale.R:58:1',
'test-locale.R:68:1', 'test-multi-file.R:125:1', 'test-multi-file.R:132:1',
'test-path.R:1:1', 'test-path.R:37:3', 'test-path.R:45:3',
'test-path.R:53:3', 'test-path.R:61:3', 'test-path.R:69:3',
'test-path.R:78:3', 'test-path.R:112:1', 'test-path.R:119:3',
'test-path.R:134:3', 'test-path.R:185:3', 'test-path.R:230:1',
'test-path.R:246:1', 'test-path.R:259:1', 'test-problems.R:1:1',
'test-problems.R:185:1', 'test-problems.R:216:1', 'test-vroom.R:17:1',
'test-vroom_fwf.R:238:1', 'test-vroom_fwf.R:250:1', 'test-vroom_fwf.R:277:1',
'test-vroom_fwf.R:299:1', 'test-vroom_fwf.R:366:1',
'test-vroom_write.R:107:1', 'test-vroom_write.R:203:1'
• is_installed("archive") is TRUE (2): 'test-path.R:268:3', 'test-path.R:277:3'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-vroom.R:483:3'): vroom reads headers with embedded newlines ────
Error in `file(out, "wb")`: cannot open the connection
Backtrace:
▆
1. └─vroom:::test_vroom(...) at test-vroom.R:483:3
2. ├─base::suppressWarnings(...) at ./helper.R:5:3
3. │ └─base::withCallingHandlers(...)
4. ├─withr::with_envvar(...) at ./helper.R:18:5
5. │ └─base::force(code)
6. ├─testthat::expect_equal(...) at ./helper.R:24:9
7. │ └─testthat::quasi_label(enquo(object), label)
8. │ └─rlang::eval_bare(expr, quo_get_env(quo))
9. └─vroom::vroom(content, delim = delim, col_types = col_types, ...)
10. └─vroom:::standardise_path(file)
11. └─vroom:::chr_to_file(path, call = call)
12. └─base::file(out, "wb")
[ FAIL 1 | WARN 1 | SKIP 44 | PASS 1120 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.7.1
Check: compiled code
Result: NOTE
File ‘vroom/libs/vroom.so’:
Found non-API calls to R: ‘DATAPTR’, ‘SETLENGTH’, ‘SET_GROWABLE_BIT’,
‘SET_TRUELENGTH’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.7.1
Check: compiled code
Result: NOTE
File 'vroom/libs/x64/vroom.dll':
Found non-API calls to R: 'DATAPTR', 'SETLENGTH', 'SET_GROWABLE_BIT',
'SET_TRUELENGTH'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-oldrel-windows-x86_64