CRAN Package Check Results for Package xts

Last updated on 2026-08-18 13:49:55 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.14.2 17.40 86.08 103.48 NOTE
r-devel-linux-x86_64-debian-gcc 0.14.2 13.23 59.89 73.12 ERROR
r-devel-linux-x86_64-fedora-clang 0.14.2 56.20 ERROR
r-devel-linux-x86_64-fedora-gcc 0.14.2 61.77 ERROR
r-devel-windows-x86_64 0.14.2 32.00 241.00 273.00 NOTE
r-patched-linux-x86_64 0.14.2 16.94 78.29 95.23 OK
r-release-linux-x86_64 0.14.2 16.74 77.14 93.88 OK
r-release-macos-arm64 0.14.2 4.00 27.00 31.00 OK
r-release-macos-x86_64 0.14.2 13.00 136.00 149.00 OK
r-release-windows-x86_64 0.14.2 29.00 0.00 29.00 OK
r-oldrel-macos-arm64 0.14.2 OK
r-oldrel-macos-x86_64 0.14.2 16.00 313.00 329.00 OK
r-oldrel-windows-x86_64 0.14.2 41.00 151.00 192.00 OK

Check Details

Version: 0.14.2
Check: R code for possible problems
Result: NOTE Found calls to structure() using deprecated special names: xts/R/axTicksByTime.R (.Names: 1) xts/R/list.R (.Names: 1) xts/R/na.R (.Dim: 1, .Dimnames: 1) '.Names' should be changed to 'names'. '.Dim' should be changed to 'dim'. '.Dimnames' should be changed to 'dimnames'. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64

Version: 0.14.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [7s/7s] Running the tests in ‘tests/tinytest.R’ failed. Complete output: > # run package unit tests > if (requireNamespace("tinytest", quietly = TRUE)) { + suppressPackageStartupMessages(library("xts")) + use_color <- as.logical(Sys.getenv("_PKG_TINYTEST_COLOR_", FALSE)) + verbosity <- as.integer(Sys.getenv("_PKG_TINYTEST_VERBOSE_", 1)) + cat("tinytest colored output:", use_color, + "\ntinytest verbosity:", verbosity, "\n") + tinytest::test_package("xts", color = use_color, verbose = verbosity) + } tinytest colored output: FALSE tinytest verbosity: 1 test-Ops.R.................... 1716 tests OK 0.7s test-align.time.R............. 9 tests OK 5ms test-all.equal.R.............. 1 tests OK 2ms test-binsearch.R.............. 32 tests OK 7ms test-coredata.R............... 9 tests OK 16ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 8ms test-dimnames.R............... 5 tests OK 2ms test-endpoints.R.............. 75 tests OK 4.7s test-first-last.R............. 180 tests OK 0.1s test-index.R.................. 10 tests OK 7ms test-irts.R................... 4 tests OK 88ms test-isordered.R.............. 152 tests OK 70ms test-lag.R.................... 8 tests OK 35ms test-matrix.R................. 11 tests OK 47ms test-merge.R.................. 58 tests OK 52ms test-na.fill.R................ 2 tests OK 13ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 25ms test-parseISO8601.R........... 16 tests OK 14ms test-period.apply.R........... 18 tests OK 58ms test-periodicity.R............ 1043 tests OK 0.4s test-plot.R................... 6 tests OK 67ms test-print.R.................. 11 tests OK 26ms test-reclass.R................ 9 tests OK 10ms test-rollapply.R.............. 2 tests OK 14ms test-split.R.................. 9 tests OK 18ms Error in if (secBegin <= secEnd) { : missing value where TRUE/FALSE needed Calls: <Anonymous> ... .POSIXct -> .index -> [ -> [.xts -> .subsetTimeOfDay In addition: Warning messages: 1: In structure(1:5, .Dim = c(5L, 1L), index = structure(c(1, 2, 3, : Replacing special names '.Dim' is deprecated; use 'dim' instead. 2: In structure(1:5, .Dim = c(5L, 1L), index = structure(c(1L, 2L, : Replacing special names '.Dim' is deprecated; use 'dim' instead. 3: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 4: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 5: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 6: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.14.2
Check: tests
Result: ERROR Running ‘tinytest.R’ Running the tests in ‘tests/tinytest.R’ failed. Complete output: > # run package unit tests > if (requireNamespace("tinytest", quietly = TRUE)) { + suppressPackageStartupMessages(library("xts")) + use_color <- as.logical(Sys.getenv("_PKG_TINYTEST_COLOR_", FALSE)) + verbosity <- as.integer(Sys.getenv("_PKG_TINYTEST_VERBOSE_", 1)) + cat("tinytest colored output:", use_color, + "\ntinytest verbosity:", verbosity, "\n") + tinytest::test_package("xts", color = use_color, verbose = verbosity) + } tinytest colored output: FALSE tinytest verbosity: 1 test-Ops.R.................... 1716 tests OK 0.6s test-align.time.R............. 9 tests OK 4ms test-all.equal.R.............. 1 tests OK 1ms test-binsearch.R.............. 32 tests OK 4ms test-coredata.R............... 9 tests OK 9ms test-data.frame.R............. 15 tests OK 66ms test-diff.R................... 11 tests OK 7ms test-dimnames.R............... 5 tests OK 2ms test-endpoints.R.............. 75 tests OK 4.3s test-first-last.R............. 180 tests OK 0.1s test-index.R.................. 10 tests OK 6ms test-irts.R................... 4 tests OK 71ms test-isordered.R.............. 152 tests OK 51ms test-lag.R.................... 8 tests OK 16ms test-matrix.R................. 11 tests OK 32ms test-merge.R.................. 58 tests OK 51ms test-na.fill.R................ 2 tests OK 8ms test-na.locf.R................ 60 tests OK 0.1s test-na.omit.R................ 8 tests OK 20ms test-parseISO8601.R........... 16 tests OK 15ms test-period.apply.R........... 18 tests OK 42ms test-periodicity.R............ 1043 tests OK 0.2s test-plot.R................... 6 tests OK 49ms test-print.R.................. 11 tests OK 23ms test-reclass.R................ 9 tests OK 6ms test-rollapply.R.............. 2 tests OK 8ms test-split.R.................. 9 tests OK 14ms Error in if (secBegin <= secEnd) { : missing value where TRUE/FALSE needed Calls: <Anonymous> ... .POSIXct -> .index -> [ -> [.xts -> .subsetTimeOfDay In addition: Warning messages: 1: In structure(1:5, .Dim = c(5L, 1L), index = structure(c(1, 2, 3, : Replacing special names '.Dim' is deprecated; use 'dim' instead. 2: In structure(1:5, .Dim = c(5L, 1L), index = structure(c(1L, 2L, : Replacing special names '.Dim' is deprecated; use 'dim' instead. 3: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 4: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 5: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 6: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.14.2
Check: tests
Result: ERROR Running ‘tinytest.R’ Running the tests in ‘tests/tinytest.R’ failed. Complete output: > # run package unit tests > if (requireNamespace("tinytest", quietly = TRUE)) { + suppressPackageStartupMessages(library("xts")) + use_color <- as.logical(Sys.getenv("_PKG_TINYTEST_COLOR_", FALSE)) + verbosity <- as.integer(Sys.getenv("_PKG_TINYTEST_VERBOSE_", 1)) + cat("tinytest colored output:", use_color, + "\ntinytest verbosity:", verbosity, "\n") + tinytest::test_package("xts", color = use_color, verbose = verbosity) + } tinytest colored output: FALSE tinytest verbosity: 1 test-Ops.R.................... 1716 tests OK 0.6s test-align.time.R............. 9 tests OK 4ms test-all.equal.R.............. 1 tests OK 2ms test-binsearch.R.............. 32 tests OK 5ms test-coredata.R............... 9 tests OK 10ms test-data.frame.R............. 15 tests OK 67ms test-diff.R................... 11 tests OK 7ms test-dimnames.R............... 5 tests OK 2ms test-endpoints.R.............. 75 tests OK 4.6s test-first-last.R............. 180 tests OK 0.1s test-index.R.................. 10 tests OK 6ms test-irts.R................... 4 tests OK 72ms test-isordered.R.............. 152 tests OK 51ms test-lag.R.................... 8 tests OK 16ms test-matrix.R................. 11 tests OK 33ms test-merge.R.................. 58 tests OK 53ms test-na.fill.R................ 2 tests OK 8ms test-na.locf.R................ 60 tests OK 0.1s test-na.omit.R................ 8 tests OK 20ms test-parseISO8601.R........... 16 tests OK 16ms test-period.apply.R........... 18 tests OK 43ms test-periodicity.R............ 1043 tests OK 0.3s test-plot.R................... 6 tests OK 51ms test-print.R.................. 11 tests OK 25ms test-reclass.R................ 9 tests OK 7ms test-rollapply.R.............. 2 tests OK 8ms test-split.R.................. 9 tests OK 15ms Error in if (secBegin <= secEnd) { : missing value where TRUE/FALSE needed Calls: <Anonymous> ... .POSIXct -> .index -> [ -> [.xts -> .subsetTimeOfDay In addition: Warning messages: 1: In structure(1:5, .Dim = c(5L, 1L), index = structure(c(1, 2, 3, : Replacing special names '.Dim' is deprecated; use 'dim' instead. 2: In structure(1:5, .Dim = c(5L, 1L), index = structure(c(1L, 2L, : Replacing special names '.Dim' is deprecated; use 'dim' instead. 3: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 4: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 5: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. 6: In structure(rep(0, length(tick.opts)), .Names = tick.opts) : Replacing special names '.Names' is deprecated; use 'names' instead. Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc