Last updated on 2026-05-16 18:53:53 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 237.38 | 266.90 | 504.28 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 451.87 | 215.43 | 667.30 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 252.00 | 478.07 | 730.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 540.00 | 481.45 | 1021.45 | OK | |
| r-devel-windows-x86_64 | 1.0.0 | 225.00 | 334.00 | 559.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 266.65 | 276.44 | 543.09 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 265.93 | 273.33 | 539.26 | OK | |
| r-release-macos-arm64 | 1.0.0 | 47.00 | 69.00 | 116.00 | OK | |
| r-release-macos-x86_64 | 1.0.0 | 158.00 | 361.00 | 519.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 237.00 | 329.00 | 566.00 | ERROR | |
| r-oldrel-macos-arm64 | 1.0.0 | 52.00 | 66.00 | 118.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0.0 | 160.00 | 519.00 | 679.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 302.00 | 417.00 | 719.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running 'testthat.R' [48s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> options(Matrix.warnDeprecatedCoerce = 2)
>
> library(testthat)
> library(sdmTMB)
>
> test_check("sdmTMB")
Starting 2 test processes.
> test-3-families.R: Student-t degrees of freedom parameter will be estimated. This used to be fixed at 3 by default. To fix it, supply a value to `df` (e.g., `df = 3`).
> test-3-families.R: Student-t degrees of freedom parameter will be estimated. This used to be fixed at 3 by default. To fix it, supply a value to `df` (e.g., `df = 3`).
> test-3-families.R: Student-t degrees of freedom parameter will be estimated. This used to be fixed at 3 by default. To fix it, supply a value to `df` (e.g., `df = 3`).
> test-deviance.R: Loading required package: nlme
> test-deviance.R: This is mgcv 1.9-4. For overview type '?mgcv'.
> test-emmeans.R: Welcome to emmeans.
> test-emmeans.R: Caution: You lose important information if you filter this package's results.
> test-emmeans.R: See '? untidy'
> test-emmeans.R: NOTE: Results may be misleading due to involvement in interactions
> test-extra-time.R: Detected irregular time spacing with an AR(1) or random walk process.
> test-extra-time.R: Consider filling in the missing time slices with `extra_time`.
> test-extra-time.R: `extra_time = c(2006, 2008, 2010, 2012, 2014, 2016)`
> test-reml.R:
Error:
! testthat subprocess exited in file 'test-reml.R'.
Caused by error:
! R session crashed with exit code -1073741819
Backtrace:
▆
1. └─testthat::test_check("sdmTMB")
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