R Under development (unstable) (2024-01-17 r85813 ucrt) -- "Unsuffered Consequences" Copyright (C) 2024 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.6s test-align.time.R............. 9 tests OK 5ms test-all.equal.R.............. 1 tests OK 3ms test-binsearch.R.............. 32 tests OK 7ms test-coredata.R............... 9 tests OK 8ms test-data.frame.R............. 15 tests OK 45ms test-diff.R................... 11 tests OK 0.1s test-dimnames.R............... 5 tests OK 2ms test-endpoints.R.............. 74 tests OK 3.8s test-first-last.R............. 180 tests OK 0.1s test-index.R.................. 10 tests OK 6ms test-irts.R................... 4 tests OK 0.1s test-isordered.R.............. 152 tests OK 68ms test-lag.R.................... 8 tests OK 25ms test-matrix.R................. 11 tests OK 76ms test-merge.R.................. 56 tests OK 65ms test-na.fill.R................ 2 tests OK 10ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 25ms test-parseISO8601.R........... 16 tests OK 23ms test-period.apply.R........... 18 tests OK 56ms test-periodicity.R............ 1043 tests OK 0.3s test-plot.R................... 6 tests OK 99ms test-print.R.................. 11 tests OK 36ms test-reclass.R................ 8 tests OK 9ms test-split.R.................. 9 tests OK 21ms test-subset-time-of-day.R..... 19 tests OK 0.2s test-subset.R................. 95 tests OK 85ms test-tclass.R................. 19 tests OK 7ms test-tformat.R................ 8 tests OK 3ms test-timeBasedSeq.R........... 12 tests OK 42ms test-timeSeries.R............. 12 tests OK 0.7s test-to.period.R.............. 5 tests OK 25ms test-ts.R..................... 24 tests OK 91ms test-tzone.R.................. 16 tests OK 4ms test-xts.R.................... 262 tests OK 0.1s test-xts.methods.R............ 56 tests OK 60ms test-zoo.R.................... 6 tests OK 11ms test_plot.R................... 7 tests OK 50ms test_timeSeries.R............. 12 tests OK 0.1s All ok, 4027 results (7.4s) > > > proc.time() user system elapsed 6.59 1.14 7.71