R Under development (unstable) (2026-03-12 r89611 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) [22:17:06.045] Option 'future.startup.script': TRUE [22:17:06.047] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:06.047] Future startup scripts found: > message("*** future() ...") *** future() ... > message("*** future() w/ lazy = TRUE ...") *** future() w/ lazy = TRUE ... > f <- future({ + 42 + }, lazy = TRUE) [22:17:06.049] future(..., label = NULL) ... [22:17:06.050] | lazy: TRUE [22:17:06.052] | stdout: TRUE [22:17:06.052] | conditions: [n=1] 'condition' [22:17:06.054] | getGlobalsAndPackages() ... [22:17:06.054] | : Searching for globals ... [22:17:06.060] | : . globals found: [1] '{' [22:17:06.061] | : Searching for globals ... done [22:17:06.061] | : Resolving globals: FALSE [22:17:06.062] | : Search for packages associated with the globals ... [22:17:06.063] | : . Packages associated with globals: [1] 'base' [22:17:06.063] | : . Packages: [1] 'base' [22:17:06.064] | : Search for packages associated with the globals ... done [22:17:06.064] | : Packages after dropping 'base': [0] [22:17:06.065] | : globals: [0] [22:17:06.065] | : packages: [0] [22:17:06.066] | getGlobalsAndPackages() ... done [22:17:06.066] future(..., label = NULL) ... done > print(resolved(f)) [22:17:06.067] resolved() ... [22:17:06.068] | resolved() for Future () ... [22:17:06.068] | : state: 'created' [22:17:06.069] | : run: NULL [22:17:06.069] | : run() ... [22:17:06.070] | : . run() for 'Future' () ... [22:17:06.070] | : . ' state: 'created' [22:17:06.071] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.071] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:06.072] | : . ' , ; function (..., envir = parent.frame()) [22:17:06.072] | : . ' , ; - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.072] | : . ' , ; - attr(*, "init")= logi TRUE [22:17:06.072] | : . ' , ; - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.072] | : . ' , ; ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.072] | : . ' , ; - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.072] | : . ' , ; - attr(*, "call")= language plan(sequential) [22:17:06.076] | : . ' , ; init: TRUE [22:17:06.076] | : . ' , ; makeFutureBackend() ... [22:17:06.077] | : . ' , ; ` Backend function: <'NULL'> [22:17:06.077] | : . ' , ; ` Evaluator tweak arguments: [n=0] [22:17:06.078] | : . ' , ; ` list() [22:17:06.079] | : . ' , ; ` Evaluator formal arguments: [n=1] [22:17:06.079] | : . ' , ; ` Dotted pair list of 1 [22:17:06.079] | : . ' , ; ` $ envir: language parent.frame() [22:17:06.080] | : . ' , ; ` Arguments passed to the future-backend factory: [n=1] [22:17:06.081] | : . ' , ; ` List of 1 [22:17:06.081] | : . ' , ; ` $ envir: language parent.frame() [22:17:06.082] | : . ' , ; ` Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:06.083] | : . ' , ; makeFutureBackend() ... done [22:17:06.083] | : . ' , plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:06.084] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.084] | : . ' Using SequentialFutureBackend ... [22:17:06.085] | : . ' , Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:06.085] | : . ' , Launching futures ... [22:17:06.086] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:06.086] | : . ' , ; ` getFutureData() ... [22:17:06.087] | : . ' , ; ` | getFutureCore() ... [22:17:06.088] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:06.088] | : . ' , ; ` | getFutureCore() ... done [22:17:06.089] | : . ' , ; ` | getFutureCapture() ... [22:17:06.089] | : . ' , ; ` | getFutureCapture() ... done [22:17:06.090] | : . ' , ; ` | getFutureContext() ... [22:17:06.090] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.091] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:06.091] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.092] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:06.092] | : . ' , ; ` | getFutureContext() ... done [22:17:06.093] | : . ' , ; ` getFutureData() ... done [22:17:06.100] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.101] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:06.101] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.102] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.103] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:06.103] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [22:17:06.104] | : . ' , ; ` | : . New stack: [22:17:06.104] | : . ' , ; ` | : . List of 1 [22:17:06.104] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:17:06.104] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.104] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [22:17:06.104] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.104] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.104] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.104] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:06.104] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.108] | : . ' , ; ` | : . Old stack: [22:17:06.108] | : . ' , ; ` | : . List of 1 [22:17:06.108] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:17:06.108] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.108] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:17:06.108] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.108] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.108] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.108] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [22:17:06.108] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.108] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.108] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.108] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.112] | : . ' , ; ` | : . Not identical [22:17:06.113] | : . ' , ; ` | : . all.equal() for future ... [22:17:06.113] | : . ' , ; ` | : . ' List of 2 [22:17:06.113] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.113] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:06.113] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.113] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:06.113] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.113] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.113] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.153] | : . ' , ; ` | : . all.equal() for future ... done [22:17:06.154] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [22:17:06.154] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:06.155] | : . ' , ; ` | : List of future strategies: [22:17:06.155] | : . ' , ; ` | : 1. sequential: [22:17:06.155] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [22:17:06.155] | : . ' , ; ` | : - tweaked: FALSE [22:17:06.155] | : . ' , ; ` | : - call: plan(sequential) [22:17:06.156] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:06.157] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.161] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.161] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.162] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:06.162] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [22:17:06.163] | : . ' , ; ` | : . ' New stack: [22:17:06.163] | : . ' , ; ` | : . ' List of 1 [22:17:06.163] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:17:06.163] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.163] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:17:06.163] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.163] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.163] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.163] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:06.163] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.163] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.163] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.163] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.168] | : . ' , ; ` | : . ' Old stack: [22:17:06.168] | : . ' , ; ` | : . ' List of 1 [22:17:06.168] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:17:06.168] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.168] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:17:06.168] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.168] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.168] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.168] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:06.168] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.168] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.168] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.168] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.173] | : . ' , ; ` | : . ' Identical [22:17:06.173] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [22:17:06.174] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:06.174] | : . ' , ; ` | : . List of future strategies: [22:17:06.174] | : . ' , ; ` | : . 1. sequential: [22:17:06.174] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [22:17:06.174] | : . ' , ; ` | : . - tweaked: FALSE [22:17:06.174] | : . ' , ; ` | : . - call: plan(sequential) [22:17:06.175] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:06.176] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.176] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.208] | : . ' , ; ` SequentialFuture started (and completed) [22:17:06.209] | : . ' , ; ` signalConditions() ... [22:17:06.210] | : . ' , ; ` | include = 'immediateCondition' [22:17:06.210] | : . ' , ; ` | exclude = [22:17:06.211] | : . ' , ; ` | resignal = FALSE [22:17:06.211] | : . ' , ; ` | Number of conditions: 6 [22:17:06.212] | : . ' , ; ` | int 6 [22:17:06.213] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.213] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.214] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.214] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.215] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.215] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.216] | : . ' , ; ` signalConditions() ... done [22:17:06.216] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:06.217] | : . ' , Launching futures ... done [22:17:06.217] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:06.218] | : . ' Using SequentialFutureBackend ... done [22:17:06.218] | : . run() for 'Future' () ... done [22:17:06.219] | : run() ... done [22:17:06.219] | : resolved() ... [22:17:06.220] | : . resolved() ... [22:17:06.220] | : . ' resolved() for SequentialFuture () ... [22:17:06.221] | : . ' , state: 'finished' [22:17:06.221] | : . ' , run: NULL [22:17:06.222] | : . ' , result: 'FutureResult' [22:17:06.222] | : . ' resolved() for SequentialFuture () ... done [22:17:06.223] | : . resolved() ... done [22:17:06.223] | : . resolved: TRUE [22:17:06.224] | : resolved() ... done [22:17:06.224] | resolved() for Future () ... done [22:17:06.225] resolved() ... done [1] TRUE > y <- value(f) [22:17:06.226] value() for SequentialFuture () ... [22:17:06.226] | signalConditions() ... [22:17:06.227] | : include = 'immediateCondition' [22:17:06.227] | : exclude = [22:17:06.228] | : resignal = FALSE [22:17:06.228] | : Number of conditions: 6 [22:17:06.229] | : int 6 [22:17:06.229] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.230] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.230] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.231] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.232] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.232] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.233] | signalConditions() ... done [22:17:06.233] | relay stdout ... [22:17:06.233] | relay stdout ... done [22:17:06.234] | check for misuse ... [22:17:06.234] | check for misuse ... done [22:17:06.235] | relay conditions ... [22:17:06.235] | : Future state: 'finished' [22:17:06.236] | : signalConditions() ... [22:17:06.236] | : . include = 'condition' [22:17:06.237] | : . exclude = 'immediateCondition' [22:17:06.237] | : . resignal = TRUE [22:17:06.238] | : . Number of conditions: 6 [22:17:06.238] | : . int 6 [22:17:06.239] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.240] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:06.095] | : . ' , ; ` attachPackages() ... [22:17:06.240] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.241] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:06.096] | : . ' , ; ` | packages: [n=1] 'future' [22:17:06.241] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.242] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:06.096] | : . ' , ; ` attachPackages() ... done [22:17:06.242] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.243] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:06.098] | : . ' , ; ` attachPackages() ... [22:17:06.243] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.244] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:06.099] | : . ' , ; ` | packages: [n=0] [22:17:06.244] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.245] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:06.099] | : . ' , ; ` attachPackages() ... done [22:17:06.245] | : signalConditions() ... done [22:17:06.246] | relay conditions ... done [22:17:06.246] 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] [22:17:06.248] future(..., label = NULL) ... [22:17:06.248] | lazy: TRUE [22:17:06.249] | stdout: TRUE [22:17:06.249] | conditions: [n=1] 'condition' [22:17:06.250] | getGlobalsAndPackages() ... [22:17:06.250] | : Searching for globals ... [22:17:06.254] | : . globals found: [2] '{', 'a' [22:17:06.254] | : Searching for globals ... done [22:17:06.255] | : Resolving globals: FALSE [22:17:06.256] | : Search for packages associated with the globals ... [22:17:06.256] | : . Packages associated with globals: [1] 'base' [22:17:06.257] | : . Packages: [1] 'base' [22:17:06.257] | : Search for packages associated with the globals ... done [22:17:06.258] | : Packages after dropping 'base': [0] [22:17:06.258] | : globals: [1] 'a' [22:17:06.259] | : packages: [0] [22:17:06.259] | getGlobalsAndPackages() ... done [22:17:06.260] future(..., label = NULL) ... done [22:17:06.261] value() for Future () ... [22:17:06.261] | run() for 'Future' () ... [22:17:06.262] | : state: 'created' [22:17:06.262] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.263] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.263] | : Using SequentialFutureBackend ... [22:17:06.264] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:06.264] | : . Launching futures ... [22:17:06.265] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:06.265] | : . ' , getFutureData() ... [22:17:06.266] | : . ' , ; getFutureCore() ... [22:17:06.266] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:06.267] | : . ' , ; getFutureCore() ... done [22:17:06.267] | : . ' , ; getFutureCapture() ... [22:17:06.268] | : . ' , ; getFutureCapture() ... done [22:17:06.268] | : . ' , ; getFutureContext() ... [22:17:06.269] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.269] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:06.270] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.270] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:06.271] | : . ' , ; getFutureContext() ... done [22:17:06.271] | : . ' , getFutureData() ... done [22:17:06.276] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.276] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:06.277] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.278] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.279] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:06.279] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:06.280] | : . ' , ; ` | New stack: [22:17:06.280] | : . ' , ; ` | List of 1 [22:17:06.280] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:06.280] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.280] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:06.280] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.280] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.280] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.280] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:06.280] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.284] | : . ' , ; ` | Old stack: [22:17:06.285] | : . ' , ; ` | List of 1 [22:17:06.285] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:06.285] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.285] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:06.285] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.285] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.285] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.285] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:06.285] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.285] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.285] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.285] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.290] | : . ' , ; ` | Not identical [22:17:06.291] | : . ' , ; ` | all.equal() for future ... [22:17:06.291] | : . ' , ; ` | : List of 2 [22:17:06.291] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.291] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:06.291] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.291] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:06.291] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.291] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.291] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.300] | : . ' , ; ` | all.equal() for future ... done [22:17:06.300] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:06.301] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:06.301] | : . ' , ; ` List of future strategies: [22:17:06.301] | : . ' , ; ` 1. sequential: [22:17:06.301] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:06.301] | : . ' , ; ` - tweaked: FALSE [22:17:06.301] | : . ' , ; ` - call: plan(sequential) [22:17:06.302] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:06.303] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.304] | : . ' , assign_globals() ... [22:17:06.304] | : . ' , List of 1 [22:17:06.304] | : . ' , $ a: int 42 [22:17:06.304] | : . ' , - attr(*, "where")=List of 1 [22:17:06.304] | : . ' , ..$ a: [22:17:06.304] | : . ' , - attr(*, "class")= chr [1:3] "FutureGlobals" "Globals" "list" [22:17:06.304] | : . ' , - attr(*, "resolved")= logi FALSE [22:17:06.304] | : . ' , - attr(*, "total_size")= num NA [22:17:06.304] | : . ' , - attr(*, "already-done")= logi TRUE [22:17:06.308] | : . ' , - copied 'a' to environment [22:17:06.309] | : . ' , assign_globals() ... done [22:17:06.312] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.313] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.313] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:06.314] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:06.314] | : . ' , ; ` | : New stack: [22:17:06.315] | : . ' , ; ` | : List of 1 [22:17:06.315] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:06.315] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.315] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:06.315] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.315] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.315] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.315] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:06.315] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.315] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.315] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.315] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.320] | : . ' , ; ` | : Old stack: [22:17:06.320] | : . ' , ; ` | : List of 1 [22:17:06.320] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:06.320] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.320] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:06.320] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.320] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.320] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.320] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:06.320] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.320] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.320] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.320] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.325] | : . ' , ; ` | : Identical [22:17:06.326] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:06.327] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:06.327] | : . ' , ; ` | List of future strategies: [22:17:06.327] | : . ' , ; ` | 1. sequential: [22:17:06.327] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:06.327] | : . ' , ; ` | - tweaked: FALSE [22:17:06.327] | : . ' , ; ` | - call: plan(sequential) [22:17:06.328] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:06.329] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.329] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.330] | : . ' , SequentialFuture started (and completed) [22:17:06.331] | : . ' , signalConditions() ... [22:17:06.331] | : . ' , ; include = 'immediateCondition' [22:17:06.332] | : . ' , ; exclude = [22:17:06.332] | : . ' , ; resignal = FALSE [22:17:06.333] | : . ' , ; Number of conditions: 6 [22:17:06.333] | : . ' , ; int 6 [22:17:06.334] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.335] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.335] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.336] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.337] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.337] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.338] | : . ' , signalConditions() ... done [22:17:06.338] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:06.339] | : . Launching futures ... done [22:17:06.339] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:06.340] | : Using SequentialFutureBackend ... done [22:17:06.341] | run() for 'Future' () ... done [22:17:06.341] | signalConditions() ... [22:17:06.342] | : include = 'immediateCondition' [22:17:06.342] | : exclude = [22:17:06.343] | : resignal = FALSE [22:17:06.343] | : Number of conditions: 6 [22:17:06.344] | : int 6 [22:17:06.345] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.345] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.346] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.346] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.347] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.347] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.348] | signalConditions() ... done [22:17:06.349] | relay stdout ... [22:17:06.349] | relay stdout ... done [22:17:06.350] | check for misuse ... [22:17:06.350] | check for misuse ... done [22:17:06.351] | relay conditions ... [22:17:06.351] | : Future state: 'finished' [22:17:06.352] | : signalConditions() ... [22:17:06.352] | : . include = 'condition' [22:17:06.353] | : . exclude = 'immediateCondition' [22:17:06.353] | : . resignal = TRUE [22:17:06.354] | : . Number of conditions: 6 [22:17:06.354] | : . int 6 [22:17:06.355] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.356] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:06.272] | : . ' , attachPackages() ... [22:17:06.356] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.357] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:06.273] | : . ' , ; packages: [n=1] 'future' [22:17:06.357] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.358] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:06.273] | : . ' , attachPackages() ... done [22:17:06.359] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.359] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:06.274] | : . ' , attachPackages() ... [22:17:06.360] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.360] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:06.274] | : . ' , ; packages: [n=0] [22:17:06.361] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.361] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:06.275] | : . ' , attachPackages() ... done [22:17:06.362] | : signalConditions() ... done [22:17:06.362] | relay conditions ... done [22:17:06.363] 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) [22:17:06.364] future(..., label = NULL) ... [22:17:06.365] | lazy: TRUE [22:17:06.365] | stdout: TRUE [22:17:06.366] | conditions: [n=1] 'condition' [22:17:06.366] | getGlobalsAndPackages() ... [22:17:06.367] | : Searching for globals ... [22:17:06.371] | : . globals found: [1] '{' [22:17:06.371] | : Searching for globals ... done [22:17:06.372] | : Resolving globals: FALSE [22:17:06.373] | : Search for packages associated with the globals ... [22:17:06.373] | : . Packages associated with globals: [1] 'base' [22:17:06.374] | : . Packages: [1] 'base' [22:17:06.374] | : Search for packages associated with the globals ... done [22:17:06.375] | : Packages after dropping 'base': [0] [22:17:06.375] | : globals: [0] [22:17:06.376] | : packages: [0] [22:17:06.377] | getGlobalsAndPackages() ... done [22:17:06.377] future(..., label = NULL) ... done > print(resolved(f)) [22:17:06.378] resolved() ... [22:17:06.378] | resolved() for Future () ... [22:17:06.379] | : state: 'created' [22:17:06.379] | : run: NULL [22:17:06.380] | : run() ... [22:17:06.380] | : . run() for 'Future' () ... [22:17:06.381] | : . ' state: 'created' [22:17:06.381] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.382] | : . ' plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.383] | : . ' Using SequentialFutureBackend ... [22:17:06.383] | : . ' , Number of futures since start: 2 (2 created, 2 launched, 2 finished) [22:17:06.384] | : . ' , Launching futures ... [22:17:06.384] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:06.385] | : . ' , ; ` getFutureData() ... [22:17:06.385] | : . ' , ; ` | getFutureCore() ... [22:17:06.386] | : . ' , ; ` | : Packages needed by the future expression (n = 0): [22:17:06.386] | : . ' , ; ` | getFutureCore() ... done [22:17:06.387] | : . ' , ; ` | getFutureCapture() ... [22:17:06.387] | : . ' , ; ` | getFutureCapture() ... done [22:17:06.388] | : . ' , ; ` | getFutureContext() ... [22:17:06.388] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.389] | : . ' , ; ` | : . Getting stack without first backend: [n=0] [22:17:06.390] | : . ' , ; ` | : plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.390] | : . ' , ; ` | : Packages needed by future backend (n = 0): [22:17:06.391] | : . ' , ; ` | getFutureContext() ... done [22:17:06.391] | : . ' , ; ` getFutureData() ... done [22:17:06.396] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:06.396] | : . ' , ; ` | Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:06.397] | : . ' , ; ` plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:06.397] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.398] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:06.398] | : . ' , ; ` | : all.equal() for FutureStrategyList ... [22:17:06.399] | : . ' , ; ` | : . New stack: [22:17:06.399] | : . ' , ; ` | : . List of 1 [22:17:06.399] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:17:06.399] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.399] | : . ' , ; ` | : . ..- attr(*, "init")= logi TRUE [22:17:06.399] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.399] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.399] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.399] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:06.399] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.404] | : . ' , ; ` | : . Old stack: [22:17:06.404] | : . ' , ; ` | : . List of 1 [22:17:06.404] | : . ' , ; ` | : . $ :function (..., envir = parent.frame()) [22:17:06.404] | : . ' , ; ` | : . ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.404] | : . ' , ; ` | : . ..- attr(*, "init")= chr "done" [22:17:06.404] | : . ' , ; ` | : . ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.404] | : . ' , ; ` | : . .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.404] | : . ' , ; ` | : . ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.404] | : . ' , ; ` | : . ..- attr(*, "call")= language plan(sequential) [22:17:06.404] | : . ' , ; ` | : . ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.404] | : . ' , ; ` | : . .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.404] | : . ' , ; ` | : . .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.404] | : . ' , ; ` | : . - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.409] | : . ' , ; ` | : . Not identical [22:17:06.410] | : . ' , ; ` | : . all.equal() for future ... [22:17:06.410] | : . ' , ; ` | : . ' List of 2 [22:17:06.410] | : . ' , ; ` | : . ' $ target :function (..., envir = parent.frame()) [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "init")= logi TRUE [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.410] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:06.410] | : . ' , ; ` | : . ' $ current:function (..., envir = parent.frame()) [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.410] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:06.410] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.410] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.410] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.421] | : . ' , ; ` | : . all.equal() for future ... done [22:17:06.421] | : . ' , ; ` | : all.equal() for FutureStrategyList ... done [22:17:06.422] | : . ' , ; ` | : plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:06.422] | : . ' , ; ` | : List of future strategies: [22:17:06.422] | : . ' , ; ` | : 1. sequential: [22:17:06.422] | : . ' , ; ` | : - args: function (..., envir = parent.frame(), workers = "") [22:17:06.422] | : . ' , ; ` | : - tweaked: FALSE [22:17:06.422] | : . ' , ; ` | : - call: plan(sequential) [22:17:06.423] | : . ' , ; ` | plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:06.424] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.426] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.427] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:06.428] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:06.428] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... [22:17:06.429] | : . ' , ; ` | : . ' New stack: [22:17:06.429] | : . ' , ; ` | : . ' List of 1 [22:17:06.429] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:17:06.429] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.429] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:17:06.429] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.429] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.429] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.429] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:06.429] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.429] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.429] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.429] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.433] | : . ' , ; ` | : . ' Old stack: [22:17:06.434] | : . ' , ; ` | : . ' List of 1 [22:17:06.434] | : . ' , ; ` | : . ' $ :function (..., envir = parent.frame()) [22:17:06.434] | : . ' , ; ` | : . ' ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:06.434] | : . ' , ; ` | : . ' ..- attr(*, "init")= chr "done" [22:17:06.434] | : . ' , ; ` | : . ' ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.434] | : . ' , ; ` | : . ' .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.434] | : . ' , ; ` | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.434] | : . ' , ; ` | : . ' ..- attr(*, "call")= language plan(sequential) [22:17:06.434] | : . ' , ; ` | : . ' ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:06.434] | : . ' , ; ` | : . ' .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:06.434] | : . ' , ; ` | : . ' .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:06.434] | : . ' , ; ` | : . ' - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:06.438] | : . ' , ; ` | : . ' Identical [22:17:06.439] | : . ' , ; ` | : . all.equal() for FutureStrategyList ... done [22:17:06.439] | : . ' , ; ` | : . plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:06.440] | : . ' , ; ` | : . List of future strategies: [22:17:06.440] | : . ' , ; ` | : . 1. sequential: [22:17:06.440] | : . ' , ; ` | : . - args: function (..., envir = parent.frame(), workers = "") [22:17:06.440] | : . ' , ; ` | : . - tweaked: FALSE [22:17:06.440] | : . ' , ; ` | : . - call: plan(sequential) [22:17:06.441] | : . ' , ; ` | : plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:06.441] | : . ' , ; ` | plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.442] | : . ' , ; ` plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:06.443] | : . ' , ; ` SequentialFuture started (and completed) [22:17:06.443] | : . ' , ; ` signalConditions() ... [22:17:06.444] | : . ' , ; ` | include = 'immediateCondition' [22:17:06.444] | : . ' , ; ` | exclude = [22:17:06.445] | : . ' , ; ` | resignal = FALSE [22:17:06.445] | : . ' , ; ` | Number of conditions: 6 [22:17:06.446] | : . ' , ; ` | int 6 [22:17:06.446] | : . ' , ; ` | Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.447] | : . ' , ; ` | Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.447] | : . ' , ; ` | Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.448] | : . ' , ; ` | Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.448] | : . ' , ; ` | Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.449] | : . ' , ; ` | Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.449] | : . ' , ; ` signalConditions() ... done [22:17:06.450] | : . ' , ; launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:06.450] | : . ' , Launching futures ... done [22:17:06.451] | : . ' , Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:06.451] | : . ' Using SequentialFutureBackend ... done [22:17:06.452] | : . run() for 'Future' () ... done [22:17:06.452] | : run() ... done [22:17:06.453] | : resolved() ... [22:17:06.453] | : . resolved() ... [22:17:06.454] | : . ' resolved() for SequentialFuture () ... [22:17:06.454] | : . ' , state: 'finished' [22:17:06.455] | : . ' , run: NULL [22:17:06.455] | : . ' , result: 'FutureResult' [22:17:06.456] | : . ' resolved() for SequentialFuture () ... done [22:17:06.456] | : . resolved() ... done [22:17:06.457] | : . resolved: TRUE [22:17:06.457] | : resolved() ... done [22:17:06.458] | resolved() for Future () ... done [22:17:06.458] resolved() ... done [1] TRUE > y <- value(f) [22:17:06.459] value() for SequentialFuture () ... [22:17:06.459] | signalConditions() ... [22:17:06.460] | : include = 'immediateCondition' [22:17:06.460] | : exclude = [22:17:06.461] | : resignal = FALSE [22:17:06.461] | : Number of conditions: 6 [22:17:06.462] | : int 6 [22:17:06.463] | : Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.463] | : Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.464] | : Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.464] | : Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.465] | : Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.465] | : Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.466] | signalConditions() ... done [22:17:06.466] | relay stdout ... [22:17:06.467] | relay stdout ... done [22:17:06.467] | check for misuse ... [22:17:06.468] | check for misuse ... done [22:17:06.468] | relay conditions ... [22:17:06.469] | : Future state: 'finished' [22:17:06.469] | : signalConditions() ... [22:17:06.470] | : . include = 'condition' [22:17:06.470] | : . exclude = 'immediateCondition' [22:17:06.471] | : . resignal = TRUE [22:17:06.471] | : . Number of conditions: 6 [22:17:06.472] | : . int 6 [22:17:06.472] | : . Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.473] | : . Condition #1: 'simpleMessage', 'message', 'condition' [22:17:06.392] | : . ' , ; ` attachPackages() ... [22:17:06.473] | : . Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.474] | : . Condition #2: 'simpleMessage', 'message', 'condition' [22:17:06.392] | : . ' , ; ` | packages: [n=1] 'future' [22:17:06.474] | : . Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.475] | : . Condition #3: 'simpleMessage', 'message', 'condition' [22:17:06.393] | : . ' , ; ` attachPackages() ... done [22:17:06.475] | : . Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.476] | : . Condition #4: 'simpleMessage', 'message', 'condition' [22:17:06.394] | : . ' , ; ` attachPackages() ... [22:17:06.477] | : . Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.477] | : . Condition #5: 'simpleMessage', 'message', 'condition' [22:17:06.394] | : . ' , ; ` | packages: [n=0] [22:17:06.478] | : . Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:06.478] | : . Condition #6: 'simpleMessage', 'message', 'condition' [22:17:06.395] | : . ' , ; ` attachPackages() ... done [22:17:06.479] | : signalConditions() ... done [22:17:06.479] | relay conditions ... done [22:17:06.480] 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) [22:17:06.481] 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=218] '!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_RCPP_NOT_NEEDED_', '_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_03_13_22_15_17_12234' Test time: user.self=0.5s, sys.self=0.03s, elapsed=0.6s, user.child=NAs, sys.child=NAs Test 'future' ... success > > proc.time() user system elapsed 0.81 0.12 0.93