Last updated on 2026-03-10 04:49:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.1 | 48.55 | 366.29 | 414.84 | WARN | |
| r-devel-linux-x86_64-debian-gcc | 0.7.1 | 40.04 | 247.13 | 287.17 | WARN | |
| r-devel-linux-x86_64-fedora-clang | 0.7.1 | 62.00 | 599.21 | 661.21 | WARN | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.1 | 102.00 | 615.85 | 717.85 | WARN | |
| r-devel-macos-arm64 | 0.7.1 | 12.00 | 58.00 | 70.00 | NOTE | |
| r-devel-windows-x86_64 | 0.7.1 | 144.00 | 267.00 | 411.00 | WARN | |
| r-patched-linux-x86_64 | 0.7.1 | 54.40 | 336.54 | 390.94 | NOTE | |
| r-release-linux-x86_64 | 0.7.1 | 49.41 | 332.93 | 382.34 | NOTE | |
| r-release-macos-arm64 | 0.7.1 | 11.00 | 59.00 | 70.00 | NOTE | |
| r-release-macos-x86_64 | 0.7.1 | 39.00 | 184.00 | 223.00 | NOTE | |
| r-release-windows-x86_64 | 0.7.1 | 95.00 | 154.00 | 249.00 | ERROR | |
| r-oldrel-macos-arm64 | 0.7.1 | 10.00 | 61.00 | 71.00 | OK | |
| r-oldrel-macos-x86_64 | 0.7.1 | 39.00 | 265.00 | 304.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.7.1 | 104.00 | 330.00 | 434.00 | OK |
Version: 0.7.1
Check: compiled code
Result: WARN
File ‘vctrs/libs/vctrs.so’:
Found non-API calls to R: ‘ATTRIB’, ‘PRVALUE’, ‘Rf_findVarInFrame3’,
‘SET_ATTRIB’
These entry points may be removed soon:
‘ATTRIB’, ‘SET_ATTRIB’
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-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.7.1
Check: compiled code
Result: NOTE
File ‘vctrs/libs/vctrs.so’:
Found non-API calls to R: ‘ATTRIB’, ‘PRVALUE’, ‘Rf_findVarInFrame3’,
‘SET_ATTRIB’
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-devel-macos-arm64
Version: 0.7.1
Check: compiled code
Result: WARN
File 'vctrs/libs/x64/vctrs.dll':
Found non-API calls to R: 'ATTRIB', 'PRVALUE', 'Rf_findVarInFrame3',
'SET_ATTRIB'
These entry points may be removed soon:
'ATTRIB', 'SET_ATTRIB'
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-devel-windows-x86_64
Version: 0.7.1
Check: compiled code
Result: NOTE
File ‘vctrs/libs/vctrs.so’:
Found non-API calls to R: ‘PRVALUE’, ‘Rf_findVarInFrame3’,
‘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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 0.7.1
Check: compiled code
Result: NOTE
File 'vctrs/libs/x64/vctrs.dll':
Found non-API calls to R: 'PRVALUE', 'Rf_findVarInFrame3',
'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-release-windows-x86_64
Version: 0.7.1
Check: tests
Result: ERROR
Running 'testthat.R' [21s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(vctrs)
>
> test_check("vctrs")
Starting 2 test processes.
> test-equal.R:
Error:
! testthat subprocess exited in file 'test-equal.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("vctrs")
2. └─testthat::test_dir(...)
3. └─testthat:::test_files(...)
4. └─testthat:::test_files_parallel(...)
5. ├─withr::with_dir(...)
6. │ └─base::force(code)
7. ├─testthat::with_reporter(...)
8. │ └─base::tryCatch(...)
9. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
10. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
11. │ └─base (local) doTryCatch(return(expr), name, parentenv, handler)
12. └─testthat:::parallel_event_loop_chunky(queue, reporters, ".")
13. └─queue$poll(Inf)
14. └─base::lapply(...)
15. └─testthat (local) FUN(X[[i]], ...)
16. └─private$handle_error(msg, i)
17. └─cli::cli_abort(...)
18. └─rlang::abort(...)
Execution halted
Flavor: r-release-windows-x86_64
Version: 0.7.1
Check: installed package size
Result: NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
libs 3.7Mb
Flavor: r-oldrel-macos-x86_64