CRAN Package Check Results for Package see

Last updated on 2026-03-25 03:02:16 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.13.0 14.21 308.17 322.38 OK
r-devel-linux-x86_64-debian-gcc 0.13.0 8.33 196.61 204.94 OK
r-devel-linux-x86_64-fedora-clang 0.13.0 25.00 535.69 560.69 OK
r-devel-linux-x86_64-fedora-gcc 0.13.0 22.00 467.53 489.53 OK
r-devel-macos-arm64 0.13.0 4.00 62.00 66.00 OK
r-devel-windows-x86_64 0.13.0 14.00 248.00 262.00 OK
r-patched-linux-x86_64 0.13.0 14.47 284.86 299.33 OK
r-release-linux-x86_64 0.13.0 12.62 284.73 297.35 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 18.00 241.00 259.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 321.00 343.00 ERROR

Check Details

Version: 0.13.0
Check: tests
Result: ERROR Running 'testthat.R' [80s] 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.parameters_model.R: Ignoring unknown labels: > test-plot.parameters_model.R: * colour : "CI" > test-plot.performance_pp_check.R: Ignoring unknown labels: > test-plot.performance_pp_check.R: * size : "" > test-scale_color_colorhex_c.R: Error: ! testthat subprocess exited in file 'test-scale_color_colorhex_c.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-oldrel-windows-x86_64