CRAN Package Check Results for Package DTSg

Last updated on 2025-12-20 10:50:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 5.78 95.02 100.80 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 3.38 39.90 43.28 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.0 9.00 86.61 95.61 ERROR
r-devel-linux-x86_64-fedora-gcc 2.0.0 9.00 91.75 100.75 ERROR
r-devel-windows-x86_64 2.0.0 8.00 179.00 187.00 OK
r-patched-linux-x86_64 2.0.0 6.59 80.99 87.58 OK
r-release-linux-x86_64 2.0.0 5.44 81.27 86.71 OK
r-release-macos-arm64 2.0.0 OK
r-release-macos-x86_64 2.0.0 3.00 123.00 126.00 OK
r-release-windows-x86_64 2.0.0 8.00 118.00 126.00 OK
r-oldrel-macos-arm64 2.0.0 OK
r-oldrel-macos-x86_64 2.0.0 4.00 135.00 139.00 OK
r-oldrel-windows-x86_64 2.0.0 9.00 142.00 151.00 OK

Check Details

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 Flavor: r-devel-linux-x86_64-debian-gcc

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