CRAN Package Check Results for Package future.mirai

Last updated on 2024-05-31 20:54:04 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.1 1.90 92.54 94.44 OK
r-devel-linux-x86_64-debian-gcc 0.2.1 2.28 63.76 66.04 OK
r-devel-linux-x86_64-fedora-clang 0.2.1 114.52 OK
r-devel-linux-x86_64-fedora-gcc 0.2.1 109.21 OK
r-devel-windows-x86_64 0.2.1 4.00 118.00 122.00 OK
r-patched-linux-x86_64 0.2.1 2.55 86.29 88.84 OK
r-release-linux-x86_64 0.2.1 2.73 84.78 87.51 OK
r-release-macos-arm64 0.2.1 84.00 OK
r-release-macos-x86_64 0.2.1 138.00 OK
r-release-windows-x86_64 0.2.1 3.00 117.00 120.00 ERROR
r-oldrel-macos-arm64 0.2.1 83.00 OK
r-oldrel-macos-x86_64 0.2.1 127.00 OK
r-oldrel-windows-x86_64 0.2.1 4.00 134.00 138.00 OK

Check Details

Version: 0.2.1
Check: tests
Result: ERROR Running 'demo.R' [2s] Running 'dotdotdot.R' [2s] Running 'future,labels.R' [2s] Running 'future,lazy.R' [1s] Running 'future.tests,mirai_cluster.R' [16s] Running 'future.tests-mirai_multisession.R' [18s] Running 'globals,formulas.R' [2s] Running 'globals,manual.R' [2s] Running 'globals,nested.R' [1s] Running 'globals,subassignment.R' [2s] Running 'globals,tricky.R' [2s] Running 'mirai_cluster,worker-termination.R' [1s] Running 'mirai_cluster.R' [2s] Running 'nbrOfWorkers.R' [1s] Running 'plan.R' [2s] Running 'rng.R' [1s] Running 'stdout.R' [2s] Running 'zzz,future_lapply.R' [13s] Running the tests in 'tests/globals,nested.R' failed. Complete output: > ## This requires mirai (>= 0.13.2) > if (packageVersion("mirai") >= "0.13.2") { + library(future.mirai) + + mirai::daemons(1, dispatcher = FALSE) + plan(mirai_cluster) + + g <- function() 42 + h <- function() g() + + f <- future(h()) + v <- value(f) + print(v) + stopifnot(v == h()) + + plan(sequential) + mirai::daemons(0) ## Reset any daemons running + gc() + + } Loading required package: future [1] 42 Flavor: r-release-windows-x86_64