R Under development (unstable) (2026-02-26 r89489 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > # 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.5s test-align.time.R............. 9 tests OK 4ms test-all.equal.R.............. 1 tests OK 3ms test-binsearch.R.............. 32 tests OK 5ms test-coredata.R............... 9 tests OK 8ms test-data.frame.R............. 15 tests OK 68ms test-diff.R................... 11 tests OK 7ms test-dimnames.R............... 5 tests OK 2ms test-endpoints.R.............. 75 tests OK 3.6s test-first-last.R............. 180 tests OK 0.1s test-index.R.................. 10 tests OK 6ms test-irts.R................... 4 tests OK 93ms test-isordered.R.............. 152 tests OK 35ms test-lag.R.................... 8 tests OK 22ms test-matrix.R................. 11 tests OK 87ms test-merge.R.................. 58 tests OK 44ms test-na.fill.R................ 2 tests OK 10ms 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 45ms test-periodicity.R............ 1043 tests OK 0.2s test-plot.R................... 6 tests OK 0.1s test-print.R.................. 11 tests OK 32ms test-reclass.R................ 9 tests OK 7ms test-rollapply.R.............. 2 tests OK 8ms test-split.R.................. 9 tests OK 20ms test-subset-time-of-day.R..... 19 tests OK 0.2s test-subset.R................. 101 tests OK 61ms test-tclass.R................. 19 tests OK 5ms test-tformat.R................ 8 tests OK 3ms test-timeBasedSeq.R........... 12 tests OK 40ms test-timeSeries.R............. 12 tests OK 0.6s test-to.period.R.............. 5 tests OK 26ms test-ts.R..................... 24 tests OK 94ms test-tzone.R.................. 16 tests OK 4ms test-xts.R.................... 262 tests OK 97ms test-xts.methods.R............ 56 tests OK 60ms test-zoo.R.................... 6 tests OK 11ms All ok, 4020 results (6.5s) > > > proc.time() user system elapsed 5.76 1.00 6.76