Last updated on 2026-08-17 05:50:40 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 | 12.91 | 60.12 | 73.03 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.14.2 | 11.00 | 57.88 | 68.88 | NOTE | |
| r-devel-linux-x86_64-fedora-gcc | 0.14.2 | 12.00 | 63.08 | 75.08 | NOTE | |
| 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 | 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 | 37.00 | 134.00 | 171.00 | OK |
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’ [6s/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 0.7s
test-align.time.R............. 9 tests OK 10ms
test-all.equal.R.............. 1 tests OK 2ms
test-binsearch.R.............. 32 tests OK 11ms
test-coredata.R............... 9 tests OK 34ms
test-data.frame.R............. 15 tests OK 0.1s
test-diff.R................... 11 tests OK 17ms
test-dimnames.R............... 5 tests OK 5ms
test-endpoints.R.............. 75 tests OK 5.6s
test-first-last.R............. 180 tests OK 0.2s
test-index.R.................. 10 tests OK 7ms
test-irts.R................... 4 tests OK 0.1s
test-isordered.R.............. 152 tests OK 40ms
test-lag.R.................... 8 tests OK 27ms
test-matrix.R................. 11 tests OK 84ms
test-merge.R.................. 58 tests OK 60ms
test-na.fill.R................ 2 tests OK 13ms
test-na.locf.R................ 60 tests OK 0.2s
test-na.omit.R................ 8 tests OK 49ms
test-parseISO8601.R........... 16 tests OK 26ms
test-period.apply.R........... 18 tests OK 0.1s
test-periodicity.R............ 1043 tests OK 0.4s
test-plot.R................... 6 tests OK 94ms
test-print.R.................. 11 tests OK 31ms
test-reclass.R................ 9 tests OK 7ms
test-rollapply.R.............. 2 tests OK 18ms
test-split.R.................. 9 tests OK 21ms
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