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

Last updated on 2024-05-28 20:48:39 CEST.

Package ERROR NOTE OK
IBrokers 9 3
microbenchmark 12
pack 12
quantmod 4 9
TTR 12
xts 5 7

Package IBrokers

Current CRAN status: NOTE: 9, 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-windows-x86_64

Package microbenchmark

Current CRAN status: OK: 12

Package pack

Current CRAN status: OK: 12

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: 12

Package xts

Current CRAN status: ERROR: 5, OK: 7

Version: 0.13.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [12s/13s] 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 1.9s test-align.time.R............. 9 tests OK 20ms test-all.equal.R.............. 1 tests OK 10ms test-binsearch.R.............. 32 tests OK 19ms test-coredata.R............... 9 tests OK 32ms test-data.frame.R............. 15 tests OK 78ms test-diff.R................... 11 tests OK 0.1s test-dimnames.R............... 5 tests OK 10ms test-endpoints.R.............. 74 tests OK 9.1s test-first-last.R............. 180 tests OK 0.3s test-index.R.................. 10 tests OK 25ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 0.1s test-lag.R.................... 8 tests OK 78ms test-matrix.R................. 11 tests OK 89ms Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.13.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [9s/14s] 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 1.5s test-align.time.R............. 9 tests OK 6ms test-all.equal.R.............. 1 tests OK 4ms test-binsearch.R.............. 32 tests OK 18ms test-coredata.R............... 9 tests OK 19ms test-data.frame.R............. 15 tests OK 57ms test-diff.R................... 11 tests OK 73ms test-dimnames.R............... 5 tests OK 17ms test-endpoints.R.............. 74 tests OK 10.9s test-first-last.R............. 180 tests OK 0.3s test-index.R.................. 10 tests OK 19ms test-irts.R................... 4 tests OK 0.2s test-isordered.R.............. 152 tests OK 0.1s test-lag.R.................... 8 tests OK 78ms test-matrix.R................. 11 tests OK 98ms Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.13.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [15s/21s] 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.2s test-align.time.R............. 9 tests OK 12ms test-all.equal.R.............. 1 tests OK 6ms test-binsearch.R.............. 32 tests OK 16ms test-coredata.R............... 9 tests OK 29ms test-data.frame.R............. 15 tests OK 99ms test-diff.R................... 11 tests OK 95ms test-dimnames.R............... 5 tests OK 5ms test-endpoints.R.............. 74 tests OK 15.9s test-first-last.R............. 180 tests OK 0.7s test-index.R.................. 10 tests OK 31ms test-irts.R................... 4 tests OK 0.4s test-isordered.R.............. 152 tests OK 0.3s test-lag.R.................... 8 tests OK 0.2s test-matrix.R................. 11 tests OK 0.1s Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.13.2
Check: tests
Result: ERROR Running ‘tinytest.R’ [15s/49s] 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 6.5s test-align.time.R............. 9 tests OK 46ms test-all.equal.R.............. 1 tests OK 40ms test-binsearch.R.............. 32 tests OK 44ms test-coredata.R............... 9 tests OK 0.1s test-data.frame.R............. 15 tests OK 0.4s test-diff.R................... 11 tests OK 0.4s test-dimnames.R............... 5 tests OK 5ms test-endpoints.R.............. 74 tests OK 36.2s test-first-last.R............. 180 tests OK 1.0s test-index.R.................. 10 tests OK 54ms test-irts.R................... 4 tests OK 0.5s test-isordered.R.............. 152 tests OK 0.4s test-lag.R.................... 8 tests OK 0.2s test-matrix.R................. 11 tests OK 0.3s Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.13.2
Check: tests
Result: ERROR Running 'tinytest.R' [8s] 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 1.0s test-align.time.R............. 9 tests OK 6ms test-all.equal.R.............. 1 tests OK 4ms test-binsearch.R.............. 32 tests OK 7ms test-coredata.R............... 9 tests OK 16ms test-data.frame.R............. 15 tests OK 0.1s test-diff.R................... 11 tests OK 10ms test-dimnames.R............... 5 tests OK 3ms test-endpoints.R.............. 74 tests OK 5.8s test-first-last.R............. 180 tests OK 0.2s test-index.R.................. 10 tests OK 11ms test-irts.R................... 4 tests OK 0.1s test-isordered.R.............. 152 tests OK 50ms test-lag.R.................... 8 tests OK 17ms test-matrix.R................. 11 tests OK 94ms Error in merge.xts(x0, x0, x0) : can't change type from REALSXP to INTSXP Calls: <Anonymous> ... lapply -> FUN -> eval -> eval -> merge -> merge.xts Execution halted Flavor: r-devel-windows-x86_64

mirror server hosted at Truenetwork, Russian Federation.