Welcome to ClientVPS Mirrors

CRAN Package Check Results for Package xts

CRAN Package Check Results for Package xts

Last updated on 2026-09-09 05:51:39 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.14.2 15.66 84.27 99.93 ERROR
r-devel-linux-x86_64-debian-gcc 0.14.2 12.14 60.61 72.75 ERROR
r-devel-linux-x86_64-fedora-clang 0.14.3 10.00 59.22 69.22 OK
r-devel-linux-x86_64-fedora-gcc 0.14.3 12.00 62.41 74.41 OK
r-devel-windows-x86_64 0.14.2 29.00 186.00 215.00 ERROR
r-patched-linux-x86_64 0.14.2 18.06 78.17 96.23 OK
r-release-linux-x86_64 0.14.2 17.33 76.51 93.84 OK
r-release-macos-arm64 0.14.2 4.00 27.00 31.00 OK
r-release-macos-x86_64 0.14.3 13.00 224.00 237.00 OK
r-release-windows-x86_64 0.14.3 25.00 130.00 155.00 OK
r-oldrel-macos-arm64 0.14.2 4.00 59.00 63.00 OK
r-oldrel-macos-x86_64 0.14.3 13.00 97.00 110.00 OK
r-oldrel-windows-x86_64 0.14.3 30.00 124.00 154.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-windows-x86_64

Version: 0.14.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [12s/18s] 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.3s test-align.time.R............. 9 tests OK 7ms test-all.equal.R.............. 1 tests OK 3ms test-binsearch.R.............. 32 tests OK 9ms test-coredata.R............... 9 tests OK 20ms test-data.frame.R............. 15 tests OK 0.2s test-diff.R................... 11 tests OK 22ms test-dimnames.R............... 5 tests OK 6ms test-endpoints.R.............. 75 tests OK 12.6s test-first-last.R............. 180 tests OK 0.3s test-index.R.................. 10 tests OK 19ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 0.1s test-lag.R.................... 8 tests OK 82ms test-matrix.R................. 11 tests OK 94ms test-merge.R.................. 58 tests OK 0.2s test-na.fill.R................ 2 tests OK 40ms test-na.locf.R................ 60 tests OK 0.5s test-na.omit.R................ 8 tests OK 88ms test-parseISO8601.R........... 16 tests OK 48ms test-period.apply.R........... 18 tests OK 0.1s test-periodicity.R............ 1043 tests OK 0.9s test-plot.R................... 6 tests OK 0.2s test-print.R.................. 11 tests OK 74ms test-reclass.R................ 9 tests OK 35ms test-rollapply.R.............. 2 tests OK 20ms test-split.R.................. 9 tests OK 53ms 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.2s test-align.time.R............. 9 tests OK 11ms test-all.equal.R.............. 1 tests OK 5ms test-binsearch.R.............. 32 tests OK 15ms test-coredata.R............... 9 tests OK 35ms test-data.frame.R............. 15 tests OK 0.2s test-diff.R................... 11 tests OK 15ms test-dimnames.R............... 5 tests OK 5ms test-endpoints.R.............. 75 tests OK 5.5s test-first-last.R............. 180 tests OK 0.2s test-index.R.................. 10 tests OK 16ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 90ms test-lag.R.................... 8 tests OK 63ms test-matrix.R................. 11 tests OK 70ms test-merge.R.................. 58 tests OK 77ms test-na.fill.R................ 2 tests OK 28ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 27ms test-parseISO8601.R........... 16 tests OK 28ms test-period.apply.R........... 18 tests OK 60ms test-periodicity.R............ 1043 tests OK 0.5s test-plot.R................... 6 tests OK 89ms test-print.R.................. 11 tests OK 50ms test-reclass.R................ 9 tests OK 21ms test-rollapply.R.............. 2 tests OK 19ms test-split.R.................. 9 tests OK 24ms 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' [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 0.9s 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 18ms test-data.frame.R............. 15 tests OK 0.2s test-diff.R................... 11 tests OK 16ms test-dimnames.R............... 5 tests OK 4ms test-endpoints.R.............. 75 tests OK 6.1s test-first-last.R............. 180 tests OK 0.8s test-index.R.................. 10 tests OK 11ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 66ms test-lag.R.................... 8 tests OK 41ms test-matrix.R................. 11 tests OK 0.2s test-merge.R.................. 58 tests OK 71ms test-na.fill.R................ 2 tests OK 19ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 43ms test-parseISO8601.R........... 16 tests OK 43ms test-period.apply.R........... 18 tests OK 88ms test-periodicity.R............ 1043 tests OK 0.4s test-plot.R................... 6 tests OK 0.2s test-print.R.................. 11 tests OK 44ms test-reclass.R................ 9 tests OK 14ms test-rollapply.R.............. 2 tests OK 9ms test-split.R.................. 9 tests OK 32ms 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.