CRAN Package Check Results for Package see

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

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.13.0 14.07 307.82 321.89 OK
r-devel-linux-x86_64-debian-gcc 0.13.0 8.58 201.20 209.78 OK
r-devel-linux-x86_64-fedora-clang 0.13.0 26.00 542.83 568.83 OK
r-devel-linux-x86_64-fedora-gcc 0.13.0 22.00 477.52 499.52 OK
r-devel-macos-arm64 0.13.0 3.00 52.00 55.00 OK
r-devel-windows-x86_64 0.13.0 16.00 220.00 236.00 ERROR
r-patched-linux-x86_64 0.13.0 11.87 288.89 300.76 OK
r-release-linux-x86_64 0.13.0 13.07 284.62 297.69 OK
r-release-macos-arm64 0.13.0 3.00 51.00 54.00 OK
r-release-macos-x86_64 0.13.0 10.00 220.00 230.00 OK
r-release-windows-x86_64 0.13.0 15.00 241.00 256.00 OK
r-oldrel-macos-arm64 0.13.0 3.00 68.00 71.00 OK
r-oldrel-macos-x86_64 0.13.0 10.00 225.00 235.00 OK
r-oldrel-windows-x86_64 0.13.0 22.00 335.00 357.00 OK

Check Details

Version: 0.13.0
Check: tests
Result: ERROR Running 'testthat.R' [39s] Running the tests in 'tests/testthat.R' failed. Complete output: > # graphics engine changed in R 4.4, and so snapshots generated on > # previous R version won't work > if (getRversion() >= "4.4.0") { + library(testthat) + library(see) + + test_check("see") + } Starting 2 test processes. > test-performance_large_datasets.R: Ignoring unknown labels: > test-performance_large_datasets.R: * size : "" > test-plot.check_normality.R: [[1]] > test-plot.check_normality.R: > test-plot.check_normality.R: Loading required namespace: GPArotation > test-plot.check_outliers.R: `stat_bin()` using `bins = 30`. Pick better value `binwidth`. > test-plot.compare_parameters.R: boundary (singular) fit: see help('isSingular') > test-plot.compare_performance.R: Error: ! testthat subprocess exited in file 'test-plot.compare_performance.R'. Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("see") 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-devel-windows-x86_64