- using R Under development (unstable) (2026-08-20 r90437)
- using platform: x86_64-pc-linux-gnu
- R was compiled by
gcc-16 (Debian 16.2.0-1) 16.2.0
GNU Fortran (Debian 16.2.0-1) 16.2.0
- running under: Debian GNU/Linux forky/sid
- using session charset: UTF-8
* current time: 2026-08-21 19:03:07 UTC
- checking for file ‘xts/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘xts’ version ‘0.14.2’
- package encoding: UTF-8
- checking CRAN incoming feasibility ... [2s/3s] OK
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘xts’ can be installed ... OK
See the install log for details.
- used C compiler: ‘gcc-16 (Debian 16.2.0-1) 16.2.0’
- checking package directory ... OK
- checking for future file timestamps ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking code files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking whether startup messages can be suppressed ... [0s/0s] OK
- checking use of S3 registration ... OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [12s/14s] 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'.
- checking Rd files ... [0s/1s] OK
- checking Rd metadata ... OK
- checking Rd line widths ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... INFO
Exported functions without usage information:
.subset.xts .subset_xts to_period use.reclass use.xts
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking data for ASCII and uncompressed saves ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking line endings in Makefiles ... OK
- checking compilation flags in Makevars ... OK
- checking for GNU extensions in Makefiles ... OK
- checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
- checking use of PKG_*FLAGS in Makefiles ... OK
- checking use of SHLIB_OPENMP_*FLAGS in Makefiles ... OK
- checking pragmas in C/C++ headers and code ... OK
- checking compilation flags used ... OK
- checking compiled code ... OK
- checking sizes of PDF files under ‘inst/doc’ ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [1s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [7s/8s] ERROR
Running ‘tinytest.R’ [7s/7s]
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 5ms
test-binsearch.R.............. 32 tests OK 6ms
test-coredata.R............... 9 tests OK 17ms
test-data.frame.R............. 15 tests OK 0.1s
test-diff.R................... 11 tests OK 12ms
test-dimnames.R............... 5 tests OK 2ms
test-endpoints.R.............. 75 tests OK 4.7s
test-first-last.R............. 180 tests OK 0.2s
test-index.R.................. 10 tests OK 16ms
test-irts.R................... 4 tests OK 0.1s
test-isordered.R.............. 152 tests OK 40ms
test-lag.R.................... 8 tests OK 28ms
test-matrix.R................. 11 tests OK 65ms
test-merge.R.................. 58 tests OK 50ms
test-na.fill.R................ 2 tests OK 24ms
test-na.locf.R................ 60 tests OK 0.1s
test-na.omit.R................ 8 tests OK 45ms
test-parseISO8601.R........... 16 tests OK 22ms
test-period.apply.R........... 18 tests OK 48ms
test-periodicity.R............ 1043 tests OK 0.2s
test-plot.R................... 6 tests OK 53ms
test-print.R.................. 11 tests OK 21ms
test-reclass.R................ 9 tests OK 13ms
test-rollapply.R.............. 2 tests OK 17ms
test-split.R.................. 9 tests OK 28ms
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
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes ... OK
- checking re-building of vignette outputs ... [7s/10s] OK
- checking PDF version of manual ... [5s/6s] OK
- checking HTML version of manual ... [2s/2s] OK
- checking for non-standard things in the check directory ... OK
- DONE
Status: 1 ERROR, 1 NOTE