CRAN Package Check Results for Package mixvlmc

Last updated on 2025-04-13 21:52:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 64.38 816.49 880.87 NOTE
r-devel-linux-x86_64-debian-gcc 0.2.1 44.50 501.91 546.41 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.1 1401.24 NOTE
r-devel-macos-arm64 0.2.1 268.00 NOTE
r-devel-macos-x86_64 0.2.1 533.00 NOTE
r-devel-windows-x86_64 0.2.1 73.00 520.00 593.00 NOTE
r-patched-linux-x86_64 0.2.1 65.47 763.63 829.10 NOTE
r-release-linux-x86_64 0.2.1 66.88 769.15 836.03 NOTE
r-release-macos-arm64 0.2.1 275.00 NOTE
r-release-macos-x86_64 0.2.1 456.00 NOTE
r-release-windows-x86_64 0.2.1 87.00 638.00 725.00 ERROR
r-oldrel-macos-arm64 0.2.1 NOTE
r-oldrel-macos-x86_64 0.2.1 633.00 NOTE
r-oldrel-windows-x86_64 0.2.1 88.00 747.00 835.00 OK

Check Details

Version: 0.2.1
Check: DESCRIPTION meta-information
Result: NOTE Missing dependency on R >= 4.1.0 because package code uses the pipe |> or function shorthand \(...) syntax added in R 4.1.0. File(s) using such syntax: ‘contexts.R’ ‘ctx_tree.R’ ‘glm_fit.R’ Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-devel-macos-x86_64, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.1
Check: installed package size
Result: NOTE installed size is 8.0Mb sub-directories of 1Mb or more: data 2.0Mb libs 4.4Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.2.1
Check: tests
Result: ERROR Running 'testthat.R' [196s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(mixvlmc) > > test_check("mixvlmc") Starting 2 test processes Error in `private$handle_error()`: ! testthat subprocess exited in file `test-suffix_tree.R` Caused by error: ! R session crashed with exit code -1073741819 Backtrace: ▆ 1. └─testthat::test_check("mixvlmc") 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. └─rlang::abort(...) Execution halted Flavor: r-release-windows-x86_64