CRAN Package Check Results for Maintainer ‘Joshua M. Ulrich <josh.m.ulrich at gmail.com>’

Last updated on 2024-10-06 01:50:03 CEST.

Package ERROR NOTE OK
IBrokers 10 3
microbenchmark 13
pack 13
quantmod 4 9
TTR 13
xts 1 4 8

Package IBrokers

Current CRAN status: NOTE: 10, OK: 3

Version: 0.10-2
Check: Rd files
Result: NOTE checkRd: (-1) setServerLogLevel.Rd:20: Lost braces in \enumerate; meant \describe ? checkRd: (-1) setServerLogLevel.Rd:21: Lost braces in \enumerate; meant \describe ? checkRd: (-1) setServerLogLevel.Rd:22: Lost braces in \enumerate; meant \describe ? checkRd: (-1) setServerLogLevel.Rd:23: Lost braces in \enumerate; meant \describe ? checkRd: (-1) setServerLogLevel.Rd:24: Lost braces in \enumerate; meant \describe ? 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, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Package microbenchmark

Current CRAN status: OK: 13

Package pack

Current CRAN status: OK: 13

Package quantmod

Current CRAN status: NOTE: 4, OK: 9

Version: 0.4.26
Check: R code for possible problems
Result: NOTE Found the following calls to attach(): File ‘quantmod/R/attachSymbols.R’: attach(NULL, pos = pos, name = DB$name) attach(NULL, pos = pos, name = DB$name) See section ‘Good practice’ in ‘?attach’. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Package TTR

Current CRAN status: OK: 13

Package xts

Current CRAN status: ERROR: 1, NOTE: 4, OK: 8

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/25s] 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 2.7s test-align.time.R............. 9 tests OK 11ms test-all.equal.R.............. 1 tests OK 6ms test-binsearch.R.............. 32 tests OK 14ms test-coredata.R............... 9 tests OK 22ms test-data.frame.R............. 15 tests OK 0.3s test-diff.R................... 11 tests OK 18ms test-dimnames.R............... 5 tests OK 5ms test-endpoints.R.............. 74 tests OK 13.6s test-first-last.R............. 180 tests OK 0.5s test-index.R.................. 10 tests OK 17ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 0.2s test-lag.R.................... 8 tests OK 0.1s test-matrix.R................. 11 tests OK 89ms *** 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