Last updated on 2025-04-12 19:52:13 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.3 | 9.73 | 272.60 | 282.33 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.3 | 7.86 | 135.68 | 143.54 | ERROR | |
r-devel-linux-x86_64-fedora-gcc | 0.2.3 | 500.37 | ERROR | |||
r-devel-macos-arm64 | 0.2.3 | 171.00 | OK | |||
r-devel-macos-x86_64 | 0.2.3 | 462.00 | OK | |||
r-devel-windows-x86_64 | 0.2.3 | 12.00 | 213.00 | 225.00 | OK | |
r-patched-linux-x86_64 | 0.2.3 | 10.29 | 257.75 | 268.04 | OK | |
r-release-linux-x86_64 | 0.2.3 | OK | ||||
r-release-macos-arm64 | 0.2.3 | 171.00 | OK | |||
r-release-macos-x86_64 | 0.2.3 | 493.00 | OK | |||
r-release-windows-x86_64 | 0.2.3 | 18.00 | 289.00 | 307.00 | OK | |
r-oldrel-macos-arm64 | 0.2.3 | OK | ||||
r-oldrel-macos-x86_64 | 0.2.3 | 573.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.3 | 16.00 | 286.00 | 302.00 | OK |
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/5s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> test_check("BioTIMEr")
Loading required package: BioTIMEr
Starting 2 test processes
Error in `private$handle_error()`:
! testthat subprocess failed to start, stderr:
Error: package or namespace load failed for 'BioTIMEr' in ans[npos] <- rep(no, length.out = len)[npos]:
Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'logical'
Caused by error:
! R session crashed with exit code 1
Backtrace:
▆
1. └─testthat::test_check("BioTIMEr")
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-linux-x86_64-debian-gcc
Version: 0.2.3
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library("testthat")
> library(dplyr)
Attaching package: 'dplyr'
The following object is masked from 'package:testthat':
matches
The following objects are masked from 'package:stats':
filter, lag
The following objects are masked from 'package:base':
intersect, setdiff, setequal, union
> test_check("BioTIMEr")
Loading required package: BioTIMEr
Starting 2 test processes
Error in `private$handle_error()`:
! testthat subprocess failed to start, stderr:
Error: package or namespace load failed for 'BioTIMEr' in ans[npos] <- rep(no, length.out = len)[npos]:
Value of SET_STRING_ELT() must be a 'CHARSXP' not a 'integer'
Caused by error:
! R session crashed with exit code 1
Backtrace:
▆
1. └─testthat::test_check("BioTIMEr")
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-linux-x86_64-fedora-gcc