Last updated on 2025-12-20 10:50:42 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.0.0 | 4.67 | 141.91 | 146.58 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.0.0 | 2.63 | 33.80 | 36.43 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.0.0 | 7.00 | 73.28 | 80.28 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.0.0 | 7.00 | 85.52 | 92.52 | ERROR | |
| r-devel-windows-x86_64 | 1.0.0 | 5.00 | 128.00 | 133.00 | OK | |
| r-patched-linux-x86_64 | 1.0.0 | 4.19 | 113.03 | 117.22 | OK | |
| r-release-linux-x86_64 | 1.0.0 | 4.05 | 113.41 | 117.46 | OK | |
| r-release-macos-arm64 | 1.0.0 | OK | ||||
| r-release-macos-x86_64 | 1.0.0 | 3.00 | 147.00 | 150.00 | OK | |
| r-release-windows-x86_64 | 1.0.0 | 6.00 | 126.00 | 132.00 | OK | |
| r-oldrel-macos-arm64 | 1.0.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.0.0 | 3.00 | 151.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 1.0.0 | 7.00 | 162.00 | 169.00 | OK |
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [6s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hicp)
Attaching package: 'hicp'
The following object is masked from 'package:stats':
aggregate
The following object is masked from 'package:utils':
data
>
> test_check("hicp")
Saving _problems/test_chaining-841.R
Saving _problems/test_index.aggregation-253.R
Saving _problems/test_rates-306.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 455 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_chaining.R:841:1'): (code run outside of `test_that()`) ────────
Error in ``[.data.table`(dtcomp, , `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop")`: attempt access index 9/9 in VECTOR_ELT
Backtrace:
▆
1. ├─dtcomp[, `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop"] at test_chaining.R:841:1
2. └─data.table:::`[.data.table`(...) at test_chaining.R:841:1
── Error ('test_index.aggregation.r:253:1'): (code run outside of `test_that()`) ──
Error in ``[.data.table`(dtm, , `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop")`: attempt access index 9/9 in VECTOR_ELT
Backtrace:
▆
1. ├─dtm[, `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop"] at test_index.aggregation.r:253:1
2. └─data.table:::`[.data.table`(...) at test_index.aggregation.r:253:1
── Error ('test_rates.r:306:1'): (code run outside of `test_that()`) ───────────
Error in ``[.data.table`(dt, , `:=`("weight", runif(n = 1, min = 1, max = 30)), by = list(year(time), coicop))`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. ├─...[] at test_rates.r:306:1
2. └─data.table:::`[.data.table`(...) at test_rates.r:306:1
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 455 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘hicp_intro.Rmd’ using rmarkdown
Warning in Sys.setlocale("LC_TIME", "English") :
OS reports request to set locale to "English" cannot be honored
Quitting from hicp_intro.Rmd:158-182 [unnamed-chunk-13]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 5/5 in VECTOR_ELT
---
Backtrace:
▆
1. ├─...[]
2. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'hicp_intro.Rmd' failed with diagnostics:
attempt access index 5/5 in VECTOR_ELT
--- failed re-building ‘hicp_intro.Rmd’
SUMMARY: processing the following file failed:
‘hicp_intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/25s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hicp)
Attaching package: 'hicp'
The following object is masked from 'package:stats':
aggregate
The following object is masked from 'package:utils':
data
>
> test_check("hicp")
Saving _problems/test_chaining-841.R
Saving _problems/test_index.aggregation-253.R
Saving _problems/test_rates-306.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 455 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_chaining.R:841:1'): (code run outside of `test_that()`) ────────
Error in ``[.data.table`(dtcomp, , `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop")`: attempt access index 9/9 in VECTOR_ELT
Backtrace:
▆
1. ├─dtcomp[, `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop"] at test_chaining.R:841:1
2. └─data.table:::`[.data.table`(...) at test_chaining.R:841:1
── Error ('test_index.aggregation.r:253:1'): (code run outside of `test_that()`) ──
Error in ``[.data.table`(dtm, , `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop")`: attempt access index 9/9 in VECTOR_ELT
Backtrace:
▆
1. ├─dtm[, `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop"] at test_index.aggregation.r:253:1
2. └─data.table:::`[.data.table`(...) at test_index.aggregation.r:253:1
── Error ('test_rates.r:306:1'): (code run outside of `test_that()`) ───────────
Error in ``[.data.table`(dt, , `:=`("weight", runif(n = 1, min = 1, max = 30)), by = list(year(time), coicop))`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. ├─...[] at test_rates.r:306:1
2. └─data.table:::`[.data.table`(...) at test_rates.r:306:1
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 455 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘hicp_intro.Rmd’ using rmarkdown
Warning in Sys.setlocale("LC_TIME", "English") :
OS reports request to set locale to "English" cannot be honoured
Quitting from hicp_intro.Rmd:158-182 [unnamed-chunk-13]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `[.data.table`:
! attempt access index 5/5 in VECTOR_ELT
---
Backtrace:
▆
1. ├─...[]
2. └─data.table:::`[.data.table`(...)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'hicp_intro.Rmd' failed with diagnostics:
attempt access index 5/5 in VECTOR_ELT
--- failed re-building ‘hicp_intro.Rmd’
SUMMARY: processing the following file failed:
‘hicp_intro.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 1.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [12s/24s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/tests.html
> # * https://testthat.r-lib.org/reference/test_package.html#special-files
>
> library(testthat)
> library(hicp)
Attaching package: 'hicp'
The following object is masked from 'package:stats':
aggregate
The following object is masked from 'package:utils':
data
>
> test_check("hicp")
Saving _problems/test_chaining-841.R
Saving _problems/test_index.aggregation-253.R
Saving _problems/test_rates-306.R
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 455 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_chaining.R:841:1'): (code run outside of `test_that()`) ────────
Error in ``[.data.table`(dtcomp, , `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop")`: attempt access index 9/9 in VECTOR_ELT
Backtrace:
▆
1. ├─dtcomp[, `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop"] at test_chaining.R:841:1
2. └─data.table:::`[.data.table`(...) at test_chaining.R:841:1
── Error ('test_index.aggregation.r:253:1'): (code run outside of `test_that()`) ──
Error in ``[.data.table`(dtm, , `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop")`: attempt access index 9/9 in VECTOR_ELT
Backtrace:
▆
1. ├─dtm[, `:=`("dec_ratio", unchain(x = index, t = time)), by = "coicop"] at test_index.aggregation.r:253:1
2. └─data.table:::`[.data.table`(...) at test_index.aggregation.r:253:1
── Error ('test_rates.r:306:1'): (code run outside of `test_that()`) ───────────
Error in ``[.data.table`(dt, , `:=`("weight", runif(n = 1, min = 1, max = 30)), by = list(year(time), coicop))`: attempt access index 3/3 in VECTOR_ELT
Backtrace:
▆
1. ├─...[] at test_rates.r:306:1
2. └─data.table:::`[.data.table`(...) at test_rates.r:306:1
[ FAIL 3 | WARN 0 | SKIP 0 | PASS 455 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc