R Under development (unstable) (2025-06-05 r88281 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-future_lapply,RNG.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > future.apply:::testme("future_lapply,RNG") Test 'future_lapply,RNG' ... Sourcing 9 prologue scripts ... 01/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/001.load.R' 02/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/002.record-state.R' 03/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/030.imports.R' 04/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/050.utils.R' 05/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/090.context.R' 06/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/090.options.R' 07/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/091.envvars.R' 08/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/099.future-setup.R' 09/09 prologue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_prologue/995.detrius-connections.R' Sourcing 9 prologue scripts ... done Running test script: 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/test-future_lapply,RNG.R' > library(future.apply) Loading required package: future > message("*** future_lapply() and RNGs ...") *** future_lapply() and RNGs ... > options(future.debug = FALSE) > message("* future_lapply(x, ..., future.seed = ) ...") * future_lapply(x, ..., future.seed = ) ... > res <- tryCatch({ + y <- future_lapply(1:3, FUN = identity, future.seed = as.list(1:2)) + }, error = identity) > print(res) > stopifnot(inherits(res, "simpleError")) > res <- tryCatch({ + y <- future_lapply(1:3, FUN = identity, future.seed = list(1, + 2, 3:4)) + }, error = identity) > print(res) > stopifnot(inherits(res, "simpleError")) > res <- tryCatch({ + y <- future_lapply(1:3, FUN = identity, future.seed = as.list(1:3)) + }, error = identity) > print(res) > stopifnot(inherits(res, "simpleError")) > seeds <- lapply(1:3, FUN = as_lecyer_cmrg_seed) > res <- tryCatch({ + y <- future_lapply(1:3, FUN = identity, future.seed = lapply(seeds, + FUN = as.numeric)) + }, error = identity) > print(res) > stopifnot(inherits(res, "simpleError")) > seeds[[1]][1] <- seeds[[1]][1] + 1 > res <- tryCatch({ + y <- future_lapply(1:3, FUN = identity, future.seed = seeds) + }, error = identity) > print(res) > stopifnot(inherits(res, "simpleError")) > message("* future_lapply(x, ..., future.seed = ) ... DONE") * future_lapply(x, ..., future.seed = ) ... DONE > x <- 1:5 > message("* future_lapply(x, ..., future.seed = FALSE) ...") * future_lapply(x, ..., future.seed = FALSE) ... > y0 <- y0_nested <- seed00 <- NULL > for (cores in 1:availCores) { + message(sprintf(" - Testing with %d cores ...", cores)) + options(mc.cores = cores) + for (strategy in .... [TRUNCATED] - Testing with 1 cores ... * plan('sequential') ... List of 1 $ y: int [1:5] 1 2 3 4 5 * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... List of 1 $ y: int [1:5] 1 2 3 4 5 * plan('multisession') ... DONE - Testing with 2 cores ... DONE > message("* future_lapply(x, ..., future.seed = FALSE) ... DONE") * future_lapply(x, ..., future.seed = FALSE) ... DONE > seed_sets <- list(A = TRUE, C = 42, D = as_lecyer_cmrg_seed(42), + E = list(), F = vector("list", length = length(x)), G = NULL) > seeds <- lapply(seq_along(x), FUN = function(i) { + set.seed(i) + globalenv()$.Random.seed + }) > seed_sets$E <- seeds > seeds <- seed_sets$F > seeds[[1]] <- seed_sets$D > for (kk in 2:length(x)) seeds[[kk]] <- parallel::nextRNGStream(seeds[[kk - + 1]]) > seed_sets$F <- seeds > seed_sets$G <- seed_sets$A > rm(list = "seeds") > for (name in names(seed_sets)) { + future.seed <- seed_sets[[name]] + if (is.list(future.seed)) { + label <- sprintf(") ... - Testing with 1 cores ... * plan('sequential') ... List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y: num [1:5] -0.626 -0.897 -0.962 0.217 -0.841 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 * plan('multisession') ... DONE - Testing with 2 cores ... DONE * future_lapply(x, ..., future.seed = ) ... DONE * future_lapply(x, ..., future.seed = ) ... - Testing with 1 cores ... * plan('sequential') ... List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y: num [1:5] -0.9391 1.1193 -0.2085 0.0011 0.2263 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 * plan('multisession') ... DONE - Testing with 2 cores ... DONE * future_lapply(x, ..., future.seed = ) ... DONE * future_lapply(x, ..., future.seed = TRUE) ... - Testing with 1 cores ... * plan('sequential') ... List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 * plan('sequential') ... DONE - Testing with 1 cores ... DONE - Testing with 2 cores ... * plan('multisession') ... List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y: num [1:5] -1.316 -1.5 2.787 -0.193 -1.704 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 List of 1 $ y:List of 5 ..$ :List of 4 .. ..$ i : int 1 .. ..$ seed : int [1:7] 10407 -1871565002 1968597656 -505666782 1055078269 658163990 1090264187 .. ..$ sample: num -1.73 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -122323274 442418215 -314150398 -1994370242 -1572376734 -1226578877 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 ..$ :List of 4 .. ..$ i : int 2 .. ..$ seed : int [1:7] 10407 -503482957 -863217979 -980579484 -1807161053 -1917089476 -126101442 .. ..$ sample: num -0.613 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1871254577 -825239395 875794779 -247498306 438043846 1608281042 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 ..$ :List of 4 .. ..$ i : int 3 .. ..$ seed : int [1:7] 10407 -1416887823 -1951372948 -290339832 1953140740 518544831 1295962379 .. ..$ sample: num -1.3 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 997135606 1479245243 -2016452053 1100999787 -104552021 2044111928 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 ..$ :List of 4 .. ..$ i : int 4 .. ..$ seed : int [1:7] 10407 -1895924057 1338330203 1337745945 -1864062382 -246625186 85998543 .. ..$ sample: num 1.62 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 -1269057340 -1399655485 1519579598 -1180765060 1521246727 -1017612807 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 ..$ :List of 4 .. ..$ i : int 5 .. ..$ seed : int [1:7] 10407 159795861 -1341632454 -672147384 -2118510370 -486654842 1639834115 .. ..$ sample: num 0.684 .. ..$ z :List of 3 .. .. ..$ :List of 2 .. .. .. ..$ j : int 1 .. .. .. ..$ seed: int [1:7] 10407 1613341724 1511905231 -48934370 201757509 -191270057 -252590183 .. .. ..$ :List of 2 .. .. .. ..$ j : int 2 .. .. .. ..$ seed: int [1:7] 10407 1846266912 1321142837 2076962100 -1723920069 -1063347708 542913105 .. .. ..$ :List of 2 .. .. .. ..$ j : int 3 .. .. .. ..$ seed: int [1:7] 10407 1128582173 1654094174 -1602611927 417070242 159418060 622348586 * plan('multisession') ... DONE - Testing with 2 cores ... DONE * future_lapply(x, ..., future.seed = TRUE) ... DONE > message("*** future_lapply() and RNGs ... DONE") *** future_lapply() and RNGs ... DONE Sourcing 6 epilogue scripts ... 01/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/001.undo-future.R' 02/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/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.apply/testme/_epilogue/090.gc.R' 04/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/099.session_info.R' 05/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/995.detritus-connections.R' 06/06 epilogue script 'D:/RCompile/CRANincoming/R-devel/lib/future.apply/testme/_epilogue/999.detritus-files.R' Skipping, because path appears not to be an 'R CMD check' folder: 'D:/temp/2025_06_06_08_50_17_9343' Sourcing 6 epilogue scripts ... done Test time: user.self=2e+01s, sys.self=2s, elapsed=3e+01s, user.child=NAs, sys.child=NAs Test 'future_lapply,RNG' ... success > > proc.time() user system elapsed 20.84 1.68 30.79