Last updated on 2025-04-15 09:52:12 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.5.2 | 8.61 | 91.15 | 99.76 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.5.2 | 6.20 | 62.99 | 69.19 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.5.2 | 174.80 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.5.2 | 183.40 | OK | |||
r-devel-windows-x86_64 | 1.5.2 | 9.00 | 92.00 | 101.00 | ERROR | |
r-patched-linux-x86_64 | 1.5.2 | 8.45 | 86.02 | 94.47 | OK | |
r-release-linux-x86_64 | 1.5.2 | 8.49 | 86.70 | 95.19 | OK | |
r-release-macos-arm64 | 1.5.2 | 67.00 | OK | |||
r-release-macos-x86_64 | 1.5.2 | 113.00 | OK | |||
r-release-windows-x86_64 | 1.5.2 | 10.00 | 98.00 | 108.00 | OK | |
r-oldrel-macos-arm64 | 1.5.2 | 211.00 | OK | |||
r-oldrel-macos-x86_64 | 1.5.2 | 246.00 | OK | |||
r-oldrel-windows-x86_64 | 1.5.2 | 13.00 | 119.00 | 132.00 | OK |
Version: 1.5.2
Check: tests
Result: ERROR
Running 'testthat.R' [3s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> library(testthat)
> library(adea)
Loading required package: rmarkdown
Loading required package: ROI.plugin.glpk
Loading required package: ROI.plugin.lpsolve
Loading required package: ROI.plugin.symphony
>
> test_check("adea")
Starting 2 test processes
Error in `private$handle_error()`:
! testthat subprocess failed to start, stderr:
Loading required package: rmarkdown
Loading required package: ROI.plugin.glpk
Error: package or namespace load failed for 'ROI.plugin.glpk':
.onLoad failed in loadNamespace() for 'ROI.plugin.glpk', details:
call: paste0(nmc[i], "=", if (is.numeric(x)) format(x) else x)
error: Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'character'
Error: package 'ROI.plugin.glpk' could not be loaded
Caused by error:
! R session crashed with exit code 1
Backtrace:
▆
1. └─testthat::test_check("adea")
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-devel-windows-x86_64