CRAN Package Check Results for Package mirai

Last updated on 2024-06-25 22:48:52 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.1.0 OK --no-tests
r-devel-linux-x86_64-debian-gcc 1.1.0 3.31 31.72 35.03 OK --no-tests
r-devel-linux-x86_64-fedora-clang 1.1.0 60.14 OK
r-devel-linux-x86_64-fedora-gcc 1.1.0 73.60 OK
r-devel-windows-x86_64 1.1.0 4.00 59.00 63.00 ERROR
r-patched-linux-x86_64 1.1.0 5.04 40.39 45.43 OK --no-tests
r-release-linux-x86_64 1.1.0 3.79 41.19 44.98 OK --no-tests
r-release-macos-arm64 1.1.0 65.00 OK
r-release-macos-x86_64 1.1.0 94.00 OK
r-release-windows-x86_64 1.1.0 5.00 79.00 84.00 OK
r-oldrel-macos-arm64 1.1.0 65.00 OK
r-oldrel-macos-x86_64 1.1.0 86.00 OK
r-oldrel-windows-x86_64 1.1.0 5.00 83.00 88.00 OK

Check Details

Version: 1.1.0
Check: tests
Result: ERROR Running 'tests.R' [0s] Running the tests in 'tests/tests.R' failed. Complete output: > library(mirai) > > nanotest <- function(x) invisible(x || stop("is not TRUE when expected to be TRUE")) > nanotestn <- function(x) invisible(is.null(x) || stop("is not NULL when expected to be NULL")) > nanotestz <- function(x) invisible(x == 0L || stop("does not equal 0L as expected")) > nanotesto <- function(x) invisible(x == 1L || stop("does not equal 1L as expected")) > nanotesti <- function(a, b) invisible(identical(a, b) || stop("the arguments are not identical as expected")) > nanotestp <- function(x) invisible(is.character(capture.output(print(x))) || stop("print output of expression cannot be captured as a character value")) > nanotesterr <- function(x, e = "") invisible(grepl(e, tryCatch(x, error = identity)[["message"]], fixed = TRUE) || stop("expected error message '", e, "' not generated")) > connection <- !is_error_value(call_mirai(mirai(TRUE, .timeout = 2000L))[["data"]]) Error in request(.context(sock), data = data, send_mode = 1L, recv_mode = 1L, : R_ExternalPtrTag: argument of type NILSXP is not an external pointer Calls: is_error_value -> call_mirai -> call_aio -> mirai -> request Execution halted Flavor: r-devel-windows-x86_64