Last updated on 2025-12-21 23:49:14 CET.
| Package | ERROR | OK |
|---|---|---|
| DTSg | 4 | 9 |
| RPhosFate | 13 |
Current CRAN status: ERROR: 4, OK: 9
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘DTSg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rowaggregate.DTSg
> ### Title: Aggregate values row-wise
> ### Aliases: rowaggregate.DTSg rowaggregate raggregate
>
> ### ** Examples
>
> # new DTSg object
> DT <- data.table::data.table(
+ date = flow$date,
+ flow1 = flow$flow - abs(rnorm(nrow(flow))),
+ flow2 = flow$flow,
+ flow3 = flow$flow + abs(rnorm(nrow(flow)))
+ )
> x <- DTSg$new(values = DT)
>
> # mean and standard deviation of multiple measurements per timestamp
> ## R6 method
> x$rowaggregate(
+ resultCols = "flow",
+ fun = list(mean = mean, sd = sd)
+ )$print()
Error in `[.data.table`(private$.values, , `:=`((resultCols), eval(expr)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> <Anonymous> -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [4s/4s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ tinytest::test_package("DTSg")
+ }
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
test_DTSg.R................... 0 tests
test_DTSg.R................... 1 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 2 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 3 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 4 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 5 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 6 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 6 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 7 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 8 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 9 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 9 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 10 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 11 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 12 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 13 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 14 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 15 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 16 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 17 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 18 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 19 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 20 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 21 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 22 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 23 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 24 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 25 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 26 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 27 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 28 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 29 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 30 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 31 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 32 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(private$.values, , `:=`((resultCols), eval(expr)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> ... fun -> <Anonymous> -> <Anonymous> -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [2s/3s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ tinytest::test_package("DTSg")
+ }
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
test_DTSg.R................... 0 tests
test_DTSg.R................... 1 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 2 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 3 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 4 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 5 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 6 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 6 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 7 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 8 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 9 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 9 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 10 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 11 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 12 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 13 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 14 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 15 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 16 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 17 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 18 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 19 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 20 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 21 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 22 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 23 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 24 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 25 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 26 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 27 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 28 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 29 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 30 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 31 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 32 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(private$.values, , `:=`((resultCols), eval(expr)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> ... fun -> <Anonymous> -> <Anonymous> -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘DTSg-Ex.R’ failed
The error most likely occurred in:
> ### Name: rowaggregate.DTSg
> ### Title: Aggregate values row-wise
> ### Aliases: rowaggregate.DTSg rowaggregate raggregate
>
> ### ** Examples
>
> # new DTSg object
> DT <- data.table::data.table(
+ date = flow$date,
+ flow1 = flow$flow - abs(rnorm(nrow(flow))),
+ flow2 = flow$flow,
+ flow3 = flow$flow + abs(rnorm(nrow(flow)))
+ )
> x <- DTSg$new(values = DT)
>
> # mean and standard deviation of multiple measurements per timestamp
> ## R6 method
> x$rowaggregate(
+ resultCols = "flow",
+ fun = list(mean = mean, sd = sd)
+ )$print()
Error in `[.data.table`(private$.values, , `:=`((resultCols), eval(expr)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> -> <Anonymous> -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Version: 2.0.0
Check: tests
Result: ERROR
Running ‘tinytest.R’
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ tinytest::test_package("DTSg")
+ }
Attaching package: 'data.table'
The following object is masked from 'package:base':
%notin%
test_DTSg.R................... 0 tests
test_DTSg.R................... 1 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 2 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 3 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 4 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 5 tests <1b>[0;32mOK<1b>[0m .n column calculated disregarding any missing values.
test_DTSg.R................... 6 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 6 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 7 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 8 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 9 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 9 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 10 tests <1b>[0;32mOK<1b>[0m .n column calculated from .dateTime column.
test_DTSg.R................... 11 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 12 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 13 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 14 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 15 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 16 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 17 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 18 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 19 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 20 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 21 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 22 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 23 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 24 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 25 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 26 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 27 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 28 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 29 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 30 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 31 tests <1b>[0;32mOK<1b>[0m
test_DTSg.R................... 32 tests <1b>[0;32mOK<1b>[0m Error in `[.data.table`(private$.values, , `:=`((resultCols), eval(expr)), :
attempt access index 4/4 in VECTOR_ELT
Calls: <Anonymous> ... fun -> <Anonymous> -> <Anonymous> -> [ -> [.data.table
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13