CRAN Package Check Results for Package xts

Last updated on 2024-06-06 05:58:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.13.2 18.95 96.02 114.97 ERROR
r-devel-linux-x86_64-debian-gcc 0.13.2 17.05 70.64 87.69 ERROR
r-devel-linux-x86_64-fedora-clang 0.14.0 139.72 NOTE
r-devel-linux-x86_64-fedora-gcc 0.14.0 151.68 OK
r-devel-windows-x86_64 0.14.0 28.00 124.00 152.00 OK
r-patched-linux-x86_64 0.13.2 23.60 94.87 118.47 OK
r-release-linux-x86_64 0.13.2 16.82 94.32 111.14 OK
r-release-macos-arm64 0.14.0 50.00 OK
r-release-macos-x86_64 0.14.0 145.00 OK
r-release-windows-x86_64 0.13.2 27.00 125.00 152.00 OK
r-oldrel-macos-arm64 0.14.0 57.00 OK
r-oldrel-macos-x86_64 0.14.0 125.00 OK
r-oldrel-windows-x86_64 0.13.2 30.00 129.00 159.00 OK

Check Details

Version: 0.13.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [12s/15s] 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.9s test-align.time.R............. 9 tests OK 20ms test-all.equal.R.............. 1 tests OK 14ms test-binsearch.R.............. 32 tests OK 19ms test-coredata.R............... 9 tests OK 44ms test-data.frame.R............. 15 tests OK 88ms test-diff.R................... 11 tests OK 91ms test-dimnames.R............... 5 tests OK 11ms test-endpoints.R.............. 74 tests OK 10.6s test-first-last.R............. 180 tests OK 0.3s test-index.R.................. 10 tests OK 26ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 0.1s test-lag.R.................... 8 tests OK 55ms test-matrix.R................. 11 tests OK 68ms Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.13.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [9s/14s] 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.4s test-align.time.R............. 9 tests OK 23ms test-all.equal.R.............. 1 tests OK 4ms test-binsearch.R.............. 32 tests OK 21ms test-coredata.R............... 9 tests OK 34ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 0.2s test-dimnames.R............... 5 tests OK 3ms test-endpoints.R.............. 74 tests OK 11.1s 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 80ms test-lag.R.................... 8 tests OK 67ms test-matrix.R................. 11 tests OK 0.1s Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.14.0
Check: Rd cross-references
Result: NOTE Undeclared package ‘quantmod’ in Rd xrefs Flavor: r-devel-linux-x86_64-fedora-clang