Last updated on 2026-02-15 00:51:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.1 | 4.99 | 106.01 | 111.00 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.1 | 3.84 | 72.10 | 75.94 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.1 | 9.00 | 158.44 | 167.44 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 9.00 | 166.76 | 175.76 | OK | |
| r-devel-macos-arm64 | 0.2.1 | 14.00 | OK | |||
| r-devel-windows-x86_64 | 0.2.1 | 12.00 | 112.00 | 124.00 | OK | |
| r-patched-linux-x86_64 | 0.2.1 | 3.78 | 95.81 | 99.59 | OK | |
| r-release-linux-x86_64 | 0.2.1 | 4.54 | 96.74 | 101.28 | OK | |
| r-release-macos-arm64 | 0.2.0 | 3.00 | 50.00 | 53.00 | NOTE | |
| r-release-macos-x86_64 | 0.2.1 | 6.00 | 192.00 | 198.00 | OK | |
| r-release-windows-x86_64 | 0.2.1 | 12.00 | 110.00 | 122.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.1 | 2.00 | 72.00 | 74.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.1 | 6.00 | 190.00 | 196.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.1 | 1.00 | 10.00 | 11.00 | ERROR |
Version: 0.2.0
Check: compiled code
Result: NOTE
File ‘S7/libs/S7.so’:
Found non-API calls to R: ‘FORMALS’, ‘Rf_allocSExp’
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-macos-arm64
Version: 0.2.1
Check: tests
Result: ERROR
Running 'testthat.R' [18s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(S7)
>
> test_check("S7")
Starting 2 test processes.
> test-zzz.R:
Error:
! testthat subprocess exited in file 'test-zzz.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("S7")
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