R Under development (unstable) (2026-01-15 r89304 ucrt) -- "Unsuffered Consequences" Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-future.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("future") Test 'future' ... chr "none" > library(future) [12:33:08.702] Option 'future.startup.script': TRUE [12:33:08.704] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:08.704] Future startup scripts found: > message("*** future() ...") *** future() ... > message("*** future() w/ lazy = TRUE ...") *** future() w/ lazy = TRUE ... > f <- future({ + 42 + }, lazy = TRUE) [12:33:08.708] future(..., label = NULL) ... [12:33:08.708] | lazy: TRUE [12:33:08.709] | stdout: TRUE [12:33:08.709] | conditions: [n=1] 'condition' [12:33:08.714] | getGlobalsAndPackages() ... [12:33:08.715] | : Searching for globals ... [12:33:08.734] | : . globals found: [1] '{' [12:33:08.734] | : Searching for globals ... done [12:33:08.735] | : Resolving globals: FALSE [12:33:08.735] | : Search for packages associated with the globals ... [12:33:08.736] | : . Packages associated with globals: [1] 'base' [12:33:08.736] | : . Packages: [1] 'base' [12:33:08.737] | : Search for packages associated with the globals ... done [12:33:08.737] | : Packages after dropping 'base': [0] [12:33:08.737] | : globals: [0] [12:33:08.738] | : packages: [0] [12:33:08.738] | getGlobalsAndPackages() ... done [12:33:08.739] future(..., label = NULL) ... done > print(resolved(f)) [12:33:08.739] resolved() ... [12:33:08.740] | resolved() for Future () ... [12:33:08.740] | : state: 'created' [12:33:08.741] | : run: NULL [12:33:08.741] | : run() ... [12:33:08.742] | : . run() for 'Future' () ... [12:33:08.742] | : . ' state: 'created' [12:33:08.742] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:08.743] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:08.743] | : . ' , ; function (..., envir = parent.frame()) [12:33:08.743] | : . ' , ; - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.743] | : . ' , ; - attr(*, "init")= logi TRUE [12:33:08.743] | : . ' , ; - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.743] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.743] | : . ' , ; - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.743] | : . ' , ; - attr(*, "call")= language plan(sequential) [12:33:08.748] | : . ' , ; init: TRUE [12:33:08.749] | : . ' , ; makeFutureBackend() ... [12:33:08.749] | : . ' , ; ` Backend function: <'NULL'> [12:33:08.749] | : . ' , ; ` Evaluator tweak arguments: [n=0] [12:33:08.749] | : . ' , ; ` list() [12:33:08.750] | : . ' , ; ` Evaluator formal arguments: [n=1] [12:33:08.750] | : . ' , ; ` Dotted pair list of 1 [12:33:08.750] | : . ' , ; ` $ envir: language parent.frame() [12:33:08.751] | : . ' , ; ` Arguments passed to the future-backend factory: [n=1] [12:33:08.751] | : . ' , ; ` List of 1 [12:33:08.751] | : . ' , ; ` $ envir: language parent.frame() [12:33:08.755] | : . ' , ; ` Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:08.755] | : . ' , ; makeFutureBackend() ... done [12:33:08.755] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:08.756] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:08.756] | : . ' Using SequentialFutureBackend ... [12:33:08.756] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:08.756] | : . ' , Launching futures ... [12:33:08.757] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:08.757] | : . ' , ; ` getFutureData() ... [12:33:08.757] | : . ' , ; ` | getFutureCore() ... [12:33:08.757] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:08.758] | : . ' , ; ` | getFutureCore() ... done [12:33:08.758] | : . ' , ; ` | getFutureCapture() ... [12:33:08.758] | : . ' , ; ` | getFutureCapture() ... done [12:33:08.758] | : . ' , ; ` | getFutureContext() ... [12:33:08.759] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:08.759] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:08.759] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:08.759] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:08.759] | : . ' , ; ` | getFutureContext() ... done [12:33:08.760] | : . ' , ; ` getFutureData() ... done [12:33:08.763] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:08.763] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:08.764] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:08.764] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:08.765] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:08.765] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:33:08.765] | : . ' , ; ` | : . New stack: [12:33:08.765] | : . ' , ; ` | : . List of 1 [12:33:08.765] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:33:08.765] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.765] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:33:08.765] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.765] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.765] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.765] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:08.765] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:08.769] | : . ' , ; ` | : . Old stack: [12:33:08.769] | : . ' , ; ` | : . List of 1 [12:33:08.769] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:33:08.769] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.769] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:33:08.769] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.769] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.769] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.769] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:33:08.769] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:08.769] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.769] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.769] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:08.773] | : . ' , ; ` | : . Not identical [12:33:08.773] | : . ' , ; ` | : . all.equal() for future ... [12:33:08.773] | : . ' , ; ` | : . ' List of 2 [12:33:08.773] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.773] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:08.773] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.773] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:08.773] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:08.773] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.773] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.831] | : . ' , ; ` | : . all.equal() for future ... done [12:33:08.832] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:33:08.832] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:08.833] | : . ' , ; ` | : List of future strategies: [12:33:08.833] | : . ' , ; ` | : 1. sequential: [12:33:08.833] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:33:08.833] | : . ' , ; ` | : - tweaked: FALSE [12:33:08.833] | : . ' , ; ` | : - call: plan(sequential) [12:33:08.835] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:08.836] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:08.842] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:08.843] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:08.843] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:08.843] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:33:08.844] | : . ' , ; ` | : . ' New stack: [12:33:08.844] | : . ' , ; ` | : . ' List of 1 [12:33:08.844] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:33:08.844] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.844] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:33:08.844] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.844] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.844] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.844] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:08.844] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:08.844] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.844] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.844] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:08.851] | : . ' , ; ` | : . ' Old stack: [12:33:08.851] | : . ' , ; ` | : . ' List of 1 [12:33:08.851] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:33:08.851] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.851] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:33:08.851] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.851] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.851] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.851] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:08.851] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:08.851] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.851] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.851] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:08.899] | : . ' , ; ` | : . ' Identical [12:33:08.900] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:33:08.900] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:08.900] | : . ' , ; ` | : . List of future strategies: [12:33:08.900] | : . ' , ; ` | : . 1. sequential: [12:33:08.900] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:33:08.900] | : . ' , ; ` | : . - tweaked: FALSE [12:33:08.900] | : . ' , ; ` | : . - call: plan(sequential) [12:33:08.901] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:08.902] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:08.902] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:08.907] | : . ' , ; ` SequentialFuture started (and completed) [12:33:08.907] | : . ' , ; ` signalConditions() ... [12:33:08.908] | : . ' , ; ` | include = 'immediateCondition' [12:33:08.908] | : . ' , ; ` | exclude = [12:33:08.908] | : . ' , ; ` | resignal = FALSE [12:33:08.908] | : . ' , ; ` | Number of conditions: 6 [12:33:08.908] | : . ' , ; ` | int 6 [12:33:08.909] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.909] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.910] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.910] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.910] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.911] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.911] | : . ' , ; ` signalConditions() ... done [12:33:08.911] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:08.912] | : . ' , Launching futures ... done [12:33:08.912] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:08.912] | : . ' Using SequentialFutureBackend ... done [12:33:08.913] | : . run() for 'Future' () ... done [12:33:08.913] | : run() ... done [12:33:08.913] | : resolved() ... [12:33:08.914] | : . resolved() ... [12:33:08.914] | : . ' resolved() for SequentialFuture () ... [12:33:08.914] | : . ' , state: 'finished' [12:33:08.915] | : . ' , run: NULL [12:33:08.915] | : . ' , result: 'FutureResult' [12:33:08.915] | : . ' resolved() for SequentialFuture () ... done [12:33:08.915] | : . resolved() ... done [12:33:08.915] | : . resolved: TRUE [12:33:08.916] | : resolved() ... done [12:33:08.916] | resolved() for Future () ... done [12:33:08.916] resolved() ... done [1] TRUE > y <- value(f) [12:33:08.917] value() for SequentialFuture () ... [12:33:08.918] | signalConditions() ... [12:33:08.918] | : include = 'immediateCondition' [12:33:08.918] | : exclude = [12:33:08.919] | : resignal = FALSE [12:33:08.919] | : Number of conditions: 6 [12:33:08.919] | : int 6 [12:33:08.920] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.920] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.920] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.921] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.921] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.921] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.922] | signalConditions() ... done [12:33:08.922] | relay stdout ... [12:33:08.922] | relay stdout ... done [12:33:08.922] | check for misuse ... [12:33:08.923] | check for misuse ... done [12:33:08.923] | relay conditions ... [12:33:08.923] | : Future state: 'finished' [12:33:08.923] | : signalConditions() ... [12:33:08.924] | : . include = 'condition' [12:33:08.924] | : . exclude = 'immediateCondition' [12:33:08.924] | : . resignal = TRUE [12:33:08.924] | : . Number of conditions: 6 [12:33:08.925] | : . int 6 [12:33:08.926] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.926] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:08.761] | : . ' , ; ` attachPackages() ... [12:33:08.926] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.926] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:08.762] | : . ' , ; ` | packages: [n=1] 'future' [12:33:08.927] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.927] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:08.762] | : . ' , ; ` attachPackages() ... done [12:33:08.927] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.928] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:08.762] | : . ' , ; ` attachPackages() ... [12:33:08.928] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.928] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:08.762] | : . ' , ; ` | packages: [n=0] [12:33:08.929] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:08.929] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:08.763] | : . ' , ; ` attachPackages() ... done [12:33:08.929] | : signalConditions() ... done [12:33:08.930] | relay conditions ... done [12:33:08.930] value() for SequentialFuture () ... done > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() w/ lazy = TRUE ... DONE") *** future() w/ lazy = TRUE ... DONE > message("*** future() w/ lazy = TRUE in local() ...") *** future() w/ lazy = TRUE in local() ... > local({ + a <- 42 + f <- future({ + a + }, lazy = TRUE) + a <- 0 + y <- value(f) + print(y) + stopifnot(y == 42) .... [TRUNCATED] [12:33:08.931] future(..., label = NULL) ... [12:33:08.932] | lazy: TRUE [12:33:08.932] | stdout: TRUE [12:33:08.932] | conditions: [n=1] 'condition' [12:33:08.932] | getGlobalsAndPackages() ... [12:33:08.933] | : Searching for globals ... [12:33:08.940] | : . globals found: [2] '{', 'a' [12:33:08.941] | : Searching for globals ... done [12:33:08.941] | : Resolving globals: FALSE [12:33:08.941] | : Search for packages associated with the globals ... [12:33:08.942] | : . Packages associated with globals: [1] 'base' [12:33:08.943] | : . Packages: [1] 'base' [12:33:08.943] | : Search for packages associated with the globals ... done [12:33:08.943] | : Packages after dropping 'base': [0] [12:33:08.944] | : globals: [1] 'a' [12:33:08.944] | : packages: [0] [12:33:08.944] | getGlobalsAndPackages() ... done [12:33:08.945] future(..., label = NULL) ... done [12:33:08.945] value() for Future () ... [12:33:08.945] | run() for 'Future' () ... [12:33:08.946] | : state: 'created' [12:33:08.946] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:08.946] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:08.947] | : Using SequentialFutureBackend ... [12:33:08.947] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:08.947] | : . Launching futures ... [12:33:08.948] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:08.948] | : . ' , getFutureData() ... [12:33:08.948] | : . ' , ; getFutureCore() ... [12:33:08.949] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:08.949] | : . ' , ; getFutureCore() ... done [12:33:08.949] | : . ' , ; getFutureCapture() ... [12:33:08.950] | : . ' , ; getFutureCapture() ... done [12:33:08.950] | : . ' , ; getFutureContext() ... [12:33:08.950] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:08.951] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:08.951] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:08.951] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:08.952] | : . ' , ; getFutureContext() ... done [12:33:08.952] | : . ' , getFutureData() ... done [12:33:08.955] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:08.956] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:08.956] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:08.956] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:08.957] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:08.957] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:08.958] | : . ' , ; ` | New stack: [12:33:08.958] | : . ' , ; ` | List of 1 [12:33:08.958] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:08.958] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.958] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:08.958] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.958] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.958] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.958] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:08.958] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:08.965] | : . ' , ; ` | Old stack: [12:33:08.965] | : . ' , ; ` | List of 1 [12:33:08.965] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:08.965] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.965] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:08.965] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.965] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.965] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.965] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:08.965] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:08.965] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.965] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.965] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:08.973] | : . ' , ; ` | Not identical [12:33:08.974] | : . ' , ; ` | all.equal() for future ... [12:33:08.974] | : . ' , ; ` | : List of 2 [12:33:08.974] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.974] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:08.974] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.974] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:08.974] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:08.974] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:08.974] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:08.986] | : . ' , ; ` | all.equal() for future ... done [12:33:08.986] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:08.986] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:08.987] | : . ' , ; ` List of future strategies: [12:33:08.987] | : . ' , ; ` 1. sequential: [12:33:08.987] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:08.987] | : . ' , ; ` - tweaked: FALSE [12:33:08.987] | : . ' , ; ` - call: plan(sequential) [12:33:08.988] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:08.988] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:08.988] | : . ' , assign_globals() ... [12:33:08.989] | : . ' , List of 1 [12:33:08.989] | : . ' , $ a: int 42 [12:33:08.989] | : . ' , - attr(*, "where")=List of 1 [12:33:08.989] | : . ' , ..$ a: [12:33:08.989] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [12:33:08.989] | : . ' , - attr(*, "resolved")= logi FALSE [12:33:08.989] | : . ' , - attr(*, "total_size")= num NA [12:33:08.989] | : . ' , - attr(*, "already-done")= logi TRUE [12:33:08.993] | : . ' , - copied 'a' to environment [12:33:08.993] | : . ' , assign_globals() ... done [12:33:08.999] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:08.999] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:09.000] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:09.000] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:09.000] | : . ' , ; ` | : New stack: [12:33:09.001] | : . ' , ; ` | : List of 1 [12:33:09.001] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:09.001] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.001] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:09.001] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.001] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.001] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.001] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:09.001] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.001] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.001] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.001] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.009] | : . ' , ; ` | : Old stack: [12:33:09.010] | : . ' , ; ` | : List of 1 [12:33:09.010] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:09.010] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.010] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:09.010] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.010] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.010] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.010] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:09.010] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.010] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.010] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.010] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.016] | : . ' , ; ` | : Identical [12:33:09.017] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:09.017] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:09.017] | : . ' , ; ` | List of future strategies: [12:33:09.017] | : . ' , ; ` | 1. sequential: [12:33:09.017] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:09.017] | : . ' , ; ` | - tweaked: FALSE [12:33:09.017] | : . ' , ; ` | - call: plan(sequential) [12:33:09.018] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:09.018] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:09.019] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:09.019] | : . ' , SequentialFuture started (and completed) [12:33:09.020] | : . ' , signalConditions() ... [12:33:09.020] | : . ' , ; include = 'immediateCondition' [12:33:09.020] | : . ' , ; exclude = [12:33:09.021] | : . ' , ; resignal = FALSE [12:33:09.021] | : . ' , ; Number of conditions: 6 [12:33:09.021] | : . ' , ; int 6 [12:33:09.022] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.022] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.022] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.022] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.022] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.023] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.023] | : . ' , signalConditions() ... done [12:33:09.023] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:09.023] | : . Launching futures ... done [12:33:09.024] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:09.024] | : Using SequentialFutureBackend ... done [12:33:09.024] | run() for 'Future' () ... done [12:33:09.024] | signalConditions() ... [12:33:09.025] | : include = 'immediateCondition' [12:33:09.025] | : exclude = [12:33:09.026] | : resignal = FALSE [12:33:09.026] | : Number of conditions: 6 [12:33:09.026] | : int 6 [12:33:09.027] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.027] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.028] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.028] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.028] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.028] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.029] | signalConditions() ... done [12:33:09.029] | relay stdout ... [12:33:09.029] | relay stdout ... done [12:33:09.030] | check for misuse ... [12:33:09.030] | check for misuse ... done [12:33:09.030] | relay conditions ... [12:33:09.030] | : Future state: 'finished' [12:33:09.031] | : signalConditions() ... [12:33:09.031] | : . include = 'condition' [12:33:09.031] | : . exclude = 'immediateCondition' [12:33:09.032] | : . resignal = TRUE [12:33:09.032] | : . Number of conditions: 6 [12:33:09.032] | : . int 6 [12:33:09.033] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.034] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:08.952] | : . ' , attachPackages() ... [12:33:09.034] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.034] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:08.953] | : . ' , ; packages: [n=1] 'future' [12:33:09.035] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.035] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:08.953] | : . ' , attachPackages() ... done [12:33:09.035] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.035] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:08.954] | : . ' , attachPackages() ... [12:33:09.036] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.036] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:08.954] | : . ' , ; packages: [n=0] [12:33:09.037] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.037] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:08.954] | : . ' , attachPackages() ... done [12:33:09.037] | : signalConditions() ... done [12:33:09.037] | relay conditions ... done [12:33:09.038] value() for Future () ... done [1] 42 > message("*** future() w/ lazy = TRUE in local() ... DONE") *** future() w/ lazy = TRUE in local() ... DONE > message("*** future() ... DONE") *** future() ... DONE > message("*** future() ...") *** future() ... > f <- future({ + 42 + }, lazy = TRUE) [12:33:09.039] future(..., label = NULL) ... [12:33:09.040] | lazy: TRUE [12:33:09.040] | stdout: TRUE [12:33:09.040] | conditions: [n=1] 'condition' [12:33:09.040] | getGlobalsAndPackages() ... [12:33:09.041] | : Searching for globals ... [12:33:09.048] | : . globals found: [1] '{' [12:33:09.048] | : Searching for globals ... done [12:33:09.048] | : Resolving globals: FALSE [12:33:09.049] | : Search for packages associated with the globals ... [12:33:09.049] | : . Packages associated with globals: [1] 'base' [12:33:09.049] | : . Packages: [1] 'base' [12:33:09.050] | : Search for packages associated with the globals ... done [12:33:09.050] | : Packages after dropping 'base': [0] [12:33:09.050] | : globals: [0] [12:33:09.050] | : packages: [0] [12:33:09.051] | getGlobalsAndPackages() ... done [12:33:09.051] future(..., label = NULL) ... done > print(resolved(f)) [12:33:09.052] resolved() ... [12:33:09.052] | resolved() for Future () ... [12:33:09.052] | : state: 'created' [12:33:09.052] | : run: NULL [12:33:09.052] | : run() ... [12:33:09.053] | : . run() for 'Future' () ... [12:33:09.053] | : . ' state: 'created' [12:33:09.053] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:09.053] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:09.054] | : . ' Using SequentialFutureBackend ... [12:33:09.054] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [12:33:09.054] | : . ' , Launching futures ... [12:33:09.054] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:09.054] | : . ' , ; ` getFutureData() ... [12:33:09.055] | : . ' , ; ` | getFutureCore() ... [12:33:09.055] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [12:33:09.055] | : . ' , ; ` | getFutureCore() ... done [12:33:09.055] | : . ' , ; ` | getFutureCapture() ... [12:33:09.056] | : . ' , ; ` | getFutureCapture() ... done [12:33:09.056] | : . ' , ; ` | getFutureContext() ... [12:33:09.057] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:09.057] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [12:33:09.057] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:09.058] | : . ' , ; ` | : Packages needed by future backend (n = 0): [12:33:09.058] | : . ' , ; ` | getFutureContext() ... done [12:33:09.058] | : . ' , ; ` getFutureData() ... done [12:33:09.062] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:09.062] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:09.063] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:09.063] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:09.064] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:09.064] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [12:33:09.065] | : . ' , ; ` | : . New stack: [12:33:09.065] | : . ' , ; ` | : . List of 1 [12:33:09.065] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:33:09.065] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.065] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [12:33:09.065] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.065] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.065] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.065] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:09.065] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.071] | : . ' , ; ` | : . Old stack: [12:33:09.071] | : . ' , ; ` | : . List of 1 [12:33:09.071] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [12:33:09.071] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.071] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [12:33:09.071] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.071] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.071] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.071] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [12:33:09.071] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.071] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.071] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.071] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.080] | : . ' , ; ` | : . Not identical [12:33:09.080] | : . ' , ; ` | : . all.equal() for future ... [12:33:09.080] | : . ' , ; ` | : . ' List of 2 [12:33:09.080] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.080] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:09.080] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.080] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:09.080] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.080] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.080] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.087] | : . ' , ; ` | : . all.equal() for future ... done [12:33:09.087] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [12:33:09.088] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:09.088] | : . ' , ; ` | : List of future strategies: [12:33:09.088] | : . ' , ; ` | : 1. sequential: [12:33:09.088] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [12:33:09.088] | : . ' , ; ` | : - tweaked: FALSE [12:33:09.088] | : . ' , ; ` | : - call: plan(sequential) [12:33:09.089] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:09.089] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:09.093] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:09.093] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:09.093] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:09.094] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [12:33:09.094] | : . ' , ; ` | : . ' New stack: [12:33:09.094] | : . ' , ; ` | : . ' List of 1 [12:33:09.094] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:33:09.094] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.094] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:33:09.094] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.094] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.094] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.094] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:09.094] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.094] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.094] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.094] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.100] | : . ' , ; ` | : . ' Old stack: [12:33:09.100] | : . ' , ; ` | : . ' List of 1 [12:33:09.100] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [12:33:09.100] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:09.100] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [12:33:09.100] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.100] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.100] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.100] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [12:33:09.100] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:09.100] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:09.100] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:09.100] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:09.106] | : . ' , ; ` | : . ' Identical [12:33:09.107] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [12:33:09.107] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:09.107] | : . ' , ; ` | : . List of future strategies: [12:33:09.107] | : . ' , ; ` | : . 1. sequential: [12:33:09.107] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [12:33:09.107] | : . ' , ; ` | : . - tweaked: FALSE [12:33:09.107] | : . ' , ; ` | : . - call: plan(sequential) [12:33:09.108] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:09.108] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:09.109] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:09.109] | : . ' , ; ` SequentialFuture started (and completed) [12:33:09.110] | : . ' , ; ` signalConditions() ... [12:33:09.110] | : . ' , ; ` | include = 'immediateCondition' [12:33:09.110] | : . ' , ; ` | exclude = [12:33:09.111] | : . ' , ; ` | resignal = FALSE [12:33:09.111] | : . ' , ; ` | Number of conditions: 6 [12:33:09.111] | : . ' , ; ` | int 6 [12:33:09.112] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.112] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.112] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.113] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.113] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.113] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.113] | : . ' , ; ` signalConditions() ... done [12:33:09.114] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:09.114] | : . ' , Launching futures ... done [12:33:09.114] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:09.115] | : . ' Using SequentialFutureBackend ... done [12:33:09.115] | : . run() for 'Future' () ... done [12:33:09.115] | : run() ... done [12:33:09.115] | : resolved() ... [12:33:09.116] | : . resolved() ... [12:33:09.116] | : . ' resolved() for SequentialFuture () ... [12:33:09.116] | : . ' , state: 'finished' [12:33:09.116] | : . ' , run: NULL [12:33:09.117] | : . ' , result: 'FutureResult' [12:33:09.117] | : . ' resolved() for SequentialFuture () ... done [12:33:09.117] | : . resolved() ... done [12:33:09.117] | : . resolved: TRUE [12:33:09.118] | : resolved() ... done [12:33:09.118] | resolved() for Future () ... done [12:33:09.118] resolved() ... done [1] TRUE > y <- value(f) [12:33:09.119] value() for SequentialFuture () ... [12:33:09.119] | signalConditions() ... [12:33:09.119] | : include = 'immediateCondition' [12:33:09.119] | : exclude = [12:33:09.120] | : resignal = FALSE [12:33:09.120] | : Number of conditions: 6 [12:33:09.120] | : int 6 [12:33:09.121] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.121] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.122] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.122] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.122] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.122] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.123] | signalConditions() ... done [12:33:09.123] | relay stdout ... [12:33:09.123] | relay stdout ... done [12:33:09.123] | check for misuse ... [12:33:09.124] | check for misuse ... done [12:33:09.124] | relay conditions ... [12:33:09.124] | : Future state: 'finished' [12:33:09.124] | : signalConditions() ... [12:33:09.125] | : . include = 'condition' [12:33:09.125] | : . exclude = 'immediateCondition' [12:33:09.125] | : . resignal = TRUE [12:33:09.125] | : . Number of conditions: 6 [12:33:09.126] | : . int 6 [12:33:09.126] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.127] | : . Condition #1: 'simpleMessage', 'message', 'condition' [12:33:09.059] | : . ' , ; ` attachPackages() ... [12:33:09.127] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.127] | : . Condition #2: 'simpleMessage', 'message', 'condition' [12:33:09.059] | : . ' , ; ` | packages: [n=1] 'future' [12:33:09.128] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.128] | : . Condition #3: 'simpleMessage', 'message', 'condition' [12:33:09.060] | : . ' , ; ` attachPackages() ... done [12:33:09.128] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.128] | : . Condition #4: 'simpleMessage', 'message', 'condition' [12:33:09.060] | : . ' , ; ` attachPackages() ... [12:33:09.129] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.129] | : . Condition #5: 'simpleMessage', 'message', 'condition' [12:33:09.061] | : . ' , ; ` | packages: [n=0] [12:33:09.129] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:09.130] | : . Condition #6: 'simpleMessage', 'message', 'condition' [12:33:09.061] | : . ' , ; ` attachPackages() ... done [12:33:09.130] | : signalConditions() ... done [12:33:09.130] | relay conditions ... done [12:33:09.131] value() for SequentialFuture () ... done > print(y) [1] 42 > stopifnot(y == 42) > message("*** future() - exceptions ...") *** future() - exceptions ... > target <- list(name = "", envir = new.env(), + code = "Yo!", exists = TRUE) > res <- tryCatch(get_future(target, mustExist = TRUE), + error = identity) [12:33:09.132] ERROR: Future ('') not found in environment '': 'Yo!' > stopifnot(inherits(res, "error")) > message("*** future() - exceptions ... DONE") *** future() - exceptions ... DONE > message("*** future() ... DONE") *** future() ... DONE Failed to undo environment variables: - Expected environment variables: [n=217] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', 'CV_Instance001', 'CYGWIN', 'CommonProgramFiles(x86)', 'CommonProgramW6432', 'DriverData', 'HOME', 'HOMEDRIVE', 'HOMEPATH', 'JAGS_ROOT', 'JAVA_HOME', 'LANGUAGE', 'LC_COLLATE', 'LC_MONETARY', 'LC_TIME', 'LOCALAPPDATA', 'LOGONSERVER', 'LS_HOME', 'LS_LICENSE_PATH', 'MAKE', 'MAKEFLAGS', 'MAKELEVEL', 'MFLAGS', 'MSMPI_BENCHMARKS', 'MSMPI_BIN', 'MSYS2_ENV_CONV_EXCL', 'NUMBER_OF_PROCESSORS', 'OCL', 'OMP_THREAD_LIMIT', 'OS', 'PATH', 'PATHEXT', 'PROCESSOR_ARCHITECTURE', 'PROCESSOR_IDENTIFIER', 'PROCESSOR_LEVEL', 'PROCESSOR_REVISION', 'PROGRAMFILES', 'PROMPT', 'PSModulePath', 'PUBLIC', 'PWD', 'ProgramData', 'ProgramFiles(x86)', 'ProgramW6432', 'RTOOLS44_HOME', 'RTOOLS45_HOME', 'R_ARCH', 'R_BROWSER', 'R_BZIPCMD', 'R_CMD', 'R_COMPILED_BY', 'R_CRAN_WEB', 'R_CUSTOM_TOOLS_PATH', 'R_CUSTOM_TOOLS_SOFT', 'R_DOC_DIR', 'R_ENVIRON_USER', 'R_GSCMD', 'R_GZIPCMD', 'R_HOME', 'R_INCLUDE_DIR', 'R_INSTALL_TAR', 'R_LIBS', 'R_LIBS_SITE', 'R_LIBS_USER', 'R_MAX_NUM_DLLS', 'R_OSTYPE', 'R_PAPERSIZE', 'R_PAPERSIZE_USER', 'R_PARALLELLY_MAKENODEPSOCK_AUTOKILL', 'R_PARALLELLY_MAKENODEPSOCK_CONNECTTIMEOUT', 'R_PARALLELLY_MAKENODEPSOCK_RSCRIPT_LABEL', 'R_PARALLELLY_MAKENODEPSOCK_SESSIONINFO_PKGS', 'R_PARALLELLY_MAKENODEPSOCK_TIMEOUT', 'R_PARALLELLY_RANDOM_PORTS', 'R_PARALLEL_PORT', 'R_RD4PDF', 'R_RTOOLS45_PATH', 'R_SCRIPT_LEGACY', 'R_SHARE_DIR', 'R_TESTME_NAME', 'R_TESTME_PACKAGE', 'R_TESTME_PATH', 'R_TESTS', 'R_UNZIPCMD', 'R_USER', 'R_VERSION', 'R_ZIPCMD', 'SED', 'SHLVL', 'SYSTEMDRIVE', 'SYSTEMROOT', 'TAR', 'TAR_OPTIONS', 'TEMP', 'TERM', 'TETRAD_DIR', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_BIBENTRIES_CITED_NOT_SHOWN_', '_R_CHECK_RD_EXAMPLES_T_AND_F_', '_R_CHECK_RD_LINE_WIDTHS_', '_R_CHECK_RD_MATH_RENDERING_', '_R_CHECK_RD_NOTE_LOST_BRACES_', '_R_CHECK_RD_VALIDATE_RD2HTML_', '_R_CHECK_REPLACING_IMPORTS_', '_R_CHECK_R_DEPENDS_', '_R_CHECK_S3_METHODS_SHOW_POSSIBLE_ISSUES_', '_R_CHECK_SCREEN_DEVICE_', '_R_CHECK_SERIALIZATION_', '_R_CHECK_SHLIB_OPENMP_FLAGS_', '_R_CHECK_SRC_MINUS_W_IMPLICIT_', '_R_CHECK_SUBDIRS_NOCASE_', '_R_CHECK_SUGGESTS_ONLY_', '_R_CHECK_SYSTEM_CLOCK_', '_R_CHECK_TESTS_NLINES_', '_R_CHECK_TEST_TIMING_', '_R_CHECK_TIMINGS_', '_R_CHECK_TOPLEVEL_FILES_', '_R_CHECK_UNDOC_USE_ALL_NAMES_', '_R_CHECK_UNSAFE_CALLS_', '_R_CHECK_URLS_RELATIVE_PATHS_', '_R_CHECK_URLS_SHOW_301_STATUS_', '_R_CHECK_VC_DIRS_', '_R_CHECK_VIGNETTES_NLINES_', '_R_CHECK_VIGNETTES_SKIP_RUN_MAYBE_', '_R_CHECK_VIGNETTE_TIMING_', '_R_CHECK_VIGNETTE_TITLES_', '_R_CHECK_WINDOWS_DEVICE_', '_R_CHECK_XREFS_NOTE_MISSING_PACKAGE_ANCHORS_', '_R_CHECK_XREFS_USE_ALIASES_FROM_CRAN_', '_R_CLASS_MATRIX_ARRAY_', '_R_DEPRECATED_IS_R_', '_R_S3_METHOD_LOOKUP_BASEENV_AFTER_GLOBALENV_', '_R_SHLIB_BUILD_OBJECTS_SYMBOL_TABLES_', '_R_USE_STRICT_R_HEADERS_', '__R_CHECK_DOC_FILES_NOTE_IF_ALL_INTERNAL__', 'maj.version', 'nextArg--timingsnextArg--install', 'tempdirname' - Environment variables still there: [n=0] - Environment variables missing: [n=1] 'MAKEFLAGS' Differences environment variable by environment variable: Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2026_01_16_12_30_17_22682' Test time: user.self=0.6s, sys.self=0.05s, elapsed=0.6s, user.child=NAs, sys.child=NAs Test 'future' ... success > > proc.time() user system elapsed 0.98 0.20 1.17