CRAN Package Check Results for Package S7

Last updated on 2026-04-24 06:53:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1-1 5.61 107.25 112.86 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.2 3.81 76.99 80.80 NOTE
r-devel-linux-x86_64-fedora-clang 0.2.2 10.00 162.10 172.10 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2 10.00 170.78 180.78 NOTE
r-devel-macos-arm64 0.2.2 2.00 71.00 73.00 NOTE
r-devel-windows-x86_64 0.2.2 13.00 112.00 125.00 NOTE
r-patched-linux-x86_64 0.2.1-1 5.32 97.34 102.66 NOTE
r-release-linux-x86_64 0.2.1-1 4.70 95.78 100.48 OK
r-release-macos-arm64 0.2.2 2.00 342.00 344.00 OK
r-release-macos-x86_64 0.2.2 7.00 270.00 277.00 OK
r-release-windows-x86_64 0.2.2 11.00 131.00 142.00 ERROR
r-oldrel-macos-arm64 0.2.1 2.00 72.00 74.00 OK
r-oldrel-macos-x86_64 0.2.2 5.00 203.00 208.00 OK
r-oldrel-windows-x86_64 0.2.2 17.00 140.00 157.00 OK

Additional issues

rchk

Check Details

Version: 0.2.1-1
Check: compiled code
Result: NOTE File ‘S7/libs/S7.so’: Found non-API calls to R: ‘R_NamespaceRegistry’, ‘Rf_findVarInFrame’ 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-patched-linux-x86_64

Version: 0.2.2
Check: compiled code
Result: NOTE File ‘S7/libs/S7.so’: Found non-API call to R: ‘Rf_findVarInFrame’ 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-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64

Version: 0.2.2
Check: compiled code
Result: NOTE File 'S7/libs/x64/S7.dll': Found non-API call to R: 'Rf_findVarInFrame' 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.2.2
Check: tests
Result: ERROR Running 'testthat.R' [17s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(S7) > > test_check("S7") Starting 2 test processes. > test-method-register.R: Error: ! testthat subprocess exited in file 'test-method-register.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-release-windows-x86_64