R Under development (unstable) (2025-07-28 r88462 ucrt) -- "Unsuffered Consequences" Copyright (C) 2025 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. > ## 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' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/test-futureOf_with_environment.R' > library(future) [12:33:01.138] Option 'future.startup.script': TRUE [12:33:01.139] Future startup scripts considered: '.future.R', '~/.future.R' [12:33:01.139] 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 + } [12:33:01.143] future(..., label = NULL) ... [12:33:01.143] | lazy: FALSE [12:33:01.143] | stdout: TRUE [12:33:01.143] | conditions: [n=1] 'condition' [12:33:01.144] | gc: FALSE [12:33:01.144] | earlySignal: FALSE [12:33:01.145] | getGlobalsAndPackages() ... [12:33:01.145] | : Searching for globals ... [12:33:01.164] | : . globals found: [1] '{' [12:33:01.164] | : Searching for globals ... done [12:33:01.165] | : Resolving globals: FALSE [12:33:01.165] | : Search for packages associated with the globals ... [12:33:01.166] | : . Packages associated with globals: [1] 'base' [12:33:01.167] | : . Packages: [1] 'base' [12:33:01.171] | : Search for packages associated with the globals ... done [12:33:01.171] | : Packages after dropping 'base': [0] [12:33:01.172] | : globals: [0] [12:33:01.172] | : packages: [0] [12:33:01.172] | getGlobalsAndPackages() ... done [12:33:01.173] | run() for 'Future' () ... [12:33:01.174] | : state: 'created' [12:33:01.174] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:01.174] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [12:33:01.175] | : . ' function (..., envir = parent.frame()) [12:33:01.175] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.175] | : . ' - attr(*, "init")= logi TRUE [12:33:01.175] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.175] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.175] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.175] | : . ' - attr(*, "call")= language plan(sequential) [12:33:01.182] | : . ' init: TRUE [12:33:01.183] | : . ' makeFutureBackend() ... [12:33:01.183] | : . ' , Backend function: <'NULL'> [12:33:01.183] | : . ' , Evaluator tweak arguments: [n=0] [12:33:01.183] | : . ' , list() [12:33:01.184] | : . ' , Evaluator formal arguments: [n=0] [12:33:01.184] | : . ' , list() [12:33:01.185] | : . ' , Backend factory arguments: [n=0] [12:33:01.185] | : . ' , NULL [12:33:01.186] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [12:33:01.186] | : . ' makeFutureBackend() ... done [12:33:01.186] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [12:33:01.187] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:01.187] | : Using SequentialFutureBackend ... [12:33:01.187] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [12:33:01.188] | : . Launching futures ... [12:33:01.188] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:01.189] | : . ' , getFutureData() ... [12:33:01.189] | : . ' , ; getFutureCore() ... [12:33:01.190] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:01.190] | : . ' , ; getFutureCore() ... done [12:33:01.190] | : . ' , ; getFutureCapture() ... [12:33:01.190] | : . ' , ; getFutureCapture() ... done [12:33:01.191] | : . ' , ; getFutureContext() ... [12:33:01.191] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:01.191] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:01.191] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:01.191] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:01.192] | : . ' , ; getFutureContext() ... done [12:33:01.192] | : . ' , getFutureData() ... done [12:33:01.196] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:01.197] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:01.197] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:01.198] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:01.198] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:01.199] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:01.199] | : . ' , ; ` | New stack: [12:33:01.199] | : . ' , ; ` | List of 1 [12:33:01.199] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:01.199] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.199] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:01.199] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.199] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.199] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.199] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:01.199] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.205] | : . ' , ; ` | Old stack: [12:33:01.205] | : . ' , ; ` | List of 1 [12:33:01.205] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:01.205] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.205] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:01.205] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.205] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.205] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.205] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:01.205] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.205] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.205] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.205] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.215] | : . ' , ; ` | Not identical [12:33:01.215] | : . ' , ; ` | all.equal() for future ... [12:33:01.216] | : . ' , ; ` | : List of 2 [12:33:01.216] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.216] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:01.216] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.216] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:01.216] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.216] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.216] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.225] | : . ' , ; ` | all.equal() for future ... done [12:33:01.225] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:01.225] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:01.225] | : . ' , ; ` List of future strategies: [12:33:01.225] | : . ' , ; ` 1. sequential: [12:33:01.225] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:01.225] | : . ' , ; ` - tweaked: FALSE [12:33:01.225] | : . ' , ; ` - call: plan(sequential) [12:33:01.227] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:01.227] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:01.232] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:01.232] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:01.232] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:01.233] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:01.233] | : . ' , ; ` | : New stack: [12:33:01.233] | : . ' , ; ` | : List of 1 [12:33:01.233] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:01.233] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.233] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:01.233] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.233] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.233] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.233] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:01.233] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.233] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.233] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.233] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.274] | : . ' , ; ` | : Old stack: [12:33:01.274] | : . ' , ; ` | : List of 1 [12:33:01.274] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:01.274] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.274] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:01.274] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.274] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.274] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.274] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:01.274] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.274] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.274] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.274] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.280] | : . ' , ; ` | : Identical [12:33:01.280] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:01.280] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:01.280] | : . ' , ; ` | List of future strategies: [12:33:01.280] | : . ' , ; ` | 1. sequential: [12:33:01.280] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:01.280] | : . ' , ; ` | - tweaked: FALSE [12:33:01.280] | : . ' , ; ` | - call: plan(sequential) [12:33:01.281] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:01.281] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:01.281] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:01.287] | : . ' , SequentialFuture started (and completed) [12:33:01.288] | : . ' , signalConditions() ... [12:33:01.288] | : . ' , ; include = 'immediateCondition' [12:33:01.289] | : . ' , ; exclude = [12:33:01.289] | : . ' , ; resignal = FALSE [12:33:01.289] | : . ' , ; Number of conditions: 6 [12:33:01.289] | : . ' , ; int 6 [12:33:01.290] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.290] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.291] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.291] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.291] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.291] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.292] | : . ' , signalConditions() ... done [12:33:01.292] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:01.292] | : . Launching futures ... done [12:33:01.293] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:01.293] | : Using SequentialFutureBackend ... done [12:33:01.293] | run() for 'Future' () ... done [12:33:01.293] 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 48d9b40aa90978b62b7c94c18bed5d3b-1 Owner process: 48d9b40aa90978b62b7c94c18bed5d3b Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03691912 secs (started 2025-07-29 12:33:01.193837) Worker process: 48d9b40aa90978b62b7c94c18bed5d3b > 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 48d9b40aa90978b62b7c94c18bed5d3b-1 Owner process: 48d9b40aa90978b62b7c94c18bed5d3b Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03691912 secs (started 2025-07-29 12:33:01.193837) Worker process: 48d9b40aa90978b62b7c94c18bed5d3b > 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 48d9b40aa90978b62b7c94c18bed5d3b-1 Owner process: 48d9b40aa90978b62b7c94c18bed5d3b Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.03691912 secs (started 2025-07-29 12:33:01.193837) Worker process: 48d9b40aa90978b62b7c94c18bed5d3b > 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 + }) [12:33:01.343] future(..., label = NULL) ... [12:33:01.343] | lazy: FALSE [12:33:01.343] | stdout: TRUE [12:33:01.344] | conditions: [n=1] 'condition' [12:33:01.344] | gc: FALSE [12:33:01.344] | earlySignal: FALSE [12:33:01.344] | getGlobalsAndPackages() ... [12:33:01.345] | : Searching for globals ... [12:33:01.350] | : . globals found: [1] '{' [12:33:01.350] | : Searching for globals ... done [12:33:01.350] | : Resolving globals: FALSE [12:33:01.351] | : Search for packages associated with the globals ... [12:33:01.351] | : . Packages associated with globals: [1] 'base' [12:33:01.352] | : . Packages: [1] 'base' [12:33:01.352] | : Search for packages associated with the globals ... done [12:33:01.353] | : Packages after dropping 'base': [0] [12:33:01.353] | : globals: [0] [12:33:01.353] | : packages: [0] [12:33:01.353] | getGlobalsAndPackages() ... done [12:33:01.354] | run() for 'Future' () ... [12:33:01.354] | : state: 'created' [12:33:01.355] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:01.355] | : plan("backend", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:01.355] | : Using SequentialFutureBackend ... [12:33:01.356] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [12:33:01.356] | : . Launching futures ... [12:33:01.357] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [12:33:01.357] | : . ' , getFutureData() ... [12:33:01.357] | : . ' , ; getFutureCore() ... [12:33:01.358] | : . ' , ; ` Packages needed by the future expression (n = 0): [12:33:01.358] | : . ' , ; getFutureCore() ... done [12:33:01.358] | : . ' , ; getFutureCapture() ... [12:33:01.359] | : . ' , ; getFutureCapture() ... done [12:33:01.359] | : . ' , ; getFutureContext() ... [12:33:01.360] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:01.360] | : . ' , ; ` | Getting stack without first backend: [n=0] [12:33:01.360] | : . ' , ; ` plan("tail", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:01.361] | : . ' , ; ` Packages needed by future backend (n = 0): [12:33:01.361] | : . ' , ; getFutureContext() ... done [12:33:01.361] | : . ' , getFutureData() ... done [12:33:01.365] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... [12:33:01.366] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [12:33:01.366] | : . ' , plan("list", .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [12:33:01.367] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:01.367] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:01.368] | : . ' , ; ` all.equal() for FutureStrategyList ... [12:33:01.368] | : . ' , ; ` | New stack: [12:33:01.368] | : . ' , ; ` | List of 1 [12:33:01.368] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:01.368] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.368] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [12:33:01.368] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.368] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.368] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.368] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:01.368] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.375] | : . ' , ; ` | Old stack: [12:33:01.376] | : . ' , ; ` | List of 1 [12:33:01.376] | : . ' , ; ` | $ :function (..., envir = parent.frame()) [12:33:01.376] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.376] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [12:33:01.376] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.376] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.376] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.376] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [12:33:01.376] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.376] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.376] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.376] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.383] | : . ' , ; ` | Not identical [12:33:01.383] | : . ' , ; ` | all.equal() for future ... [12:33:01.384] | : . ' , ; ` | : List of 2 [12:33:01.384] | : . ' , ; ` | : $ target :function (..., envir = parent.frame()) [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.384] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [12:33:01.384] | : . ' , ; ` | : $ current:function (..., envir = parent.frame()) [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.384] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:01.384] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.384] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.384] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.397] | : . ' , ; ` | all.equal() for future ... done [12:33:01.397] | : . ' , ; ` all.equal() for FutureStrategyList ... done [12:33:01.398] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:01.398] | : . ' , ; ` List of future strategies: [12:33:01.398] | : . ' , ; ` 1. sequential: [12:33:01.398] | : . ' , ; ` - args: function (..., envir = parent.frame(), workers = "") [12:33:01.398] | : . ' , ; ` - tweaked: FALSE [12:33:01.398] | : . ' , ; ` - call: plan(sequential) [12:33:01.399] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:01.399] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:01.403] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:01.404] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [12:33:01.404] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [12:33:01.405] | : . ' , ; ` | all.equal() for FutureStrategyList ... [12:33:01.405] | : . ' , ; ` | : New stack: [12:33:01.405] | : . ' , ; ` | : List of 1 [12:33:01.405] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:01.405] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.405] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:01.405] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.405] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.405] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.405] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:01.405] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.405] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.405] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.405] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.412] | : . ' , ; ` | : Old stack: [12:33:01.413] | : . ' , ; ` | : List of 1 [12:33:01.413] | : . ' , ; ` | : $ :function (..., envir = parent.frame()) [12:33:01.413] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [12:33:01.413] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [12:33:01.413] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.413] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.413] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.413] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [12:33:01.413] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [12:33:01.413] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [12:33:01.413] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [12:33:01.413] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [12:33:01.420] | : . ' , ; ` | : Identical [12:33:01.420] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [12:33:01.421] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [12:33:01.421] | : . ' , ; ` | List of future strategies: [12:33:01.421] | : . ' , ; ` | 1. sequential: [12:33:01.421] | : . ' , ; ` | - args: function (..., envir = parent.frame(), workers = "") [12:33:01.421] | : . ' , ; ` | - tweaked: FALSE [12:33:01.421] | : . ' , ; ` | - call: plan(sequential) [12:33:01.422] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [12:33:01.422] | : . ' , ; plan(<'FutureStrategyList'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:01.422] | : . ' , plan(<'name'>, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [12:33:01.423] | : . ' , SequentialFuture started (and completed) [12:33:01.424] | : . ' , signalConditions() ... [12:33:01.424] | : . ' , ; include = 'immediateCondition' [12:33:01.424] | : . ' , ; exclude = [12:33:01.425] | : . ' , ; resignal = FALSE [12:33:01.425] | : . ' , ; Number of conditions: 6 [12:33:01.425] | : . ' , ; int 6 [12:33:01.426] | : . ' , ; Condition #1 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.426] | : . ' , ; Condition #2 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.427] | : . ' , ; Condition #3 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.427] | : . ' , ; Condition #4 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.427] | : . ' , ; Condition #5 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.428] | : . ' , ; Condition #6 (class: 'simpleMessage', 'message', 'condition'): [12:33:01.428] | : . ' , signalConditions() ... done [12:33:01.428] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [12:33:01.429] | : . Launching futures ... done [12:33:01.429] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [12:33:01.429] | : Using SequentialFutureBackend ... done [12:33:01.430] | run() for 'Future' () ... done [12:33:01.430] 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 48d9b40aa90978b62b7c94c18bed5d3b-2 Owner process: 48d9b40aa90978b62b7c94c18bed5d3b Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.04028702 secs (started 2025-07-29 12:33:01.362478) Worker process: 48d9b40aa90978b62b7c94c18bed5d3b > 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 48d9b40aa90978b62b7c94c18bed5d3b-2 Owner process: 48d9b40aa90978b62b7c94c18bed5d3b Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.04028702 secs (started 2025-07-29 12:33:01.362478) Worker process: 48d9b40aa90978b62b7c94c18bed5d3b > 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 Asynchronous evaluation: TRUE Early signaling: FALSE Environment: R_GlobalEnv State: 'finished' Resolved: TRUE Unique identifier: 48d9b40aa90978b62b7c94c18bed5d3b-2 Owner process: 48d9b40aa90978b62b7c94c18bed5d3b Class: 'SequentialFuture', 'UniprocessFuture', 'Future' Value: 39 bytes of class 'numeric' Conditions captured: [n=6] 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage', 'simpleMessage' Duration: 0.04028702 secs (started 2025-07-29 12:33:01.362478) Worker process: 48d9b40aa90978b62b7c94c18bed5d3b > 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 Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/002.undo-state.R' Failed to undo environment variables: - Expected environment variables: [n=213] '!ExitCode', 'ALLUSERSPROFILE', 'APPDATA', 'BIBINPUTS', 'BINDIR', 'BSTINPUTS', 'COMMONPROGRAMFILES', 'COMPUTERNAME', 'COMSPEC', 'CURL_CA_BUNDLE', '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', 'TEXINPUTS', 'TMP', 'TMPDIR', 'USERDOMAIN', 'USERDOMAIN_ROAMINGPROFILE', 'USERNAME', 'USERPROFILE', 'WINDIR', '_', '_R_CHECK_AUTOCONF_', '_R_CHECK_BOGUS_RETURN_', '_R_CHECK_BROWSER_NONINTERACTIVE_', '_R_CHECK_BUILD_VIGNETTES_SEPARATELY_', '_R_CHECK_CODETOOLS_PROFILE_', '_R_CHECK_CODE_ASSIGN_TO_GLOBALENV_', '_R_CHECK_CODE_ATTACH_', '_R_CHECK_CODE_CLASS_IS_STRING_', '_R_CHECK_CODE_DATA_INTO_GLOBALENV_', '_R_CHECK_CODE_USAGE_VIA_NAMESPACES_', '_R_CHECK_CODE_USAGE_WITHOUT_LOADING_', '_R_CHECK_CODE_USAGE_WITH_ONLY_BASE_ATTACHED_', '_R_CHECK_CODOC_VARIABLES_IN_USAGES_', '_R_CHECK_COMPACT_DATA2_', '_R_CHECK_COMPILATION_FLAGS_', '_R_CHECK_CONNECTIONS_LEFT_OPEN_', '_R_CHECK_CRAN_INCOMING_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_MAYBE_', '_R_CHECK_CRAN_INCOMING_ASPELL_RECHECK_START_', '_R_CHECK_CRAN_INCOMING_CHECK_FILE_URIS_', '_R_CHECK_CRAN_INCOMING_CHECK_URLS_IN_PARALLEL_', '_R_CHECK_CRAN_INCOMING_NOTE_GNU_MAKE_', '_R_CHECK_CRAN_INCOMING_REMOTE_', '_R_CHECK_CRAN_INCOMING_USE_ASPELL_', '_R_CHECK_DATALIST_', '_R_CHECK_DEPRECATED_DEFUNCT_', '_R_CHECK_DOC_SIZES2_', '_R_CHECK_DOT_FIRSTLIB_', '_R_CHECK_DOT_INTERNAL_', '_R_CHECK_EXAMPLE_TIMING_THRESHOLD_', '_R_CHECK_EXECUTABLES_', '_R_CHECK_EXECUTABLES_EXCLUSIONS_', '_R_CHECK_FF_CALLS_', '_R_CHECK_FF_DUP_', '_R_CHECK_FORCE_SUGGESTS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_', '_R_CHECK_FUTURE_FILE_TIMESTAMPS_LEEWAY_', '_R_CHECK_HAVE_MYSQL_', '_R_CHECK_HAVE_ODBC_', '_R_CHECK_HAVE_PERL_', '_R_CHECK_HAVE_POSTGRES_', '_R_CHECK_INSTALL_DEPENDS_', '_R_CHECK_INTERNALS2_', '_R_CHECK_LENGTH_1_CONDITION_', '_R_CHECK_LICENSE_', '_R_CHECK_LIMIT_CORES_', '_R_CHECK_LOG_USE_INFO_', '_R_CHECK_MATRIX_DATA_', '_R_CHECK_MBCS_CONVERSION_FAILURE_', '_R_CHECK_NATIVE_ROUTINE_REGISTRATION_', '_R_CHECK_NEWS_IN_PLAIN_TEXT_', '_R_CHECK_NO_RECOMMENDED_', '_R_CHECK_NO_STOP_ON_TEST_ERROR_', '_R_CHECK_ORPHANED_', '_R_CHECK_OVERWRITE_REGISTERED_S3_METHODS_', '_R_CHECK_PACKAGES_USED_IGNORE_UNUSED_IMPORTS_', '_R_CHECK_PACKAGES_USED_IN_TESTS_USE_SUBDIRS_', '_R_CHECK_PACKAGE_DATASETS_SUPPRESS_NOTES_', '_R_CHECK_PACKAGE_NAME_', '_R_CHECK_PKG_SIZES_', '_R_CHECK_PKG_SIZES_THRESHOLD_', '_R_CHECK_PRAGMAS_', '_R_CHECK_RD_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_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: 03/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_07_29_12_30_17_31216' Sourcing 6 epilogue scripts ... done Test time: user.self=0.4s, sys.self=0.05s, elapsed=0.4s, user.child=NAs, sys.child=NAs Test 'futureOf_with_environment' ... success > > proc.time() user system elapsed 0.68 0.17 0.82