R Under development (unstable) (2024-10-14 r87233 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.9s test-align.time.R............. 9 tests OK 10ms test-all.equal.R.............. 1 tests OK 4ms test-binsearch.R.............. 32 tests OK 8ms test-coredata.R............... 9 tests OK 9ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 12ms test-dimnames.R............... 5 tests OK 3ms test-endpoints.R.............. 74 tests OK 5.3s test-first-last.R............. 180 tests OK 0.2s test-index.R.................. 10 tests OK 10ms test-irts.R................... 4 tests OK 0.1s test-isordered.R.............. 152 tests OK 51ms test-lag.R.................... 8 tests OK 29ms test-matrix.R................. 11 tests OK 0.1s test-merge.R.................. 58 tests OK 58ms test-na.fill.R................ 2 tests OK 8ms test-na.locf.R................ 60 tests OK 0.2s test-na.omit.R................ 8 tests OK 32ms test-parseISO8601.R........... 16 tests OK 27ms test-period.apply.R........... 18 tests OK 73ms test-periodicity.R............ 1043 tests OK 0.4s test-plot.R................... 6 tests OK 0.2s test-print.R.................. 11 tests OK 60ms test-reclass.R................ 9 tests OK 19ms test-split.R.................. 9 tests OK 38ms test-subset-time-of-day.R..... 19 tests OK 0.3s test-subset.R................. 101 tests OK 86ms test-tclass.R................. 19 tests OK 8ms test-tformat.R................ 8 tests OK 4ms test-timeBasedSeq.R........... 12 tests OK 62ms test-timeSeries.R............. 12 tests OK 1.0s test-to.period.R.............. 5 tests OK 52ms test-ts.R..................... 24 tests OK 0.1s test-tzone.R.................. 16 tests OK 8ms test-xts.R.................... 262 tests OK 0.1s test-xts.methods.R............ 56 tests OK 0.1s test-zoo.R.................... 6 tests OK 19ms All ok, 4017 results (10.1s) > > > proc.time() user system elapsed 8.68 1.79 10.56