The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Last updated on 2026-08-31 23:50:18 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.14.2 | 17.26 | 86.04 | 103.30 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.14.2 | 12.87 | 61.71 | 74.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.14.2 | 10.00 | 54.59 | 64.59 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.14.2 | 11.00 | 58.73 | 69.73 | ERROR | |
| r-devel-windows-x86_64 | 0.14.2 | 31.00 | 192.00 | 223.00 | ERROR | |
| r-patched-linux-x86_64 | 0.14.2 | 18.60 | 77.80 | 96.40 | OK | |
| r-release-linux-x86_64 | 0.14.2 | 16.53 | 77.53 | 94.06 | 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 | 31.00 | 130.00 | 161.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 | 36.00 | 138.00 | 174.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’ [12s/19s]
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.3s
test-align.time.R............. 9 tests OK 20ms
test-all.equal.R.............. 1 tests OK 6ms
test-binsearch.R.............. 32 tests OK 19ms
test-coredata.R............... 9 tests OK 44ms
test-data.frame.R............. 15 tests OK 0.2s
test-diff.R................... 11 tests OK 25ms
test-dimnames.R............... 5 tests OK 7ms
test-endpoints.R.............. 75 tests OK 12.0s
test-first-last.R............. 180 tests OK 0.3s
test-index.R.................. 10 tests OK 20ms
test-irts.R................... 4 tests OK 0.2s
test-isordered.R.............. 152 tests OK 0.2s
test-lag.R.................... 8 tests OK 38ms
test-matrix.R................. 11 tests OK 91ms
test-merge.R.................. 58 tests OK 0.1s
test-na.fill.R................ 2 tests OK 18ms
test-na.locf.R................ 60 tests OK 0.4s
test-na.omit.R................ 8 tests OK 88ms
test-parseISO8601.R........... 16 tests OK 55ms
test-period.apply.R........... 18 tests OK 0.2s
test-periodicity.R............ 1043 tests OK 0.9s
test-plot.R................... 6 tests OK 0.2s
test-print.R.................. 11 tests OK 73ms
test-reclass.R................ 9 tests OK 40ms
test-rollapply.R.............. 2 tests OK 29ms
test-split.R.................. 9 tests OK 62ms
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 0.8s
test-align.time.R............. 9 tests OK 13ms
test-all.equal.R.............. 1 tests OK 2ms
test-binsearch.R.............. 32 tests OK 13ms
test-coredata.R............... 9 tests OK 41ms
test-data.frame.R............. 15 tests OK 0.2s
test-diff.R................... 11 tests OK 16ms
test-dimnames.R............... 5 tests OK 2ms
test-endpoints.R.............. 75 tests OK 5.4s
test-first-last.R............. 180 tests OK 0.3s
test-index.R.................. 10 tests OK 7ms
test-irts.R................... 4 tests OK 0.2s
test-isordered.R.............. 152 tests OK 85ms
test-lag.R.................... 8 tests OK 53ms
test-matrix.R................. 11 tests OK 51ms
test-merge.R.................. 58 tests OK 49ms
test-na.fill.R................ 2 tests OK 20ms
test-na.locf.R................ 60 tests OK 0.2s
test-na.omit.R................ 8 tests OK 24ms
test-parseISO8601.R........... 16 tests OK 30ms
test-period.apply.R........... 18 tests OK 92ms
test-periodicity.R............ 1043 tests OK 0.3s
test-plot.R................... 6 tests OK 0.1s
test-print.R.................. 11 tests OK 48ms
test-reclass.R................ 9 tests OK 14ms
test-rollapply.R.............. 2 tests OK 21ms
test-split.R.................. 9 tests OK 39ms
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 6ms
test-all.equal.R.............. 1 tests OK 2ms
test-binsearch.R.............. 32 tests OK 6ms
test-coredata.R............... 9 tests OK 16ms
test-data.frame.R............. 15 tests OK 0.1s
test-diff.R................... 11 tests OK 10ms
test-dimnames.R............... 5 tests OK 2ms
test-endpoints.R.............. 75 tests OK 5.2s
test-first-last.R............. 180 tests OK 0.2s
test-index.R.................. 10 tests OK 7ms
test-irts.R................... 4 tests OK 82ms
test-isordered.R.............. 152 tests OK 57ms
test-lag.R.................... 8 tests OK 18ms
test-matrix.R................. 11 tests OK 37ms
test-merge.R.................. 58 tests OK 62ms
test-na.fill.R................ 2 tests OK 9ms
test-na.locf.R................ 60 tests OK 0.2s
test-na.omit.R................ 8 tests OK 26ms
test-parseISO8601.R........... 16 tests OK 15ms
test-period.apply.R........... 18 tests OK 49ms
test-periodicity.R............ 1043 tests OK 0.3s
test-plot.R................... 6 tests OK 58ms
test-print.R.................. 11 tests OK 30ms
test-reclass.R................ 9 tests OK 8ms
test-rollapply.R.............. 2 tests OK 10ms
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-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.9s
test-align.time.R............. 9 tests OK 5ms
test-all.equal.R.............. 1 tests OK 2ms
test-binsearch.R.............. 32 tests OK 6ms
test-coredata.R............... 9 tests OK 15ms
test-data.frame.R............. 15 tests OK 95ms
test-diff.R................... 11 tests OK 8ms
test-dimnames.R............... 5 tests OK 2ms
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 79ms
test-isordered.R.............. 152 tests OK 55ms
test-lag.R.................... 8 tests OK 17ms
test-matrix.R................. 11 tests OK 36ms
test-merge.R.................. 58 tests OK 60ms
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 21ms
test-period.apply.R........... 18 tests OK 47ms
test-periodicity.R............ 1043 tests OK 0.3s
test-plot.R................... 6 tests OK 67ms
test-print.R.................. 11 tests OK 31ms
test-reclass.R................ 9 tests OK 12ms
test-rollapply.R.............. 2 tests OK 15ms
test-split.R.................. 9 tests OK 17ms
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 0.9s
test-align.time.R............. 9 tests OK 7ms
test-all.equal.R.............. 1 tests OK 3ms
test-binsearch.R.............. 32 tests OK 6ms
test-coredata.R............... 9 tests OK 23ms
test-data.frame.R............. 15 tests OK 0.2s
test-diff.R................... 11 tests OK 15ms
test-dimnames.R............... 5 tests OK 4ms
test-endpoints.R.............. 75 tests OK 5.6s
test-first-last.R............. 180 tests OK 0.7s
test-index.R.................. 10 tests OK 10ms
test-irts.R................... 4 tests OK 0.2s
test-isordered.R.............. 152 tests OK 44ms
test-lag.R.................... 8 tests OK 31ms
test-matrix.R................. 11 tests OK 0.2s
test-merge.R.................. 58 tests OK 63ms
test-na.fill.R................ 2 tests OK 17ms
test-na.locf.R................ 60 tests OK 0.2s
test-na.omit.R................ 8 tests OK 23ms
test-parseISO8601.R........... 16 tests OK 29ms
test-period.apply.R........... 18 tests OK 61ms
test-periodicity.R............ 1043 tests OK 0.4s
test-plot.R................... 6 tests OK 0.2s
test-print.R.................. 11 tests OK 50ms
test-reclass.R................ 9 tests OK 13ms
test-rollapply.R.............. 2 tests OK 16ms
test-split.R.................. 9 tests OK 37ms
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
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.