Welcome to ClientVPS Mirrors

CRAN Package Check Results for Package xts

CRAN Package Check Results for Package xts

Last updated on 2026-08-19 09:51:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.14.2 17.06 85.76 102.82 ERROR
r-devel-linux-x86_64-debian-gcc 0.14.2 13.28 61.54 74.82 ERROR
r-devel-linux-x86_64-fedora-clang 0.14.2 9.00 52.84 61.84 ERROR
r-devel-linux-x86_64-fedora-gcc 0.14.2 61.77 ERROR
r-devel-windows-x86_64 0.14.2 30.00 196.00 226.00 ERROR
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 4.00 59.00 63.00 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’ [12s/17s] 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 2.1s test-align.time.R............. 9 tests OK 17ms test-all.equal.R.............. 1 tests OK 6ms test-binsearch.R.............. 32 tests OK 19ms test-coredata.R............... 9 tests OK 36ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 28ms test-dimnames.R............... 5 tests OK 6ms test-endpoints.R.............. 75 tests OK 11.5s test-first-last.R............. 180 tests OK 0.2s test-index.R.................. 10 tests OK 10ms test-irts.R................... 4 tests OK 0.1s test-isordered.R.............. 152 tests OK 71ms test-lag.R.................... 8 tests OK 68ms test-matrix.R................. 11 tests OK 57ms test-merge.R.................. 58 tests OK 87ms test-na.fill.R................ 2 tests OK 33ms test-na.locf.R................ 60 tests OK 0.3s test-na.omit.R................ 8 tests OK 43ms test-parseISO8601.R........... 16 tests OK 29ms test-period.apply.R........... 18 tests OK 0.2s test-periodicity.R............ 1043 tests OK 0.8s test-plot.R................... 6 tests OK 0.2s test-print.R.................. 11 tests OK 73ms test-reclass.R................ 9 tests OK 27ms test-rollapply.R.............. 2 tests OK 41ms test-split.R.................. 9 tests OK 58ms 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-clang

Version: 0.14.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [7s/9s] 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 1.1s test-align.time.R............. 9 tests OK 14ms test-all.equal.R.............. 1 tests OK 3ms test-binsearch.R.............. 32 tests OK 19ms test-coredata.R............... 9 tests OK 18ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 19ms test-dimnames.R............... 5 tests OK 6ms test-endpoints.R.............. 75 tests OK 5.6s test-first-last.R............. 180 tests OK 0.2s test-index.R.................. 10 tests OK 9ms test-irts.R................... 4 tests OK 0.1s test-isordered.R.............. 152 tests OK 50ms test-lag.R.................... 8 tests OK 45ms test-matrix.R................. 11 tests OK 57ms test-merge.R.................. 58 tests OK 58ms test-na.fill.R................ 2 tests OK 18ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 24ms test-parseISO8601.R........... 16 tests OK 15ms test-period.apply.R........... 18 tests OK 90ms test-periodicity.R............ 1043 tests OK 0.2s test-plot.R................... 6 tests OK 78ms test-print.R.................. 11 tests OK 25ms test-reclass.R................ 9 tests OK 8ms test-rollapply.R.............. 2 tests OK 30ms test-split.R.................. 9 tests OK 22ms 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.8s test-align.time.R............. 9 tests OK 5ms test-all.equal.R.............. 1 tests OK 2ms test-binsearch.R.............. 32 tests OK 5ms test-coredata.R............... 9 tests OK 14ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 30ms test-dimnames.R............... 5 tests OK 2ms test-endpoints.R.............. 75 tests OK 5.7s test-first-last.R............. 180 tests OK 0.1s test-index.R.................. 10 tests OK 7ms test-irts.R................... 4 tests OK 77ms test-isordered.R.............. 152 tests OK 56ms test-lag.R.................... 8 tests OK 17ms test-matrix.R................. 11 tests OK 64ms test-merge.R.................. 58 tests OK 58ms test-na.fill.R................ 2 tests OK 9ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 24ms test-parseISO8601.R........... 16 tests OK 17ms test-period.apply.R........... 18 tests OK 89ms test-periodicity.R............ 1043 tests OK 0.3s test-plot.R................... 6 tests OK 54ms test-print.R.................. 11 tests OK 26ms test-reclass.R................ 9 tests OK 7ms test-rollapply.R.............. 2 tests OK 9ms test-split.R.................. 9 tests OK 16ms 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

Version: 0.14.2
Check: tests
Result: ERROR Running 'tinytest.R' [10s] 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 1.2s test-align.time.R............. 9 tests OK 10ms test-all.equal.R.............. 1 tests OK 4ms test-binsearch.R.............. 32 tests OK 8ms test-coredata.R............... 9 tests OK 29ms test-data.frame.R............. 15 tests OK 0.2s test-diff.R................... 11 tests OK 18ms test-dimnames.R............... 5 tests OK 5ms test-endpoints.R.............. 75 tests OK 5.6s test-first-last.R............. 180 tests OK 0.8s test-index.R.................. 10 tests OK 10ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 70ms test-lag.R.................... 8 tests OK 37ms test-matrix.R................. 11 tests OK 0.2s test-merge.R.................. 58 tests OK 99ms test-na.fill.R................ 2 tests OK 21ms test-na.locf.R................ 60 tests OK 0.3s test-na.omit.R................ 8 tests OK 33ms test-parseISO8601.R........... 16 tests OK 39ms test-period.apply.R........... 18 tests OK 81ms test-periodicity.R............ 1043 tests OK 0.4s test-plot.R................... 6 tests OK 0.2s test-print.R.................. 11 tests OK 55ms test-reclass.R................ 9 tests OK 14ms test-rollapply.R.............. 2 tests OK 13ms test-split.R.................. 9 tests OK 48ms 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-windows-x86_64

Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.

This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.