Last updated on 2026-09-01 09:53:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.7.3 | 48.60 | 365.65 | 414.25 | NOTE | |
| r-devel-linux-x86_64-debian-gcc | 0.7.3 | 40.34 | 247.57 | 287.91 | NOTE | |
| r-devel-linux-x86_64-fedora-clang | 0.7.3 | 30.00 | 247.47 | 277.47 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.7.3 | 39.00 | 239.43 | 278.43 | OK | |
| r-devel-windows-x86_64 | 0.7.3 | 102.00 | 325.00 | 427.00 | OK | |
| r-patched-linux-x86_64 | 0.7.3 | 58.89 | 346.70 | 405.59 | OK | |
| r-release-linux-x86_64 | 0.7.3 | 52.17 | 354.57 | 406.74 | OK | |
| r-release-macos-arm64 | 0.7.3 | 12.00 | 58.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 0.7.3 | 38.00 | 250.00 | 288.00 | ERROR | |
| r-release-windows-x86_64 | 0.7.3 | 95.00 | 266.00 | 361.00 | OK | |
| r-oldrel-macos-arm64 | 0.7.3 | 11.00 | 61.00 | 72.00 | NOTE | |
| r-oldrel-macos-x86_64 | 0.7.3 | 42.00 | 414.00 | 456.00 | NOTE | |
| r-oldrel-windows-x86_64 | 0.7.3 | 114.00 | 367.00 | 481.00 | ERROR |
Version: 0.7.3
Check: Rd contents
Result: NOTE
Rd files without \usage:
‘name_spec.Rd’
\arguments should not be documented without \usage.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.7.3
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘pillar.Rmd’ using rmarkdown
Error: processing vignette 'pillar.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘pillar.Rmd’
--- re-building ‘s3-vector.Rmd’ using rmarkdown
Error: processing vignette 's3-vector.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘s3-vector.Rmd’
--- re-building ‘stability.Rmd’ using rmarkdown
Error: processing vignette 'stability.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘stability.Rmd’
--- re-building ‘type-size.Rmd’ using rmarkdown
Error: processing vignette 'type-size.Rmd' failed with diagnostics:
there is no package called ‘sass’
--- failed re-building ‘type-size.Rmd’
SUMMARY: processing the following files failed:
‘pillar.Rmd’ ‘s3-vector.Rmd’ ‘stability.Rmd’ ‘type-size.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-macos-x86_64
Version: 0.7.3
Check: compiled code
Result: NOTE
File ‘vctrs/libs/vctrs.so’:
Found non-API calls to R: ‘PRENV’, ‘PRVALUE’, ‘R_PromiseExpr’,
‘Rf_allocSExp’, ‘Rf_findVarInFrame3’, ‘SETLENGTH’,
‘SET_GROWABLE_BIT’, ‘SET_PRCODE’, ‘SET_PRENV’, ‘SET_PRVALUE’,
‘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: 0.7.3
Check: compiled code
Result: NOTE
File 'vctrs/libs/x64/vctrs.dll':
Found non-API calls to R: 'PRENV', 'PRVALUE', 'R_PromiseExpr',
'Rf_allocSExp', 'Rf_findVarInFrame3', 'SETLENGTH',
'SET_GROWABLE_BIT', 'SET_PRCODE', 'SET_PRENV', 'SET_PRVALUE',
'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
Version: 0.7.3
Check: tests
Result: ERROR
Running 'testthat.R' [141s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(vctrs)
>
> test_check("vctrs")
Starting 2 test processes.
> test-type-list-of.R:
Error:
! testthat subprocess exited in file 'test-type-list-of.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-oldrel-windows-x86_64