Last updated on 2025-12-20 06:50:31 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.1.4 | 15.86 | 29.45 | 45.31 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.1.4 | 11.57 | 22.49 | 34.06 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.1.4 | 35.00 | 46.00 | 81.00 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.1.4 | 33.00 | 43.76 | 76.76 | ERROR | |
| r-devel-windows-x86_64 | 0.1.4 | 18.00 | 70.00 | 88.00 | OK | |
| r-patched-linux-x86_64 | 0.1.4 | 16.69 | 27.02 | 43.71 | OK | |
| r-release-linux-x86_64 | 0.1.4 | 16.72 | 27.23 | 43.95 | OK | |
| r-release-macos-arm64 | 0.1.4 | OK | ||||
| r-release-macos-x86_64 | 0.1.4 | 11.00 | 44.00 | 55.00 | OK | |
| r-release-windows-x86_64 | 0.1.4 | 20.00 | 64.00 | 84.00 | OK | |
| r-oldrel-macos-arm64 | 0.1.4 | OK | ||||
| r-oldrel-macos-x86_64 | 0.1.4 | 14.00 | 29.00 | 43.00 | OK | |
| r-oldrel-windows-x86_64 | 0.1.4 | 17.00 | 78.00 | 95.00 | OK |
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘neatRanges-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: fill_ranges
> ### Title: Fill the gaps between ranges.
> ### Aliases: fill_ranges
>
> ### ** Examples
>
> df <- data.frame(
+ group = c("a", "a", "b", "b", "b"),
+ start = c("2007-01-01", "2010-06-02", "2009-04-05", "2012-08-01", "2019-03-19"),
+ end = c("2008-02-05", "2013-04-05", "2009-06-03", "2013-02-17", "2021-04-21"),
+ cost = c(143, 144, 105, 153, 124)
+ )
>
> fill_ranges(df, start_var = "start", end_var = "end", groups = "group")
Error in `[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < :
attempt access index 4/4 in VECTOR_ELT
Calls: fill_ranges -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [1s/2s]
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(neatRanges)
>
> test_check("neatRanges")
Saving _problems/testneatRanges_fill-42.R
Saving _problems/testneatRanges_fill-78.R
Saving _problems/testneatRanges_fill-177.R
Saving _problems/testneatRanges_fill-271.R
[ FAIL 4 | WARN 5 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testneatRanges_fill.R:42:3'): fill_ranges functions with date formats ──
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:42:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('testneatRanges_fill.R:78:3'): fill_ranges functions with date formats & data.tables ──
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:78:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('testneatRanges_fill.R:177:3'): fill_ranges functions with timestamp formats ──
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:177:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('testneatRanges_fill.R:266:3'): fill_ranges functions with fill ──────
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:266:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 5 | SKIP 0 | PASS 32 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: examples
Result: ERROR
Running examples in ‘neatRanges-Ex.R’ failed
The error most likely occurred in:
> ### Name: fill_ranges
> ### Title: Fill the gaps between ranges.
> ### Aliases: fill_ranges
>
> ### ** Examples
>
> df <- data.frame(
+ group = c("a", "a", "b", "b", "b"),
+ start = c("2007-01-01", "2010-06-02", "2009-04-05", "2012-08-01", "2019-03-19"),
+ end = c("2008-02-05", "2013-04-05", "2009-06-03", "2013-02-17", "2021-04-21"),
+ cost = c(143, 144, 105, 153, 124)
+ )
>
> fill_ranges(df, start_var = "start", end_var = "end", groups = "group")
Error in `[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < :
attempt access index 4/4 in VECTOR_ELT
Calls: fill_ranges -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’
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(neatRanges)
>
> test_check("neatRanges")
Saving _problems/testneatRanges_fill-42.R
Saving _problems/testneatRanges_fill-78.R
Saving _problems/testneatRanges_fill-177.R
Saving _problems/testneatRanges_fill-271.R
[ FAIL 4 | WARN 5 | SKIP 0 | PASS 32 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('testneatRanges_fill.R:42:3'): fill_ranges functions with date formats ──
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:42:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('testneatRanges_fill.R:78:3'): fill_ranges functions with date formats & data.tables ──
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:78:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('testneatRanges_fill.R:177:3'): fill_ranges functions with timestamp formats ──
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 4/4 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:177:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
── Error ('testneatRanges_fill.R:266:3'): fill_ranges functions with fill ──────
Error in ``[.data.table`(dfFilled, , `:=`(gapFlag, shift(get(end_var)) < (get(start_var) - 1L)), by = mget(groups))`: attempt access index 5/5 in VECTOR_ELT
Backtrace:
▆
1. └─neatRanges::fill_ranges(...) at testneatRanges_fill.R:266:3
2. ├─...[]
3. └─data.table:::`[.data.table`(...)
[ FAIL 4 | WARN 5 | SKIP 0 | PASS 32 ]
Error:
! Test failures.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc