CRAN Package Check Results for Package DTSg

Last updated on 2025-12-28 03:51:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.0 5.42 98.08 103.50 OK
r-devel-linux-x86_64-debian-gcc 2.0.0 3.39 70.71 74.10 OK
r-devel-linux-x86_64-fedora-clang 2.0.0 10.00 152.23 162.23 OK
r-devel-linux-x86_64-fedora-gcc 2.0.0 9.00 166.99 175.99 OK
r-devel-windows-x86_64 2.0.0 8.00 76.00 84.00 ERROR
r-patched-linux-x86_64 2.0.0 6.23 82.18 88.41 OK
r-release-linux-x86_64 2.0.0 5.35 82.25 87.60 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 6.00 138.00 144.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 144.00 153.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: > ### 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-windows-x86_64

Version: 2.0.0
Check: tests
Result: ERROR Running 'tinytest.R' [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-windows-x86_64

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.