Last updated on 2025-12-21 17:51:01 CET.
| Package | ERROR | NOTE | OK |
|---|---|---|---|
| muRty | 5 | 8 | |
| neatRanges | 4 | 9 |
Current CRAN status: NOTE: 5, OK: 8
Version: 0.3.1
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Aljaz Jelenko <aljaz.jelenko@amis.net>’
No Authors@R field in DESCRIPTION.
Please add one, modifying
Authors@R: person(given = "Aljaz",
family = "Jelenko",
role = c("aut", "cre"),
email = "aljaz.jelenko@amis.net")
as necessary.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.3.1
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Current CRAN status: ERROR: 4, OK: 9
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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
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-clang
Version: 0.1.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/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