Last updated on 2024-10-15 07:49:36 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.14.0 | 15.87 | 75.74 | 91.61 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.14.0 | 12.41 | 51.88 | 64.29 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.14.0 | 145.56 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 0.14.0 | 156.64 | ERROR | |||
r-devel-windows-x86_64 | 0.14.0 | 29.00 | 131.00 | 160.00 | NOTE | |
r-patched-linux-x86_64 | 0.14.0 | 18.68 | 70.69 | 89.37 | OK | |
r-release-linux-x86_64 | 0.14.0 | 16.36 | 71.68 | 88.04 | OK | |
r-release-macos-arm64 | 0.14.0 | 78.00 | OK | |||
r-release-macos-x86_64 | 0.14.0 | 145.00 | OK | |||
r-release-windows-x86_64 | 0.14.0 | 30.00 | 130.00 | 160.00 | OK | |
r-oldrel-macos-arm64 | 0.14.0 | 57.00 | OK | |||
r-oldrel-macos-x86_64 | 0.14.0 | 125.00 | OK | |||
r-oldrel-windows-x86_64 | 0.14.0 | 34.00 | 131.00 | 165.00 | OK |
Version: 0.14.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
as.xts.Rd: zoo
diff.xts.Rd: lag.zoo
merge.xts.Rd: merge.zoo
print.xts.Rd: coredata
split.xts.Rd: split.zoo, aggregate.zoo
tclass.Rd: index
tformat.Rd: index
tzone.Rd: index
xts.Rd: index
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.14.0
Check: compiled code
Result: NOTE
File ‘xts/libs/xts.so’:
Found non-API call to R: ‘SET_TYPEOF’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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
Version: 0.14.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [16s/42s]
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 5.9s
test-align.time.R............. 9 tests OK 35ms
test-all.equal.R.............. 1 tests OK 22ms
test-binsearch.R.............. 32 tests OK 40ms
test-coredata.R............... 9 tests OK 52ms
test-data.frame.R............. 15 tests OK 0.4s
test-diff.R................... 11 tests OK 35ms
test-dimnames.R............... 5 tests OK 5ms
test-endpoints.R.............. 74 tests OK 23.6s
test-first-last.R............. 180 tests OK 0.4s
test-index.R.................. 10 tests OK 18ms
test-irts.R................... 4 tests OK 0.2s
test-isordered.R.............. 152 tests OK 0.2s
test-lag.R.................... 8 tests OK 96ms
test-matrix.R................. 11 tests OK 81ms
*** caught segfault ***
address 0x1, cause 'memory not mapped'
Traceback:
1: merge.xts(x, x0, all = c(TRUE, FALSE))
2: merge(x, x0, all = c(TRUE, FALSE))
3: eval(expr, envir = e)
4: eval(expr, envir = e)
5: FUN(X[[i]], ...)
6: lapply(basename(testfiles), run_test_file, at_home = at_home, verbose = verbose, color = color, remove_side_effects = remove_side_effects, ...)
7: run_test_dir(testdir, at_home = at_home, cluster = cluster, ...)
8: tinytest::test_package("xts", color = use_color, verbose = verbosity)
An irrecoverable exception occurred. R is aborting now ...
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.14.0
Check: compiled code
Result: NOTE
File 'xts/libs/x64/xts.dll':
Found non-API call to R: 'SET_TYPEOF'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavor: r-devel-windows-x86_64