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-futureOf_with_environment.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future:::testme("futureOf_with_environment") Test 'futureOf_with_environment' ... chr "none" > library(future) [22:17:21.458] Option 'future.startup.script': TRUE [22:17:21.459] Future startup scripts considered: '.future.R', '~/.future.R' [22:17:21.460] Future startup scripts found: > suppressWarnings(rm(list = c("x", "z"))) > message("*** futureOf() with environment ...") *** futureOf() with environment ... > message("*** futureOf() with environment - future assignments ...") *** futureOf() with environment - future assignments ... > x <- new.env() > x$a %<-% { + 1 + } [22:17:21.466] future(..., label = NULL) ... [22:17:21.466] | lazy: FALSE [22:17:21.467] | stdout: TRUE [22:17:21.467] | conditions: [n=1] 'condition' [22:17:21.469] | getGlobalsAndPackages() ... [22:17:21.469] | : Searching for globals ... [22:17:21.475] | : . globals found: [1] '{' [22:17:21.475] | : Searching for globals ... done [22:17:21.476] | : Resolving globals: FALSE [22:17:21.477] | : Search for packages associated with the globals ... [22:17:21.477] | : . Packages associated with globals: [1] 'base' [22:17:21.478] | : . Packages: [1] 'base' [22:17:21.478] | : Search for packages associated with the globals ... done [22:17:21.479] | : Packages after dropping 'base': [0] [22:17:21.480] | : globals: [0] [22:17:21.480] | : packages: [0] [22:17:21.481] | getGlobalsAndPackages() ... done [22:17:21.481] | run() for 'Future' () ... [22:17:21.482] | : state: 'created' [22:17:21.483] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:21.483] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [22:17:21.484] | : . ' function (..., envir = parent.frame()) [22:17:21.484] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.484] | : . ' - attr(*, "init")= logi TRUE [22:17:21.484] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.484] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.484] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.484] | : . ' - attr(*, "call")= language plan(sequential) [22:17:21.487] | : . ' init: TRUE [22:17:21.488] | : . ' makeFutureBackend() ... [22:17:21.488] | : . ' , Backend function: <'NULL'> [22:17:21.489] | : . ' , Evaluator tweak arguments: [n=0] [22:17:21.489] | : . ' , list() [22:17:21.490] | : . ' , Evaluator formal arguments: [n=1] [22:17:21.491] | : . ' , Dotted pair list of 1 [22:17:21.491] | : . ' , $ envir: language parent.frame() [22:17:21.492] | : . ' , Arguments passed to the future-backend factory: [n=1] [22:17:21.492] | : . ' , List of 1 [22:17:21.492] | : . ' , $ envir: language parent.frame() [22:17:21.494] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [22:17:21.494] | : . ' makeFutureBackend() ... done [22:17:21.495] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [22:17:21.495] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:21.496] | : Using SequentialFutureBackend ... [22:17:21.496] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [22:17:21.497] | : . Launching futures ... [22:17:21.498] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:21.498] | : . ' , getFutureData() ... [22:17:21.499] | : . ' , ; getFutureCore() ... [22:17:21.499] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:21.500] | : . ' , ; getFutureCore() ... done [22:17:21.500] | : . ' , ; getFutureCapture() ... [22:17:21.501] | : . ' , ; getFutureCapture() ... done [22:17:21.502] | : . ' , ; getFutureContext() ... [22:17:21.502] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:21.503] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:21.503] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:21.504] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:21.504] | : . ' , ; getFutureContext() ... done [22:17:21.505] | : . ' , getFutureData() ... done [22:17:21.512] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:21.513] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:21.514] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:21.514] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:21.515] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:21.515] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:21.516] | : . ' , ; ` | New stack: [22:17:21.516] | : . ' , ; ` | List of 1 [22:17:21.516] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:21.516] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.516] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:21.516] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.516] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.516] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.516] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:21.516] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.520] | : . ' , ; ` | Old stack: [22:17:21.521] | : . ' , ; ` | List of 1 [22:17:21.521] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:21.521] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.521] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:21.521] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.521] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.521] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.521] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:21.521] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.521] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.521] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.521] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.525] | : . ' , ; ` | Not identical [22:17:21.526] | : . ' , ; ` | all.equal() for future ... [22:17:21.526] | : . ' , ; ` | : List of 2 [22:17:21.526] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.526] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:21.526] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.526] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:21.526] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.526] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.526] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.559] | : . ' , ; ` | all.equal() for future ... done [22:17:21.560] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:21.561] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:21.561] | : . ' , ; ` List of future strategies: [22:17:21.561] | : . ' , ; ` 1. sequential: [22:17:21.561] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:21.561] | : . ' , ; ` - tweaked: FALSE [22:17:21.561] | : . ' , ; ` - call: plan(sequential) [22:17:21.562] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:21.563] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:21.567] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:21.568] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:21.568] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:21.569] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:21.569] | : . ' , ; ` | : New stack: [22:17:21.570] | : . ' , ; ` | : List of 1 [22:17:21.570] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:21.570] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.570] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:21.570] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.570] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.570] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.570] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:21.570] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.570] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.570] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.570] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.574] | : . ' , ; ` | : Old stack: [22:17:21.575] | : . ' , ; ` | : List of 1 [22:17:21.575] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:21.575] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.575] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:21.575] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.575] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.575] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.575] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:21.575] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.575] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.575] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.575] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.579] | : . ' , ; ` | : Identical [22:17:21.579] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:21.580] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:21.580] | : . ' , ; ` | List of future strategies: [22:17:21.580] | : . ' , ; ` | 1. sequential: [22:17:21.580] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:21.580] | : . ' , ; ` | - tweaked: FALSE [22:17:21.580] | : . ' , ; ` | - call: plan(sequential) [22:17:21.581] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:21.582] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:21.582] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:21.614] | : . ' , SequentialFuture started (and completed) [22:17:21.615] | : . ' , signalConditions() ... [22:17:21.616] | : . ' , ; include = 'immediateCondition' [22:17:21.616] | : . ' , ; exclude = [22:17:21.617] | : . ' , ; resignal = FALSE [22:17:21.617] | : . ' , ; Number of conditions: 6 [22:17:21.618] | : . ' , ; int 6 [22:17:21.619] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.620] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.620] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.621] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.622] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.622] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.623] | : . ' , signalConditions() ... done [22:17:21.623] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:21.624] | : . Launching futures ... done [22:17:21.625] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:21.625] | : Using SequentialFutureBackend ... done [22:17:21.626] | run() for 'Future' () ... done [22:17:21.626] future(..., label = NULL) ... done > f1 <- futureOf("a", envir = x) > print(f1) SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: 78dfe97c1555dda25ca1a4af05822893-1 Owner process: 78dfe97c1555dda25ca1a4af05822893 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.05973721 secs (started 2026-03-13 22:17:21.50695) Worker process: 78dfe97c1555dda25ca1a4af05822893 > f2 <- futureOf(a, envir = x) > f3 <- futureOf(x[["a"]]) > f4 <- futureOf(x$a) > stopifnot(identical(f2, f1), identical(f3, f1), identical(f4, + f1)) > fs <- futureOf(envir = x) > print(fs) $a SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: 78dfe97c1555dda25ca1a4af05822893-1 Owner process: 78dfe97c1555dda25ca1a4af05822893 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.05973721 secs (started 2026-03-13 22:17:21.50695) Worker process: 78dfe97c1555dda25ca1a4af05822893 > stopifnot(identical(names(fs), c("a"))) > stopifnot(identical(fs$a, f1)) > fsD <- futureOf(envir = x, drop = TRUE) > print(fsD) $a SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: 78dfe97c1555dda25ca1a4af05822893-1 Owner process: 78dfe97c1555dda25ca1a4af05822893 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.05973721 secs (started 2026-03-13 22:17:21.50695) Worker process: 78dfe97c1555dda25ca1a4af05822893 > stopifnot(all(sapply(fsD, FUN = inherits, "Future"))) > stopifnot(identical(fsD, fs)) > message("*** futureOf() with environment - future assignments ... DONE") *** futureOf() with environment - future assignments ... DONE > message("*** futureOf() with environment - futures ...") *** futureOf() with environment - futures ... > x <- new.env() > x$a <- future({ + 1 + }) [22:17:21.635] future(..., label = NULL) ... [22:17:21.636] | lazy: FALSE [22:17:21.637] | stdout: TRUE [22:17:21.637] | conditions: [n=1] 'condition' [22:17:21.638] | getGlobalsAndPackages() ... [22:17:21.638] | : Searching for globals ... [22:17:21.642] | : . globals found: [1] '{' [22:17:21.643] | : Searching for globals ... done [22:17:21.644] | : Resolving globals: FALSE [22:17:21.644] | : Search for packages associated with the globals ... [22:17:21.645] | : . Packages associated with globals: [1] 'base' [22:17:21.646] | : . Packages: [1] 'base' [22:17:21.646] | : Search for packages associated with the globals ... done [22:17:21.647] | : Packages after dropping 'base': [0] [22:17:21.647] | : globals: [0] [22:17:21.648] | : packages: [0] [22:17:21.648] | getGlobalsAndPackages() ... done [22:17:21.649] | run() for 'Future' () ... [22:17:21.650] | : state: 'created' [22:17:21.650] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:21.651] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:21.651] | : Using SequentialFutureBackend ... [22:17:21.652] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [22:17:21.653] | : . Launching futures ... [22:17:21.653] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [22:17:21.654] | : . ' , getFutureData() ... [22:17:21.654] | : . ' , ; getFutureCore() ... [22:17:21.655] | : . ' , ; ` Packages needed by the future expression (n = 0): [22:17:21.656] | : . ' , ; getFutureCore() ... done [22:17:21.656] | : . ' , ; getFutureCapture() ... [22:17:21.657] | : . ' , ; getFutureCapture() ... done [22:17:21.657] | : . ' , ; getFutureContext() ... [22:17:21.658] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:21.658] | : . ' , ; ` | Getting stack without first backend: [n=0] [22:17:21.659] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:21.660] | : . ' , ; ` Packages needed by future backend (n = 0): [22:17:21.660] | : . ' , ; getFutureContext() ... done [22:17:21.661] | : . ' , getFutureData() ... done [22:17:21.666] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [22:17:21.666] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [22:17:21.667] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [22:17:21.668] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:21.668] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:21.669] | : . ' , ; ` all.equal() for FutureStrategyList ... [22:17:21.669] | : . ' , ; ` | New stack: [22:17:21.670] | : . ' , ; ` | List of 1 [22:17:21.670] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:21.670] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.670] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [22:17:21.670] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.670] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.670] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.670] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:21.670] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.674] | : . ' , ; ` | Old stack: [22:17:21.675] | : . ' , ; ` | List of 1 [22:17:21.675] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [22:17:21.675] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.675] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [22:17:21.675] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.675] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.675] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.675] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [22:17:21.675] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.675] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.675] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.675] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.681] | : . ' , ; ` | Not identical [22:17:21.682] | : . ' , ; ` | all.equal() for future ... [22:17:21.682] | : . ' , ; ` | : List of 2 [22:17:21.682] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.682] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [22:17:21.682] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.682] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:21.682] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.682] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.682] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.691] | : . ' , ; ` | all.equal() for future ... done [22:17:21.692] | : . ' , ; ` all.equal() for FutureStrategyList ... done [22:17:21.693] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:21.693] | : . ' , ; ` List of future strategies: [22:17:21.693] | : . ' , ; ` 1. sequential: [22:17:21.693] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [22:17:21.693] | : . ' , ; ` - tweaked: FALSE [22:17:21.693] | : . ' , ; ` - call: plan(sequential) [22:17:21.694] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:21.695] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:21.698] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:21.699] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [22:17:21.700] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [22:17:21.700] | : . ' , ; ` | all.equal() for FutureStrategyList ... [22:17:21.701] | : . ' , ; ` | : New stack: [22:17:21.702] | : . ' , ; ` | : List of 1 [22:17:21.702] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:21.702] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.702] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:21.702] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.702] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.702] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.702] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:21.702] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.702] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.702] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.702] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.707] | : . ' , ; ` | : Old stack: [22:17:21.708] | : . ' , ; ` | : List of 1 [22:17:21.708] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [22:17:21.708] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [22:17:21.708] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [22:17:21.708] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.708] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.708] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.708] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [22:17:21.708] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [22:17:21.708] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [22:17:21.708] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [22:17:21.708] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [22:17:21.714] | : . ' , ; ` | : Identical [22:17:21.714] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [22:17:21.715] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [22:17:21.715] | : . ' , ; ` | List of future strategies: [22:17:21.715] | : . ' , ; ` | 1. sequential: [22:17:21.715] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [22:17:21.715] | : . ' , ; ` | - tweaked: FALSE [22:17:21.715] | : . ' , ; ` | - call: plan(sequential) [22:17:21.717] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [22:17:21.717] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:21.718] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [22:17:21.719] | : . ' , SequentialFuture started (and completed) [22:17:21.720] | : . ' , signalConditions() ... [22:17:21.720] | : . ' , ; include = 'immediateCondition' [22:17:21.721] | : . ' , ; exclude = [22:17:21.721] | : . ' , ; resignal = FALSE [22:17:21.722] | : . ' , ; Number of conditions: 6 [22:17:21.723] | : . ' , ; int 6 [22:17:21.724] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.724] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.725] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.726] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.726] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.727] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [22:17:21.727] | : . ' , signalConditions() ... done [22:17:21.728] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [22:17:21.729] | : . Launching futures ... done [22:17:21.729] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [22:17:21.730] | : Using SequentialFutureBackend ... done [22:17:21.730] | run() for 'Future' () ... done [22:17:21.731] future(..., label = NULL) ... done > f1 <- futureOf("a", envir = x) > print(f1) SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: 78dfe97c1555dda25ca1a4af05822893-2 Owner process: 78dfe97c1555dda25ca1a4af05822893 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03608203 secs (started 2026-03-13 22:17:21.661862) Worker process: 78dfe97c1555dda25ca1a4af05822893 > stopifnot(identical(f1, x$a)) > f2 <- futureOf(a, envir = x) > stopifnot(identical(f2, x$a)) > f3 <- futureOf(x[["a"]]) > stopifnot(identical(f3, x$a)) > f4 <- futureOf(x$a) > stopifnot(identical(f4, x$a)) > fs <- futureOf(envir = x) > print(fs) $a SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: 78dfe97c1555dda25ca1a4af05822893-2 Owner process: 78dfe97c1555dda25ca1a4af05822893 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03608203 secs (started 2026-03-13 22:17:21.661862) Worker process: 78dfe97c1555dda25ca1a4af05822893 > stopifnot(identical(names(fs), c("a"))) > stopifnot(identical(fs$a, f1)) > fsD <- futureOf(envir = x, drop = TRUE) > print(fsD) $a SequentialFuture: Label: Expression: { 1 } Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Lazy evaluation: FALSE Local evaluation: TRUE Early signaling: FALSE Actions: [n=1] 'run' State: 'finished' ("Future was resolved successfully") Resolved: TRUE Unique identifier: 78dfe97c1555dda25ca1a4af05822893-2 Owner process: 78dfe97c1555dda25ca1a4af05822893 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03608203 secs (started 2026-03-13 22:17:21.661862) Worker process: 78dfe97c1555dda25ca1a4af05822893 > stopifnot(all(sapply(fsD, FUN = inherits, "Future"))) > stopifnot(identical(fsD, fs)) > message("*** futureOf() with environment - futures ... DONE") *** futureOf() with environment - futures ... DONE > message("*** futureOf() with environment - exceptions ...") *** futureOf() with environment - exceptions ... > res <- tryCatch(futureOf(x[[0]], mustExist = FALSE), + error = identity) > stopifnot(inherits(res, "error")) > res <- tryCatch(futureOf(x[[0]], mustExist = TRUE), + error = identity) > stopifnot(inherits(res, "error")) > res <- tryCatch(futureOf(x[[10]], mustExist = TRUE), + error = identity) > stopifnot(inherits(res, "error")) > res <- tryCatch(futureOf(x[[1 + (0+2i)]], mustExist = TRUE), + error = identity) > stopifnot(inherits(res, "error")) > message("*** futureOf() with environment - exceptions ... DONE") *** futureOf() with environment - exceptions ... DONE > message("*** futureOf() with environment ... DONE") *** futureOf() with environment ... 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.4s, sys.self=0.04s, elapsed=0.4s, user.child=NAs, sys.child=NAs Test 'futureOf_with_environment' ... success > > proc.time() user system elapsed 0.67 0.10 0.76