R Under development (unstable) (2025-05-08 r88190 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) [01:57:12.565] Option 'future.startup.script': TRUE [01:57:12.566] Future startup scripts considered: '.future.R', '~/.future.R' [01:57:12.566] 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 + } [01:57:12.569] future(..., label = NULL) ... [01:57:12.569] | lazy: FALSE [01:57:12.569] | stdout: TRUE [01:57:12.569] | conditions: [n=1] 'condition' [01:57:12.570] | gc: FALSE [01:57:12.570] | earlySignal: FALSE [01:57:12.570] | getGlobalsAndPackages() ... [01:57:12.571] | : Searching for globals ... [01:57:12.582] | : . globals found: [1] '{' [01:57:12.582] | : Searching for globals ... done [01:57:12.582] | : Resolving globals: FALSE [01:57:12.583] | : Search for packages associated with the globals ... [01:57:12.583] | : . Packages associated with globals: [1] 'base' [01:57:12.583] | : . Packages: [1] 'base' [01:57:12.584] | : Search for packages associated with the globals ... done [01:57:12.584] | : Packages after dropping 'base': [0] [01:57:12.586] | : globals: [0] [01:57:12.586] | : packages: [0] [01:57:12.586] | getGlobalsAndPackages() ... done [01:57:12.587] | run() for 'Future' (NULL) ... [01:57:12.587] | : state: 'created' [01:57:12.588] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:12.588] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... [01:57:12.588] | : . ' function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.588] | : . ' - attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.588] | : . ' - attr(*, "init")= logi TRUE [01:57:12.588] | : . ' - attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.588] | : . ' ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.588] | : . ' - attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.588] | : . ' - attr(*, "call")= language plan(sequential) [01:57:12.593] | : . ' init: TRUE [01:57:12.593] | : . ' makeFutureBackend() ... [01:57:12.593] | : . ' , Backend function: <'NULL'> [01:57:12.594] | : . ' , Evaluator tweak arguments: [n=0] [01:57:12.594] | : . ' , list() [01:57:12.594] | : . ' , Evaluator formal arguments: [n=2] [01:57:12.594] | : . ' , list() [01:57:12.595] | : . ' , Backend factory arguments: [n=2] [01:57:12.595] | : . ' , Dotted pair list of 2 [01:57:12.595] | : . ' , $ gc : logi FALSE [01:57:12.595] | : . ' , $ earlySignal: logi FALSE [01:57:12.596] | : . ' , Backend: <'SequentialFutureBackend', 'FutureBackend', 'environment'> [01:57:12.596] | : . ' makeFutureBackend() ... done [01:57:12.597] | : . plan(): plan_init() of 'sequential', 'uniprocess', 'future', 'function' ... done [01:57:12.597] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:12.597] | : Using SequentialFutureBackend ... [01:57:12.597] | : . Number of futures since start: 0 (0 created, 0 launched, 0 finished) [01:57:12.597] | : . Launching futures ... [01:57:12.598] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:12.598] | : . ' , getFutureData() ... [01:57:12.598] | : . ' , ; getFutureCore() ... [01:57:12.598] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:12.598] | : . ' , ; getFutureCore() ... done [01:57:12.599] | : . ' , ; getFutureCapture() ... [01:57:12.599] | : . ' , ; getFutureCapture() ... done [01:57:12.599] | : . ' , ; getFutureContext() ... [01:57:12.599] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:12.600] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:12.600] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:12.600] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:12.600] | : . ' , ; getFutureContext() ... done [01:57:12.600] | : . ' , getFutureData() ... done [01:57:12.602] | : . ' , attachPackages() ... [01:57:12.602] | : . ' , ; packages: [n=1] 'future' [01:57:12.602] | : . ' , attachPackages() ... done [01:57:12.602] | : . ' , attachPackages() ... [01:57:12.602] | : . ' , ; packages: [n=0] [01:57:12.603] | : . ' , attachPackages() ... done [01:57:12.603] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:12.603] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:12.604] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:12.604] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:12.604] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:12.605] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:12.605] | : . ' , ; ` | New stack: [01:57:12.605] | : . ' , ; ` | List of 1 [01:57:12.605] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.605] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.605] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:12.605] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.605] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.605] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.605] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:12.605] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.608] | : . ' , ; ` | Old stack: [01:57:12.608] | : . ' , ; ` | List of 1 [01:57:12.608] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.608] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.608] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:12.608] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.608] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.608] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.608] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:12.608] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.608] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.608] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.608] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.614] | : . ' , ; ` | Not identical [01:57:12.614] | : . ' , ; ` | all.equal() for future ... [01:57:12.614] | : . ' , ; ` | : List of 2 [01:57:12.614] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.614] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:12.614] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.614] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:12.614] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.614] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.614] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.621] | : . ' , ; ` | all.equal() for future ... done [01:57:12.621] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:12.621] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:12.622] | : . ' , ; ` List of future strategies: [01:57:12.622] | : . ' , ; ` 1. sequential: [01:57:12.622] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:12.622] | : . ' , ; ` - tweaked: FALSE [01:57:12.622] | : . ' , ; ` - call: plan(sequential) [01:57:12.623] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:12.623] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:12.626] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:12.627] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:12.627] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:12.627] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:12.627] | : . ' , ; ` | : New stack: [01:57:12.627] | : . ' , ; ` | : List of 1 [01:57:12.627] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.627] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.627] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:12.627] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.627] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.627] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.627] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:12.627] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.627] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.627] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.627] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.658] | : . ' , ; ` | : Old stack: [01:57:12.659] | : . ' , ; ` | : List of 1 [01:57:12.659] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.659] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.659] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:12.659] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.659] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.659] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.659] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:12.659] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.659] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.659] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.659] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.663] | : . ' , ; ` | : Identical [01:57:12.663] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:12.663] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:12.663] | : . ' , ; ` | List of future strategies: [01:57:12.663] | : . ' , ; ` | 1. sequential: [01:57:12.663] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:12.663] | : . ' , ; ` | - tweaked: FALSE [01:57:12.663] | : . ' , ; ` | - call: plan(sequential) [01:57:12.664] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:12.664] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:12.664] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:12.668] | : . ' , SequentialFuture started (and completed) [01:57:12.669] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:12.669] | : . Launching futures ... done [01:57:12.669] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:12.669] | : Using SequentialFutureBackend ... done [01:57:12.670] | run() for 'Future' (NULL) ... done [01:57:12.670] future(..., label = NULL) ... done > f1 <- futureOf("a", envir = x) > print(f1) SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 07e4e65307be05f431f53fc5ca88d812 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > 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: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 07e4e65307be05f431f53fc5ca88d812 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > stopifnot(identical(names(fs), c("a"))) > stopifnot(identical(fs$a, f1)) > fsD <- futureOf(envir = x, drop = TRUE) > print(fsD) $a SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 07e4e65307be05f431f53fc5ca88d812 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > 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 + }) [01:57:12.675] future(..., label = NULL) ... [01:57:12.675] | lazy: FALSE [01:57:12.675] | stdout: TRUE [01:57:12.675] | conditions: [n=1] 'condition' [01:57:12.675] | gc: FALSE [01:57:12.676] | earlySignal: FALSE [01:57:12.676] | getGlobalsAndPackages() ... [01:57:12.676] | : Searching for globals ... [01:57:12.707] | : . globals found: [1] '{' [01:57:12.707] | : Searching for globals ... done [01:57:12.708] | : Resolving globals: FALSE [01:57:12.708] | : Search for packages associated with the globals ... [01:57:12.708] | : . Packages associated with globals: [1] 'base' [01:57:12.708] | : . Packages: [1] 'base' [01:57:12.709] | : Search for packages associated with the globals ... done [01:57:12.709] | : Packages after dropping 'base': [0] [01:57:12.709] | : globals: [0] [01:57:12.709] | : packages: [0] [01:57:12.709] | getGlobalsAndPackages() ... done [01:57:12.710] | run() for 'Future' (NULL) ... [01:57:12.710] | : state: 'created' [01:57:12.710] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:12.710] | : plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:12.710] | : Using SequentialFutureBackend ... [01:57:12.710] | : . Number of futures since start: 1 (1 created, 1 launched, 1 finished) [01:57:12.711] | : . Launching futures ... [01:57:12.711] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... [01:57:12.711] | : . ' , getFutureData() ... [01:57:12.711] | : . ' , ; getFutureCore() ... [01:57:12.711] | : . ' , ; ` Packages needed by the future expression (n = 0): [01:57:12.711] | : . ' , ; getFutureCore() ... done [01:57:12.712] | : . ' , ; getFutureCapture() ... [01:57:12.712] | : . ' , ; getFutureCapture() ... done [01:57:12.712] | : . ' , ; getFutureContext() ... [01:57:12.712] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:12.712] | : . ' , ; ` | Getting stack without first backend: [n=0] [01:57:12.713] | : . ' , ; ` plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:12.713] | : . ' , ; ` Packages needed by future backend (n = 0): [01:57:12.713] | : . ' , ; getFutureContext() ... done [01:57:12.713] | : . ' , getFutureData() ... done [01:57:12.713] | : . ' , attachPackages() ... [01:57:12.713] | : . ' , ; packages: [n=1] 'future' [01:57:12.714] | : . ' , attachPackages() ... done [01:57:12.714] | : . ' , attachPackages() ... [01:57:12.714] | : . ' , ; packages: [n=0] [01:57:12.714] | : . ' , attachPackages() ... done [01:57:12.715] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... [01:57:12.715] | : . ' , ; Getting full stack: [n=1] 'sequential', 'uniprocess', 'future', 'function' [01:57:12.715] | : . ' , plan(, .skip = FALSE, .cleanup = NA, .init = TRUE) ... done [01:57:12.715] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:12.716] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:12.716] | : . ' , ; ` all.equal() for FutureStrategyList ... [01:57:12.716] | : . ' , ; ` | New stack: [01:57:12.716] | : . ' , ; ` | List of 1 [01:57:12.716] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.716] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.716] | : . ' , ; ` | ..- attr(*, "init")= logi TRUE [01:57:12.716] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.716] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.716] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.716] | : . ' , ; ` | ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:12.716] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.719] | : . ' , ; ` | Old stack: [01:57:12.720] | : . ' , ; ` | List of 1 [01:57:12.720] | : . ' , ; ` | $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.720] | : . ' , ; ` | ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.720] | : . ' , ; ` | ..- attr(*, "init")= chr "done" [01:57:12.720] | : . ' , ; ` | ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.720] | : . ' , ; ` | .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.720] | : . ' , ; ` | ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.720] | : . ' , ; ` | ..- attr(*, "call")= language plan(sequential) [01:57:12.720] | : . ' , ; ` | ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.720] | : . ' , ; ` | .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.720] | : . ' , ; ` | .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.720] | : . ' , ; ` | - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.724] | : . ' , ; ` | Not identical [01:57:12.724] | : . ' , ; ` | all.equal() for future ... [01:57:12.724] | : . ' , ; ` | : List of 2 [01:57:12.724] | : . ' , ; ` | : $ target :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "init")= logi TRUE [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.724] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "call")= language plan(strategiesR, .cleanup = FALSE, .init = FALSE) [01:57:12.724] | : . ' , ; ` | : $ current:function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.724] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:12.724] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.724] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.724] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.732] | : . ' , ; ` | all.equal() for future ... done [01:57:12.733] | : . ' , ; ` all.equal() for FutureStrategyList ... done [01:57:12.733] | : . ' , ; ` plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:12.734] | : . ' , ; ` List of future strategies: [01:57:12.734] | : . ' , ; ` 1. sequential: [01:57:12.734] | : . ' , ; ` - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:12.734] | : . ' , ; ` - tweaked: FALSE [01:57:12.734] | : . ' , ; ` - call: plan(sequential) [01:57:12.735] | : . ' , ; plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:12.735] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:12.739] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:12.739] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... [01:57:12.740] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... [01:57:12.740] | : . ' , ; ` | all.equal() for FutureStrategyList ... [01:57:12.740] | : . ' , ; ` | : New stack: [01:57:12.741] | : . ' , ; ` | : List of 1 [01:57:12.741] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.741] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.741] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:12.741] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.741] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.741] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.741] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:12.741] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.741] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.741] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.741] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.748] | : . ' , ; ` | : Old stack: [01:57:12.748] | : . ' , ; ` | : List of 1 [01:57:12.748] | : . ' , ; ` | : $ :function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame()) [01:57:12.748] | : . ' , ; ` | : ..- attr(*, "class")= chr [1:4] "sequential" "uniprocess" "future" "function" [01:57:12.748] | : . ' , ; ` | : ..- attr(*, "init")= chr "done" [01:57:12.748] | : . ' , ; ` | : ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.748] | : . ' , ; ` | : .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.748] | : . ' , ; ` | : ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.748] | : . ' , ; ` | : ..- attr(*, "call")= language plan(sequential) [01:57:12.748] | : . ' , ; ` | : ..- attr(*, "backend")=Classes 'SequentialFutureBackend', 'FutureBackend', 'environment' [01:57:12.748] | : . ' , ; ` | : .. ..- attr(*, "factory")=function (..., maxSizeOfObjects = +Inf) [01:57:12.748] | : . ' , ; ` | : .. .. ..- attr(*, "tweakable")= chr [1:5] "maxSizeOfObjects" "earlySignal" "gc" "interrupts" ... [01:57:12.748] | : . ' , ; ` | : - attr(*, "class")= chr [1:2] "FutureStrategyList" "list" [01:57:12.755] | : . ' , ; ` | : Identical [01:57:12.755] | : . ' , ; ` | all.equal() for FutureStrategyList ... done [01:57:12.755] | : . ' , ; ` | plan(): Skip setting new future backend stack because it is the same as the current one: [01:57:12.755] | : . ' , ; ` | List of future strategies: [01:57:12.755] | : . ' , ; ` | 1. sequential: [01:57:12.755] | : . ' , ; ` | - args: function (..., gc = FALSE, earlySignal = FALSE, envir = parent.frame(), workers = "") [01:57:12.755] | : . ' , ; ` | - tweaked: FALSE [01:57:12.755] | : . ' , ; ` | - call: plan(sequential) [01:57:12.756] | : . ' , ; ` plan(): plan_set(<1 strategies>, skip = FALSE, cleanup = FALSE, init = FALSE) ... done [01:57:12.757] | : . ' , ; plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:12.757] | : . ' , plan(, .skip = FALSE, .cleanup = FALSE, .init = FALSE) ... done [01:57:12.758] | : . ' , SequentialFuture started (and completed) [01:57:12.758] | : . ' launchFuture() for 'SequentialFutureBackend', 'FutureBackend', 'environment' ... done [01:57:12.758] | : . Launching futures ... done [01:57:12.758] | : . Future launched: 'SequentialFuture', 'UniprocessFuture', 'Future' [01:57:12.759] | : Using SequentialFutureBackend ... done [01:57:12.759] | run() for 'Future' (NULL) ... done [01:57:12.759] future(..., label = NULL) ... done > f1 <- futureOf("a", envir = x) > print(f1) SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 07e4e65307be05f431f53fc5ca88d812 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > 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: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 07e4e65307be05f431f53fc5ca88d812 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > stopifnot(identical(names(fs), c("a"))) > stopifnot(identical(fs$a, f1)) > fsD <- futureOf(envir = x, drop = TRUE) > print(fsD) $a SequentialFuture: Label: NULL Expression: { 1 } Lazy evaluation: FALSE Asynchronous evaluation: TRUE Local evaluation: TRUE Environment: R_GlobalEnv Capture standard output: TRUE Capture condition classes: 'condition' (excluding '') Immediate condition classes: 'immediateCondition' Globals: Packages: L'Ecuyer-CMRG RNG seed: (seed = FALSE) State: 'finished' Resolved: TRUE Value: 39 bytes of class 'numeric' Early signaling: FALSE Owner process: 07e4e65307be05f431f53fc5ca88d812 Class: 'SequentialFuture', 'UniprocessFuture', 'Future' > 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_SPECIAL__', '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_05_09_01_55_17_23336' Sourcing 6 epilogue scripts ... done Test time: user.self=0.3s, sys.self=0.02s, elapsed=0.3s, user.child=NAs, sys.child=NAs Test 'futureOf_with_environment' ... success > > proc.time() user system elapsed 0.46 0.12 0.53