R version 4.6.0 alpha (2026-04-01 r89771 ucrt) Copyright (C) 2026 The R Foundation for Statistical Computing Platform: x86_64-w64-mingw32/x64 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > #! /usr/bin/env Rscript > ## This runs testme test script inst/testme/test-progressify-furrr.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > progressify:::testme("progressify-furrr") Test 'progressify-furrr' ... chr "none" > if (requireNamespace("furrr")) { + library(progressify) + library(furrr) + options(progressify.debug = TRUE) + y <- progressify(futu .... [TRUNCATED] Loading required namespace: furrr Loading required package: progressr Loading required package: future [10:25:55.343] progressify() ... [10:25:55.345] | transpile() ... [10:25:55.345] | : get_transpiler() ... [10:25:55.346] | : . Finding call to be transpiled ... [10:25:55.347] | : . | descend_wrappers() ... [10:25:55.347] | : . | : Call: [10:25:55.348] | : . | : future_map [10:25:55.349] | : . | : parse_call() ... [10:25:55.350] | : . | : . Function: future_map(...) [10:25:55.350] | : . | : . Locate function ... [10:25:55.351] | : . | : . | Function located in: 'furrr' [10:25:55.351] | : . | : . Locate function ... done [10:25:55.352] | : . | : parse_call() ... done [10:25:55.352] | : . | descend_wrappers() ... done [10:25:55.353] | : . | parse_call() ... [10:25:55.353] | : . | : Function: future_map(...) [10:25:55.354] | : . | : Locate function ... [10:25:55.354] | : . | : . Function located in: 'furrr' [10:25:55.355] | : . | : Locate function ... done [10:25:55.355] | : . | parse_call() ... done [10:25:55.356] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.356] | : . | future_map [10:25:55.357] | : . Finding call to be transpiled ... done [10:25:55.358] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.358] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.359] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.359] | : . | Transpiler function: [10:25:55.360] | : . | function (expr, options) [10:25:55.360] | : . | { [10:25:55.360] | : . | ns <- getNamespace("furrr") [10:25:55.360] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.360] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.360] | : . | envir = parent.frame()) [10:25:55.360] | : . | } [10:25:55.360] | : . | [10:25:55.361] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.361] | : get_transpiler() ... done [10:25:55.362] | : Transpile call expression ... [10:25:55.363] | : . local(future_map({ [10:25:55.363] | : . .progressr_progressor <- progressr::progressor(along = 1:3) [10:25:55.363] | : . 1:3 [10:25:55.363] | : . }, local({ [10:25:55.363] | : . .progressr_f <- purrr::as_mapper(function(x) { [10:25:55.363] | : . print(x) [10:25:55.363] | : . }) [10:25:55.363] | : . function(..., .progressr_progressor) { [10:25:55.363] | : . on.exit(.progressr_progressor()) [10:25:55.363] | : . .progressr_f(...) [10:25:55.363] | : . } [10:25:55.363] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.364] | : Transpile call expression ... done [10:25:55.364] | : Evaluate transpiled call expression [1] 1 [1] 2 [1] 3 [10:25:55.467] | transpile() ... done [10:25:55.467] progressify() ... done [[1]] [1] 1 [[2]] [1] 2 [[3]] [1] 3 === future_map ========================== future_map(xs, FUN) --------------------------------- progressify(future_map(xs, FUN)) [10:25:55.536] progressify() ... [10:25:55.536] | transpile() ... [10:25:55.537] | : get_transpiler() ... [10:25:55.537] | : . Finding call to be transpiled ... [10:25:55.538] | : . | descend_wrappers() ... [10:25:55.538] | : . | : Call: [10:25:55.539] | : . | : future_map [10:25:55.539] | : . | : parse_call() ... [10:25:55.540] | : . | : . Function: future_map(...) [10:25:55.540] | : . | : . Locate function ... [10:25:55.541] | : . | : . | Function located in: 'furrr' [10:25:55.541] | : . | : . Locate function ... done [10:25:55.542] | : . | : parse_call() ... done [10:25:55.542] | : . | descend_wrappers() ... done [10:25:55.543] | : . | parse_call() ... [10:25:55.543] | : . | : Function: future_map(...) [10:25:55.544] | : . | : Locate function ... [10:25:55.544] | : . | : . Function located in: 'furrr' [10:25:55.545] | : . | : Locate function ... done [10:25:55.545] | : . | parse_call() ... done [10:25:55.546] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.546] | : . | future_map [10:25:55.547] | : . Finding call to be transpiled ... done [10:25:55.547] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.548] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.548] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.549] | : . | Transpiler function: [10:25:55.549] | : . | function (expr, options) [10:25:55.549] | : . | { [10:25:55.549] | : . | ns <- getNamespace("furrr") [10:25:55.549] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.549] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.549] | : . | envir = parent.frame()) [10:25:55.549] | : . | } [10:25:55.549] | : . | [10:25:55.550] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.550] | : get_transpiler() ... done [10:25:55.551] | : Transpile call expression ... [10:25:55.551] | : . local(future_map({ [10:25:55.551] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:55.551] | : . xs [10:25:55.551] | : . }, local({ [10:25:55.551] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:55.551] | : . function(..., .progressr_progressor) { [10:25:55.551] | : . on.exit(.progressr_progressor()) [10:25:55.551] | : . .progressr_f(...) [10:25:55.551] | : . } [10:25:55.551] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.552] | : Transpile call expression ... done [10:25:55.553] | : Evaluate transpiled call expression [10:25:55.602] | transpile() ... done [10:25:55.602] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:25:55.606] progressify() ... [10:25:55.607] | transpile() ... [10:25:55.607] | : get_transpiler() ... [10:25:55.608] | : . Finding call to be transpiled ... [10:25:55.608] | : . | descend_wrappers() ... [10:25:55.609] | : . | : Call: [10:25:55.609] | : . | : future_map [10:25:55.610] | : . | : parse_call() ... [10:25:55.610] | : . | : . Function: future_map(...) [10:25:55.611] | : . | : . Locate function ... [10:25:55.611] | : . | : . | Function located in: 'furrr' [10:25:55.612] | : . | : . Locate function ... done [10:25:55.612] | : . | : parse_call() ... done [10:25:55.613] | : . | descend_wrappers() ... done [10:25:55.613] | : . | parse_call() ... [10:25:55.614] | : . | : Function: future_map(...) [10:25:55.614] | : . | : Locate function ... [10:25:55.615] | : . | : . Function located in: 'furrr' [10:25:55.615] | : . | : Locate function ... done [10:25:55.616] | : . | parse_call() ... done [10:25:55.616] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.617] | : . | future_map [10:25:55.617] | : . Finding call to be transpiled ... done [10:25:55.618] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.618] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.619] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.619] | : . | Transpiler function: [10:25:55.620] | : . | function (expr, options) [10:25:55.620] | : . | { [10:25:55.620] | : . | ns <- getNamespace("furrr") [10:25:55.620] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.620] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.620] | : . | envir = parent.frame()) [10:25:55.620] | : . | } [10:25:55.620] | : . | [10:25:55.621] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.621] | : get_transpiler() ... done [10:25:55.621] | : Transpile call expression ... [10:25:55.622] | : . local(future_map({ [10:25:55.622] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:55.622] | : . xs [10:25:55.622] | : . }, local({ [10:25:55.622] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:55.622] | : . function(..., .progressr_progressor) { [10:25:55.622] | : . on.exit(.progressr_progressor()) [10:25:55.622] | : . .progressr_f(...) [10:25:55.622] | : . } [10:25:55.622] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.623] | : Transpile call expression ... done [10:25:55.624] | : Evaluate transpiled call expression [10:25:55.670] | transpile() ... done [10:25:55.671] progressify() ... done character(0) [10:25:55.671] progressify() ... [10:25:55.672] | transpile() ... [10:25:55.672] | : get_transpiler() ... [10:25:55.673] | : . Finding call to be transpiled ... [10:25:55.673] | : . | descend_wrappers() ... [10:25:55.674] | : . | : Call: [10:25:55.674] | : . | : future_map [10:25:55.675] | : . | : parse_call() ... [10:25:55.675] | : . | : . Function: future_map(...) [10:25:55.676] | : . | : . Locate function ... [10:25:55.676] | : . | : . | Function located in: 'furrr' [10:25:55.677] | : . | : . Locate function ... done [10:25:55.677] | : . | : parse_call() ... done [10:25:55.678] | : . | descend_wrappers() ... done [10:25:55.678] | : . | parse_call() ... [10:25:55.679] | : . | : Function: future_map(...) [10:25:55.679] | : . | : Locate function ... [10:25:55.680] | : . | : . Function located in: 'furrr' [10:25:55.680] | : . | : Locate function ... done [10:25:55.681] | : . | parse_call() ... done [10:25:55.681] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.682] | : . | future_map [10:25:55.682] | : . Finding call to be transpiled ... done [10:25:55.683] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.683] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.684] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.684] | : . | Transpiler function: [10:25:55.685] | : . | function (expr, options) [10:25:55.685] | : . | { [10:25:55.685] | : . | ns <- getNamespace("furrr") [10:25:55.685] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.685] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.685] | : . | envir = parent.frame()) [10:25:55.685] | : . | } [10:25:55.685] | : . | [10:25:55.685] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.686] | : get_transpiler() ... done [10:25:55.686] | : Transpile call expression ... [10:25:55.687] | : . local(future_map({ [10:25:55.687] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:55.687] | : . xs [10:25:55.687] | : . }, local({ [10:25:55.687] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:55.687] | : . function(..., .progressr_progressor) { [10:25:55.687] | : . on.exit(.progressr_progressor()) [10:25:55.687] | : . .progressr_f(...) [10:25:55.687] | : . } [10:25:55.687] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.688] | : Transpile call expression ... done [10:25:55.689] | : Evaluate transpiled call expression [10:25:55.737] | transpile() ... done [10:25:55.738] progressify() ... done === future_map ========================== furrr::future_map(xs, FUN) --------------------------------- progressify(furrr::future_map(xs, FUN)) [10:25:55.786] progressify() ... [10:25:55.787] | transpile() ... [10:25:55.788] | : get_transpiler() ... [10:25:55.788] | : . Finding call to be transpiled ... [10:25:55.789] | : . | descend_wrappers() ... [10:25:55.789] | : . | : Call: [10:25:55.790] | : . | : furrr::future_map [10:25:55.790] | : . | : parse_call() ... [10:25:55.791] | : . | : . Function: furrr::future_map(...) [10:25:55.791] | : . | : parse_call() ... done [10:25:55.792] | : . | descend_wrappers() ... done [10:25:55.792] | : . | parse_call() ... [10:25:55.793] | : . | : Function: furrr::future_map(...) [10:25:55.793] | : . | parse_call() ... done [10:25:55.794] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.794] | : . | furrr::future_map [10:25:55.795] | : . Finding call to be transpiled ... done [10:25:55.795] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.796] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.796] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.797] | : . | Transpiler function: [10:25:55.797] | : . | function (expr, options) [10:25:55.797] | : . | { [10:25:55.797] | : . | ns <- getNamespace("furrr") [10:25:55.797] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.797] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.797] | : . | envir = parent.frame()) [10:25:55.797] | : . | } [10:25:55.797] | : . | [10:25:55.798] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.798] | : get_transpiler() ... done [10:25:55.799] | : Transpile call expression ... [10:25:55.800] | : . local(furrr::future_map({ [10:25:55.800] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:55.800] | : . xs [10:25:55.800] | : . }, local({ [10:25:55.800] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:55.800] | : . function(..., .progressr_progressor) { [10:25:55.800] | : . on.exit(.progressr_progressor()) [10:25:55.800] | : . .progressr_f(...) [10:25:55.800] | : . } [10:25:55.800] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.801] | : Transpile call expression ... done [10:25:55.801] | : Evaluate transpiled call expression [10:25:55.849] | transpile() ... done [10:25:55.850] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:25:55.853] progressify() ... [10:25:55.854] | transpile() ... [10:25:55.854] | : get_transpiler() ... [10:25:55.855] | : . Finding call to be transpiled ... [10:25:55.855] | : . | descend_wrappers() ... [10:25:55.856] | : . | : Call: [10:25:55.856] | : . | : furrr::future_map [10:25:55.857] | : . | : parse_call() ... [10:25:55.857] | : . | : . Function: furrr::future_map(...) [10:25:55.858] | : . | : parse_call() ... done [10:25:55.858] | : . | descend_wrappers() ... done [10:25:55.859] | : . | parse_call() ... [10:25:55.859] | : . | : Function: furrr::future_map(...) [10:25:55.860] | : . | parse_call() ... done [10:25:55.860] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.861] | : . | furrr::future_map [10:25:55.861] | : . Finding call to be transpiled ... done [10:25:55.862] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.862] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.863] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.863] | : . | Transpiler function: [10:25:55.864] | : . | function (expr, options) [10:25:55.864] | : . | { [10:25:55.864] | : . | ns <- getNamespace("furrr") [10:25:55.864] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.864] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.864] | : . | envir = parent.frame()) [10:25:55.864] | : . | } [10:25:55.864] | : . | [10:25:55.864] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.865] | : get_transpiler() ... done [10:25:55.865] | : Transpile call expression ... [10:25:55.866] | : . local(furrr::future_map({ [10:25:55.866] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:55.866] | : . xs [10:25:55.866] | : . }, local({ [10:25:55.866] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:55.866] | : . function(..., .progressr_progressor) { [10:25:55.866] | : . on.exit(.progressr_progressor()) [10:25:55.866] | : . .progressr_f(...) [10:25:55.866] | : . } [10:25:55.866] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.867] | : Transpile call expression ... done [10:25:55.867] | : Evaluate transpiled call expression [10:25:55.914] | transpile() ... done [10:25:55.915] progressify() ... done character(0) [10:25:55.915] progressify() ... [10:25:55.916] | transpile() ... [10:25:55.916] | : get_transpiler() ... [10:25:55.917] | : . Finding call to be transpiled ... [10:25:55.917] | : . | descend_wrappers() ... [10:25:55.918] | : . | : Call: [10:25:55.918] | : . | : furrr::future_map [10:25:55.919] | : . | : parse_call() ... [10:25:55.919] | : . | : . Function: furrr::future_map(...) [10:25:55.920] | : . | : parse_call() ... done [10:25:55.920] | : . | descend_wrappers() ... done [10:25:55.921] | : . | parse_call() ... [10:25:55.921] | : . | : Function: furrr::future_map(...) [10:25:55.922] | : . | parse_call() ... done [10:25:55.922] | : . | Position of call to be transpiled in expression: c(1) [10:25:55.923] | : . | furrr::future_map [10:25:55.924] | : . Finding call to be transpiled ... done [10:25:55.924] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:55.925] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:55.925] | : . | Transpiler description: furrr::future_map() transpiler [10:25:55.926] | : . | Transpiler function: [10:25:55.926] | : . | function (expr, options) [10:25:55.926] | : . | { [10:25:55.926] | : . | ns <- getNamespace("furrr") [10:25:55.926] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:55.926] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:55.926] | : . | envir = parent.frame()) [10:25:55.926] | : . | } [10:25:55.926] | : . | [10:25:55.927] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:55.927] | : get_transpiler() ... done [10:25:55.928] | : Transpile call expression ... [10:25:55.928] | : . local(furrr::future_map({ [10:25:55.928] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:55.928] | : . xs [10:25:55.928] | : . }, local({ [10:25:55.928] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:55.928] | : . function(..., .progressr_progressor) { [10:25:55.928] | : . on.exit(.progressr_progressor()) [10:25:55.928] | : . .progressr_f(...) [10:25:55.928] | : . } [10:25:55.928] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:55.929] | : Transpile call expression ... done [10:25:55.930] | : Evaluate transpiled call expression [10:25:55.989] | transpile() ... done [10:25:55.989] progressify() ... done === future_map ========================== furrr::future_map(.x = xs, .f = FUN) --------------------------------- progressify(furrr::future_map(.x = xs, .f = FUN)) [10:25:56.037] progressify() ... [10:25:56.038] | transpile() ... [10:25:56.038] | : get_transpiler() ... [10:25:56.039] | : . Finding call to be transpiled ... [10:25:56.039] | : . | descend_wrappers() ... [10:25:56.040] | : . | : Call: [10:25:56.040] | : . | : furrr::future_map [10:25:56.041] | : . | : parse_call() ... [10:25:56.041] | : . | : . Function: furrr::future_map(...) [10:25:56.042] | : . | : parse_call() ... done [10:25:56.042] | : . | descend_wrappers() ... done [10:25:56.043] | : . | parse_call() ... [10:25:56.043] | : . | : Function: furrr::future_map(...) [10:25:56.044] | : . | parse_call() ... done [10:25:56.044] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.045] | : . | furrr::future_map [10:25:56.045] | : . Finding call to be transpiled ... done [10:25:56.046] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:56.046] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.047] | : . | Transpiler description: furrr::future_map() transpiler [10:25:56.047] | : . | Transpiler function: [10:25:56.048] | : . | function (expr, options) [10:25:56.048] | : . | { [10:25:56.048] | : . | ns <- getNamespace("furrr") [10:25:56.048] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:56.048] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:56.048] | : . | envir = parent.frame()) [10:25:56.048] | : . | } [10:25:56.048] | : . | [10:25:56.049] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:56.049] | : get_transpiler() ... done [10:25:56.049] | : Transpile call expression ... [10:25:56.050] | : . local(furrr::future_map(.x = { [10:25:56.050] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.050] | : . xs [10:25:56.050] | : . }, .f = local({ [10:25:56.050] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:56.050] | : . function(..., .progressr_progressor) { [10:25:56.050] | : . on.exit(.progressr_progressor()) [10:25:56.050] | : . .progressr_f(...) [10:25:56.050] | : . } [10:25:56.050] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.051] | : Transpile call expression ... done [10:25:56.052] | : Evaluate transpiled call expression [10:25:56.106] | transpile() ... done [10:25:56.106] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:25:56.109] progressify() ... [10:25:56.110] | transpile() ... [10:25:56.110] | : get_transpiler() ... [10:25:56.111] | : . Finding call to be transpiled ... [10:25:56.111] | : . | descend_wrappers() ... [10:25:56.112] | : . | : Call: [10:25:56.112] | : . | : furrr::future_map [10:25:56.113] | : . | : parse_call() ... [10:25:56.113] | : . | : . Function: furrr::future_map(...) [10:25:56.114] | : . | : parse_call() ... done [10:25:56.114] | : . | descend_wrappers() ... done [10:25:56.115] | : . | parse_call() ... [10:25:56.115] | : . | : Function: furrr::future_map(...) [10:25:56.116] | : . | parse_call() ... done [10:25:56.116] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.117] | : . | furrr::future_map [10:25:56.117] | : . Finding call to be transpiled ... done [10:25:56.118] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:56.118] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.119] | : . | Transpiler description: furrr::future_map() transpiler [10:25:56.119] | : . | Transpiler function: [10:25:56.120] | : . | function (expr, options) [10:25:56.120] | : . | { [10:25:56.120] | : . | ns <- getNamespace("furrr") [10:25:56.120] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:56.120] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:56.120] | : . | envir = parent.frame()) [10:25:56.120] | : . | } [10:25:56.120] | : . | [10:25:56.121] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:56.121] | : get_transpiler() ... done [10:25:56.122] | : Transpile call expression ... [10:25:56.122] | : . local(furrr::future_map(.x = { [10:25:56.122] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.122] | : . xs [10:25:56.122] | : . }, .f = local({ [10:25:56.122] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:56.122] | : . function(..., .progressr_progressor) { [10:25:56.122] | : . on.exit(.progressr_progressor()) [10:25:56.122] | : . .progressr_f(...) [10:25:56.122] | : . } [10:25:56.122] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.123] | : Transpile call expression ... done [10:25:56.124] | : Evaluate transpiled call expression [10:25:56.171] | transpile() ... done [10:25:56.171] progressify() ... done character(0) [10:25:56.172] progressify() ... [10:25:56.172] | transpile() ... [10:25:56.173] | : get_transpiler() ... [10:25:56.173] | : . Finding call to be transpiled ... [10:25:56.174] | : . | descend_wrappers() ... [10:25:56.174] | : . | : Call: [10:25:56.175] | : . | : furrr::future_map [10:25:56.175] | : . | : parse_call() ... [10:25:56.176] | : . | : . Function: furrr::future_map(...) [10:25:56.176] | : . | : parse_call() ... done [10:25:56.177] | : . | descend_wrappers() ... done [10:25:56.177] | : . | parse_call() ... [10:25:56.178] | : . | : Function: furrr::future_map(...) [10:25:56.178] | : . | parse_call() ... done [10:25:56.179] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.179] | : . | furrr::future_map [10:25:56.180] | : . Finding call to be transpiled ... done [10:25:56.180] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... [10:25:56.181] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.181] | : . | Transpiler description: furrr::future_map() transpiler [10:25:56.182] | : . | Transpiler function: [10:25:56.182] | : . | function (expr, options) [10:25:56.182] | : . | { [10:25:56.182] | : . | ns <- getNamespace("furrr") [10:25:56.182] | : . | fcn <- get("future_map", mode = "function", envir = ns) [10:25:56.182] | : . | progressify_furrr(expr, fcn_name = "future_map", fcn = fcn, [10:25:56.182] | : . | envir = parent.frame()) [10:25:56.182] | : . | } [10:25:56.182] | : . | [10:25:56.183] | : . Locating 'progressify::built-in' transpiler for furrr::future_map() of class 'function' ... done [10:25:56.184] | : get_transpiler() ... done [10:25:56.184] | : Transpile call expression ... [10:25:56.185] | : . local(furrr::future_map(.x = { [10:25:56.185] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.185] | : . xs [10:25:56.185] | : . }, .f = local({ [10:25:56.185] | : . .progressr_f <- purrr::as_mapper(FUN) [10:25:56.185] | : . function(..., .progressr_progressor) { [10:25:56.185] | : . on.exit(.progressr_progressor()) [10:25:56.185] | : . .progressr_f(...) [10:25:56.185] | : . } [10:25:56.185] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.186] | : Transpile call expression ... done [10:25:56.186] | : Evaluate transpiled call expression [10:25:56.235] | transpile() ... done [10:25:56.235] progressify() ... done === future_map_lgl ========================== furrr::future_map_lgl(.x = xs, .f = function(x) length(x) > 1) --------------------------------- progressify(furrr::future_map_lgl(.x = xs, .f = function(x) length(x) > 1)) [10:25:56.254] progressify() ... [10:25:56.255] | transpile() ... [10:25:56.255] | : get_transpiler() ... [10:25:56.256] | : . Finding call to be transpiled ... [10:25:56.256] | : . | descend_wrappers() ... [10:25:56.257] | : . | : Call: [10:25:56.257] | : . | : furrr::future_map_lgl [10:25:56.258] | : . | : parse_call() ... [10:25:56.258] | : . | : . Function: furrr::future_map_lgl(...) [10:25:56.259] | : . | : parse_call() ... done [10:25:56.259] | : . | descend_wrappers() ... done [10:25:56.260] | : . | parse_call() ... [10:25:56.260] | : . | : Function: furrr::future_map_lgl(...) [10:25:56.261] | : . | parse_call() ... done [10:25:56.261] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.262] | : . | furrr::future_map_lgl [10:25:56.262] | : . Finding call to be transpiled ... done [10:25:56.263] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_lgl() of class 'function' ... [10:25:56.263] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.264] | : . | Transpiler description: furrr::future_map_lgl() transpiler [10:25:56.264] | : . | Transpiler function: [10:25:56.265] | : . | function (expr, options) [10:25:56.265] | : . | { [10:25:56.265] | : . | ns <- getNamespace("furrr") [10:25:56.265] | : . | fcn <- get("future_map_lgl", mode = "function", envir = ns) [10:25:56.265] | : . | progressify_furrr(expr, fcn_name = "future_map_lgl", fcn = fcn, [10:25:56.265] | : . | envir = parent.frame()) [10:25:56.265] | : . | } [10:25:56.265] | : . | [10:25:56.266] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_lgl() of class 'function' ... done [10:25:56.266] | : get_transpiler() ... done [10:25:56.267] | : Transpile call expression ... [10:25:56.267] | : . local(furrr::future_map_lgl(.x = { [10:25:56.267] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.267] | : . xs [10:25:56.267] | : . }, .f = local({ [10:25:56.267] | : . .progressr_f <- purrr::as_mapper(function(x) length(x) > [10:25:56.267] | : . 1) [10:25:56.267] | : . function(..., .progressr_progressor) { [10:25:56.267] | : . on.exit(.progressr_progressor()) [10:25:56.267] | : . .progressr_f(...) [10:25:56.267] | : . } [10:25:56.267] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.268] | : Transpile call expression ... done [10:25:56.269] | : Evaluate transpiled call expression [10:25:56.303] | transpile() ... done [10:25:56.303] progressify() ... done Named logi [1:5] FALSE TRUE TRUE TRUE TRUE - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:56.304] progressify() ... [10:25:56.305] | transpile() ... [10:25:56.306] | : get_transpiler() ... [10:25:56.306] | : . Finding call to be transpiled ... [10:25:56.307] | : . | descend_wrappers() ... [10:25:56.307] | : . | : Call: [10:25:56.307] | : . | : furrr::future_map_lgl [10:25:56.308] | : . | : parse_call() ... [10:25:56.309] | : . | : . Function: furrr::future_map_lgl(...) [10:25:56.309] | : . | : parse_call() ... done [10:25:56.310] | : . | descend_wrappers() ... done [10:25:56.310] | : . | parse_call() ... [10:25:56.311] | : . | : Function: furrr::future_map_lgl(...) [10:25:56.311] | : . | parse_call() ... done [10:25:56.311] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.312] | : . | furrr::future_map_lgl [10:25:56.313] | : . Finding call to be transpiled ... done [10:25:56.313] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_lgl() of class 'function' ... [10:25:56.314] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.314] | : . | Transpiler description: furrr::future_map_lgl() transpiler [10:25:56.315] | : . | Transpiler function: [10:25:56.315] | : . | function (expr, options) [10:25:56.315] | : . | { [10:25:56.315] | : . | ns <- getNamespace("furrr") [10:25:56.315] | : . | fcn <- get("future_map_lgl", mode = "function", envir = ns) [10:25:56.315] | : . | progressify_furrr(expr, fcn_name = "future_map_lgl", fcn = fcn, [10:25:56.315] | : . | envir = parent.frame()) [10:25:56.315] | : . | } [10:25:56.315] | : . | [10:25:56.316] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_lgl() of class 'function' ... done [10:25:56.316] | : get_transpiler() ... done [10:25:56.317] | : Transpile call expression ... [10:25:56.317] | : . local(furrr::future_map_lgl(.x = { [10:25:56.317] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.317] | : . xs [10:25:56.317] | : . }, .f = local({ [10:25:56.317] | : . .progressr_f <- purrr::as_mapper(function(x) length(x) > [10:25:56.317] | : . 1) [10:25:56.317] | : . function(..., .progressr_progressor) { [10:25:56.317] | : . on.exit(.progressr_progressor()) [10:25:56.317] | : . .progressr_f(...) [10:25:56.317] | : . } [10:25:56.317] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.318] | : Transpile call expression ... done [10:25:56.319] | : Evaluate transpiled call expression [10:25:56.351] | transpile() ... done [10:25:56.351] progressify() ... done character(0) [10:25:56.352] progressify() ... [10:25:56.352] | transpile() ... [10:25:56.353] | : get_transpiler() ... [10:25:56.353] | : . Finding call to be transpiled ... [10:25:56.354] | : . | descend_wrappers() ... [10:25:56.354] | : . | : Call: [10:25:56.355] | : . | : furrr::future_map_lgl [10:25:56.355] | : . | : parse_call() ... [10:25:56.356] | : . | : . Function: furrr::future_map_lgl(...) [10:25:56.356] | : . | : parse_call() ... done [10:25:56.357] | : . | descend_wrappers() ... done [10:25:56.357] | : . | parse_call() ... [10:25:56.358] | : . | : Function: furrr::future_map_lgl(...) [10:25:56.358] | : . | parse_call() ... done [10:25:56.359] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.359] | : . | furrr::future_map_lgl [10:25:56.360] | : . Finding call to be transpiled ... done [10:25:56.360] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_lgl() of class 'function' ... [10:25:56.361] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.361] | : . | Transpiler description: furrr::future_map_lgl() transpiler [10:25:56.362] | : . | Transpiler function: [10:25:56.362] | : . | function (expr, options) [10:25:56.362] | : . | { [10:25:56.362] | : . | ns <- getNamespace("furrr") [10:25:56.362] | : . | fcn <- get("future_map_lgl", mode = "function", envir = ns) [10:25:56.362] | : . | progressify_furrr(expr, fcn_name = "future_map_lgl", fcn = fcn, [10:25:56.362] | : . | envir = parent.frame()) [10:25:56.362] | : . | } [10:25:56.362] | : . | [10:25:56.363] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_lgl() of class 'function' ... done [10:25:56.363] | : get_transpiler() ... done [10:25:56.364] | : Transpile call expression ... [10:25:56.364] | : . local(furrr::future_map_lgl(.x = { [10:25:56.364] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.364] | : . xs [10:25:56.364] | : . }, .f = local({ [10:25:56.364] | : . .progressr_f <- purrr::as_mapper(function(x) length(x) > [10:25:56.364] | : . 1) [10:25:56.364] | : . function(..., .progressr_progressor) { [10:25:56.364] | : . on.exit(.progressr_progressor()) [10:25:56.364] | : . .progressr_f(...) [10:25:56.364] | : . } [10:25:56.364] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.365] | : Transpile call expression ... done [10:25:56.366] | : Evaluate transpiled call expression [10:25:56.400] | transpile() ... done [10:25:56.400] progressify() ... done === future_map_int ========================== furrr::future_map_int(.x = xs, .f = length) --------------------------------- progressify(furrr::future_map_int(.x = xs, .f = length)) [10:25:56.412] progressify() ... [10:25:56.412] | transpile() ... [10:25:56.413] | : get_transpiler() ... [10:25:56.413] | : . Finding call to be transpiled ... [10:25:56.414] | : . | descend_wrappers() ... [10:25:56.414] | : . | : Call: [10:25:56.415] | : . | : furrr::future_map_int [10:25:56.416] | : . | : parse_call() ... [10:25:56.416] | : . | : . Function: furrr::future_map_int(...) [10:25:56.417] | : . | : parse_call() ... done [10:25:56.417] | : . | descend_wrappers() ... done [10:25:56.417] | : . | parse_call() ... [10:25:56.418] | : . | : Function: furrr::future_map_int(...) [10:25:56.418] | : . | parse_call() ... done [10:25:56.419] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.419] | : . | furrr::future_map_int [10:25:56.420] | : . Finding call to be transpiled ... done [10:25:56.421] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_int() of class 'function' ... [10:25:56.421] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.422] | : . | Transpiler description: furrr::future_map_int() transpiler [10:25:56.422] | : . | Transpiler function: [10:25:56.422] | : . | function (expr, options) [10:25:56.422] | : . | { [10:25:56.422] | : . | ns <- getNamespace("furrr") [10:25:56.422] | : . | fcn <- get("future_map_int", mode = "function", envir = ns) [10:25:56.422] | : . | progressify_furrr(expr, fcn_name = "future_map_int", fcn = fcn, [10:25:56.422] | : . | envir = parent.frame()) [10:25:56.422] | : . | } [10:25:56.422] | : . | [10:25:56.423] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_int() of class 'function' ... done [10:25:56.424] | : get_transpiler() ... done [10:25:56.424] | : Transpile call expression ... [10:25:56.425] | : . local(furrr::future_map_int(.x = { [10:25:56.425] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.425] | : . xs [10:25:56.425] | : . }, .f = local({ [10:25:56.425] | : . .progressr_f <- purrr::as_mapper(length) [10:25:56.425] | : . function(..., .progressr_progressor) { [10:25:56.425] | : . on.exit(.progressr_progressor()) [10:25:56.425] | : . .progressr_f(...) [10:25:56.425] | : . } [10:25:56.425] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.426] | : Transpile call expression ... done [10:25:56.426] | : Evaluate transpiled call expression [10:25:56.453] | transpile() ... done [10:25:56.454] progressify() ... done Named int [1:5] 1 2 10 5 13 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:56.455] progressify() ... [10:25:56.455] | transpile() ... [10:25:56.456] | : get_transpiler() ... [10:25:56.456] | : . Finding call to be transpiled ... [10:25:56.457] | : . | descend_wrappers() ... [10:25:56.457] | : . | : Call: [10:25:56.458] | : . | : furrr::future_map_int [10:25:56.459] | : . | : parse_call() ... [10:25:56.459] | : . | : . Function: furrr::future_map_int(...) [10:25:56.460] | : . | : parse_call() ... done [10:25:56.460] | : . | descend_wrappers() ... done [10:25:56.460] | : . | parse_call() ... [10:25:56.461] | : . | : Function: furrr::future_map_int(...) [10:25:56.461] | : . | parse_call() ... done [10:25:56.462] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.462] | : . | furrr::future_map_int [10:25:56.463] | : . Finding call to be transpiled ... done [10:25:56.464] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_int() of class 'function' ... [10:25:56.464] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.465] | : . | Transpiler description: furrr::future_map_int() transpiler [10:25:56.465] | : . | Transpiler function: [10:25:56.465] | : . | function (expr, options) [10:25:56.465] | : . | { [10:25:56.465] | : . | ns <- getNamespace("furrr") [10:25:56.465] | : . | fcn <- get("future_map_int", mode = "function", envir = ns) [10:25:56.465] | : . | progressify_furrr(expr, fcn_name = "future_map_int", fcn = fcn, [10:25:56.465] | : . | envir = parent.frame()) [10:25:56.465] | : . | } [10:25:56.465] | : . | [10:25:56.466] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_int() of class 'function' ... done [10:25:56.467] | : get_transpiler() ... done [10:25:56.467] | : Transpile call expression ... [10:25:56.468] | : . local(furrr::future_map_int(.x = { [10:25:56.468] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.468] | : . xs [10:25:56.468] | : . }, .f = local({ [10:25:56.468] | : . .progressr_f <- purrr::as_mapper(length) [10:25:56.468] | : . function(..., .progressr_progressor) { [10:25:56.468] | : . on.exit(.progressr_progressor()) [10:25:56.468] | : . .progressr_f(...) [10:25:56.468] | : . } [10:25:56.468] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.469] | : Transpile call expression ... done [10:25:56.469] | : Evaluate transpiled call expression [10:25:56.498] | transpile() ... done [10:25:56.499] progressify() ... done character(0) [10:25:56.500] progressify() ... [10:25:56.500] | transpile() ... [10:25:56.501] | : get_transpiler() ... [10:25:56.501] | : . Finding call to be transpiled ... [10:25:56.502] | : . | descend_wrappers() ... [10:25:56.502] | : . | : Call: [10:25:56.503] | : . | : furrr::future_map_int [10:25:56.503] | : . | : parse_call() ... [10:25:56.504] | : . | : . Function: furrr::future_map_int(...) [10:25:56.504] | : . | : parse_call() ... done [10:25:56.505] | : . | descend_wrappers() ... done [10:25:56.505] | : . | parse_call() ... [10:25:56.506] | : . | : Function: furrr::future_map_int(...) [10:25:56.506] | : . | parse_call() ... done [10:25:56.507] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.507] | : . | furrr::future_map_int [10:25:56.508] | : . Finding call to be transpiled ... done [10:25:56.508] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_int() of class 'function' ... [10:25:56.509] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.509] | : . | Transpiler description: furrr::future_map_int() transpiler [10:25:56.510] | : . | Transpiler function: [10:25:56.510] | : . | function (expr, options) [10:25:56.510] | : . | { [10:25:56.510] | : . | ns <- getNamespace("furrr") [10:25:56.510] | : . | fcn <- get("future_map_int", mode = "function", envir = ns) [10:25:56.510] | : . | progressify_furrr(expr, fcn_name = "future_map_int", fcn = fcn, [10:25:56.510] | : . | envir = parent.frame()) [10:25:56.510] | : . | } [10:25:56.510] | : . | [10:25:56.511] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_int() of class 'function' ... done [10:25:56.511] | : get_transpiler() ... done [10:25:56.512] | : Transpile call expression ... [10:25:56.512] | : . local(furrr::future_map_int(.x = { [10:25:56.512] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.512] | : . xs [10:25:56.512] | : . }, .f = local({ [10:25:56.512] | : . .progressr_f <- purrr::as_mapper(length) [10:25:56.512] | : . function(..., .progressr_progressor) { [10:25:56.512] | : . on.exit(.progressr_progressor()) [10:25:56.512] | : . .progressr_f(...) [10:25:56.512] | : . } [10:25:56.512] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.513] | : Transpile call expression ... done [10:25:56.514] | : Evaluate transpiled call expression [10:25:56.541] | transpile() ... done [10:25:56.541] progressify() ... done === future_map_dbl ========================== furrr::future_map_dbl(.x = xs, .f = function(x) median(c(1:5, x))) --------------------------------- progressify(furrr::future_map_dbl(.x = xs, .f = function(x) median(c(1:5, x)))) [10:25:56.565] progressify() ... [10:25:56.566] | transpile() ... [10:25:56.566] | : get_transpiler() ... [10:25:56.567] | : . Finding call to be transpiled ... [10:25:56.567] | : . | descend_wrappers() ... [10:25:56.568] | : . | : Call: [10:25:56.568] | : . | : furrr::future_map_dbl [10:25:56.569] | : . | : parse_call() ... [10:25:56.569] | : . | : . Function: furrr::future_map_dbl(...) [10:25:56.570] | : . | : parse_call() ... done [10:25:56.570] | : . | descend_wrappers() ... done [10:25:56.571] | : . | parse_call() ... [10:25:56.571] | : . | : Function: furrr::future_map_dbl(...) [10:25:56.572] | : . | parse_call() ... done [10:25:56.572] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.573] | : . | furrr::future_map_dbl [10:25:56.573] | : . Finding call to be transpiled ... done [10:25:56.574] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_dbl() of class 'function' ... [10:25:56.574] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.575] | : . | Transpiler description: furrr::future_map_dbl() transpiler [10:25:56.575] | : . | Transpiler function: [10:25:56.576] | : . | function (expr, options) [10:25:56.576] | : . | { [10:25:56.576] | : . | ns <- getNamespace("furrr") [10:25:56.576] | : . | fcn <- get("future_map_dbl", mode = "function", envir = ns) [10:25:56.576] | : . | progressify_furrr(expr, fcn_name = "future_map_dbl", fcn = fcn, [10:25:56.576] | : . | envir = parent.frame()) [10:25:56.576] | : . | } [10:25:56.576] | : . | [10:25:56.576] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_dbl() of class 'function' ... done [10:25:56.577] | : get_transpiler() ... done [10:25:56.577] | : Transpile call expression ... [10:25:56.578] | : . local(furrr::future_map_dbl(.x = { [10:25:56.578] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.578] | : . xs [10:25:56.578] | : . }, .f = local({ [10:25:56.578] | : . .progressr_f <- purrr::as_mapper(function(x) median(c(1:5, [10:25:56.578] | : . x))) [10:25:56.578] | : . function(..., .progressr_progressor) { [10:25:56.578] | : . on.exit(.progressr_progressor()) [10:25:56.578] | : . .progressr_f(...) [10:25:56.578] | : . } [10:25:56.578] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.579] | : Transpile call expression ... done [10:25:56.580] | : Evaluate transpiled call expression [10:25:56.613] | transpile() ... done [10:25:56.614] progressify() ... done Named num [1:5] 2.5 2 4 3 1.5 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:56.615] progressify() ... [10:25:56.616] | transpile() ... [10:25:56.616] | : get_transpiler() ... [10:25:56.617] | : . Finding call to be transpiled ... [10:25:56.617] | : . | descend_wrappers() ... [10:25:56.618] | : . | : Call: [10:25:56.618] | : . | : furrr::future_map_dbl [10:25:56.619] | : . | : parse_call() ... [10:25:56.619] | : . | : . Function: furrr::future_map_dbl(...) [10:25:56.620] | : . | : parse_call() ... done [10:25:56.620] | : . | descend_wrappers() ... done [10:25:56.621] | : . | parse_call() ... [10:25:56.621] | : . | : Function: furrr::future_map_dbl(...) [10:25:56.622] | : . | parse_call() ... done [10:25:56.622] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.622] | : . | furrr::future_map_dbl [10:25:56.623] | : . Finding call to be transpiled ... done [10:25:56.624] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_dbl() of class 'function' ... [10:25:56.624] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.625] | : . | Transpiler description: furrr::future_map_dbl() transpiler [10:25:56.625] | : . | Transpiler function: [10:25:56.626] | : . | function (expr, options) [10:25:56.626] | : . | { [10:25:56.626] | : . | ns <- getNamespace("furrr") [10:25:56.626] | : . | fcn <- get("future_map_dbl", mode = "function", envir = ns) [10:25:56.626] | : . | progressify_furrr(expr, fcn_name = "future_map_dbl", fcn = fcn, [10:25:56.626] | : . | envir = parent.frame()) [10:25:56.626] | : . | } [10:25:56.626] | : . | [10:25:56.626] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_dbl() of class 'function' ... done [10:25:56.627] | : get_transpiler() ... done [10:25:56.627] | : Transpile call expression ... [10:25:56.628] | : . local(furrr::future_map_dbl(.x = { [10:25:56.628] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.628] | : . xs [10:25:56.628] | : . }, .f = local({ [10:25:56.628] | : . .progressr_f <- purrr::as_mapper(function(x) median(c(1:5, [10:25:56.628] | : . x))) [10:25:56.628] | : . function(..., .progressr_progressor) { [10:25:56.628] | : . on.exit(.progressr_progressor()) [10:25:56.628] | : . .progressr_f(...) [10:25:56.628] | : . } [10:25:56.628] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.629] | : Transpile call expression ... done [10:25:56.629] | : Evaluate transpiled call expression [10:25:56.665] | transpile() ... done [10:25:56.666] progressify() ... done character(0) [10:25:56.666] progressify() ... [10:25:56.667] | transpile() ... [10:25:56.667] | : get_transpiler() ... [10:25:56.668] | : . Finding call to be transpiled ... [10:25:56.668] | : . | descend_wrappers() ... [10:25:56.669] | : . | : Call: [10:25:56.669] | : . | : furrr::future_map_dbl [10:25:56.670] | : . | : parse_call() ... [10:25:56.670] | : . | : . Function: furrr::future_map_dbl(...) [10:25:56.671] | : . | : parse_call() ... done [10:25:56.671] | : . | descend_wrappers() ... done [10:25:56.672] | : . | parse_call() ... [10:25:56.672] | : . | : Function: furrr::future_map_dbl(...) [10:25:56.673] | : . | parse_call() ... done [10:25:56.673] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.674] | : . | furrr::future_map_dbl [10:25:56.674] | : . Finding call to be transpiled ... done [10:25:56.675] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_dbl() of class 'function' ... [10:25:56.675] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.676] | : . | Transpiler description: furrr::future_map_dbl() transpiler [10:25:56.676] | : . | Transpiler function: [10:25:56.677] | : . | function (expr, options) [10:25:56.677] | : . | { [10:25:56.677] | : . | ns <- getNamespace("furrr") [10:25:56.677] | : . | fcn <- get("future_map_dbl", mode = "function", envir = ns) [10:25:56.677] | : . | progressify_furrr(expr, fcn_name = "future_map_dbl", fcn = fcn, [10:25:56.677] | : . | envir = parent.frame()) [10:25:56.677] | : . | } [10:25:56.677] | : . | [10:25:56.677] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_dbl() of class 'function' ... done [10:25:56.678] | : get_transpiler() ... done [10:25:56.678] | : Transpile call expression ... [10:25:56.679] | : . local(furrr::future_map_dbl(.x = { [10:25:56.679] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.679] | : . xs [10:25:56.679] | : . }, .f = local({ [10:25:56.679] | : . .progressr_f <- purrr::as_mapper(function(x) median(c(1:5, [10:25:56.679] | : . x))) [10:25:56.679] | : . function(..., .progressr_progressor) { [10:25:56.679] | : . on.exit(.progressr_progressor()) [10:25:56.679] | : . .progressr_f(...) [10:25:56.679] | : . } [10:25:56.679] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.680] | : Transpile call expression ... done [10:25:56.681] | : Evaluate transpiled call expression [10:25:56.713] | transpile() ... done [10:25:56.714] progressify() ... done === future_map_chr ========================== furrr::future_map_chr(.x = xs, .f = function(x) as.character(length(x))) --------------------------------- progressify(furrr::future_map_chr(.x = xs, .f = function(x) as.character(length(x)))) [10:25:56.731] progressify() ... [10:25:56.731] | transpile() ... [10:25:56.732] | : get_transpiler() ... [10:25:56.732] | : . Finding call to be transpiled ... [10:25:56.733] | : . | descend_wrappers() ... [10:25:56.733] | : . | : Call: [10:25:56.734] | : . | : furrr::future_map_chr [10:25:56.734] | : . | : parse_call() ... [10:25:56.735] | : . | : . Function: furrr::future_map_chr(...) [10:25:56.735] | : . | : parse_call() ... done [10:25:56.736] | : . | descend_wrappers() ... done [10:25:56.736] | : . | parse_call() ... [10:25:56.737] | : . | : Function: furrr::future_map_chr(...) [10:25:56.737] | : . | parse_call() ... done [10:25:56.738] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.738] | : . | furrr::future_map_chr [10:25:56.739] | : . Finding call to be transpiled ... done [10:25:56.739] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_chr() of class 'function' ... [10:25:56.740] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.740] | : . | Transpiler description: furrr::future_map_chr() transpiler [10:25:56.741] | : . | Transpiler function: [10:25:56.741] | : . | function (expr, options) [10:25:56.741] | : . | { [10:25:56.741] | : . | ns <- getNamespace("furrr") [10:25:56.741] | : . | fcn <- get("future_map_chr", mode = "function", envir = ns) [10:25:56.741] | : . | progressify_furrr(expr, fcn_name = "future_map_chr", fcn = fcn, [10:25:56.741] | : . | envir = parent.frame()) [10:25:56.741] | : . | } [10:25:56.741] | : . | [10:25:56.742] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_chr() of class 'function' ... done [10:25:56.742] | : get_transpiler() ... done [10:25:56.743] | : Transpile call expression ... [10:25:56.743] | : . local(furrr::future_map_chr(.x = { [10:25:56.743] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.743] | : . xs [10:25:56.743] | : . }, .f = local({ [10:25:56.743] | : . .progressr_f <- purrr::as_mapper(function(x) as.character(length(x))) [10:25:56.743] | : . function(..., .progressr_progressor) { [10:25:56.743] | : . on.exit(.progressr_progressor()) [10:25:56.743] | : . .progressr_f(...) [10:25:56.743] | : . } [10:25:56.743] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.744] | : Transpile call expression ... done [10:25:56.745] | : Evaluate transpiled call expression [10:25:56.776] | transpile() ... done [10:25:56.776] progressify() ... done Named chr [1:5] "1" "2" "10" "5" "13" - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:56.778] progressify() ... [10:25:56.778] | transpile() ... [10:25:56.778] | : get_transpiler() ... [10:25:56.779] | : . Finding call to be transpiled ... [10:25:56.779] | : . | descend_wrappers() ... [10:25:56.780] | : . | : Call: [10:25:56.780] | : . | : furrr::future_map_chr [10:25:56.781] | : . | : parse_call() ... [10:25:56.781] | : . | : . Function: furrr::future_map_chr(...) [10:25:56.782] | : . | : parse_call() ... done [10:25:56.782] | : . | descend_wrappers() ... done [10:25:56.783] | : . | parse_call() ... [10:25:56.783] | : . | : Function: furrr::future_map_chr(...) [10:25:56.784] | : . | parse_call() ... done [10:25:56.784] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.784] | : . | furrr::future_map_chr [10:25:56.785] | : . Finding call to be transpiled ... done [10:25:56.785] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_chr() of class 'function' ... [10:25:56.786] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.786] | : . | Transpiler description: furrr::future_map_chr() transpiler [10:25:56.787] | : . | Transpiler function: [10:25:56.787] | : . | function (expr, options) [10:25:56.787] | : . | { [10:25:56.787] | : . | ns <- getNamespace("furrr") [10:25:56.787] | : . | fcn <- get("future_map_chr", mode = "function", envir = ns) [10:25:56.787] | : . | progressify_furrr(expr, fcn_name = "future_map_chr", fcn = fcn, [10:25:56.787] | : . | envir = parent.frame()) [10:25:56.787] | : . | } [10:25:56.787] | : . | [10:25:56.788] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_chr() of class 'function' ... done [10:25:56.788] | : get_transpiler() ... done [10:25:56.789] | : Transpile call expression ... [10:25:56.789] | : . local(furrr::future_map_chr(.x = { [10:25:56.789] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.789] | : . xs [10:25:56.789] | : . }, .f = local({ [10:25:56.789] | : . .progressr_f <- purrr::as_mapper(function(x) as.character(length(x))) [10:25:56.789] | : . function(..., .progressr_progressor) { [10:25:56.789] | : . on.exit(.progressr_progressor()) [10:25:56.789] | : . .progressr_f(...) [10:25:56.789] | : . } [10:25:56.789] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.790] | : Transpile call expression ... done [10:25:56.791] | : Evaluate transpiled call expression [10:25:56.818] | transpile() ... done [10:25:56.819] progressify() ... done character(0) [10:25:56.819] progressify() ... [10:25:56.820] | transpile() ... [10:25:56.820] | : get_transpiler() ... [10:25:56.821] | : . Finding call to be transpiled ... [10:25:56.821] | : . | descend_wrappers() ... [10:25:56.822] | : . | : Call: [10:25:56.822] | : . | : furrr::future_map_chr [10:25:56.823] | : . | : parse_call() ... [10:25:56.823] | : . | : . Function: furrr::future_map_chr(...) [10:25:56.823] | : . | : parse_call() ... done [10:25:56.824] | : . | descend_wrappers() ... done [10:25:56.824] | : . | parse_call() ... [10:25:56.825] | : . | : Function: furrr::future_map_chr(...) [10:25:56.825] | : . | parse_call() ... done [10:25:56.826] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.826] | : . | furrr::future_map_chr [10:25:56.827] | : . Finding call to be transpiled ... done [10:25:56.827] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_chr() of class 'function' ... [10:25:56.827] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.828] | : . | Transpiler description: furrr::future_map_chr() transpiler [10:25:56.828] | : . | Transpiler function: [10:25:56.829] | : . | function (expr, options) [10:25:56.829] | : . | { [10:25:56.829] | : . | ns <- getNamespace("furrr") [10:25:56.829] | : . | fcn <- get("future_map_chr", mode = "function", envir = ns) [10:25:56.829] | : . | progressify_furrr(expr, fcn_name = "future_map_chr", fcn = fcn, [10:25:56.829] | : . | envir = parent.frame()) [10:25:56.829] | : . | } [10:25:56.829] | : . | [10:25:56.829] | : . Locating 'progressify::built-in' transpiler for furrr::future_map_chr() of class 'function' ... done [10:25:56.830] | : get_transpiler() ... done [10:25:56.830] | : Transpile call expression ... [10:25:56.831] | : . local(furrr::future_map_chr(.x = { [10:25:56.831] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.831] | : . xs [10:25:56.831] | : . }, .f = local({ [10:25:56.831] | : . .progressr_f <- purrr::as_mapper(function(x) as.character(length(x))) [10:25:56.831] | : . function(..., .progressr_progressor) { [10:25:56.831] | : . on.exit(.progressr_progressor()) [10:25:56.831] | : . .progressr_f(...) [10:25:56.831] | : . } [10:25:56.831] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.832] | : Transpile call expression ... done [10:25:56.832] | : Evaluate transpiled call expression [10:25:56.861] | transpile() ... done [10:25:56.861] progressify() ... done === future_walk ========================== furrr::future_walk(.x = xs, .f = function(x) invisible(NULL)) --------------------------------- progressify(furrr::future_walk(.x = xs, .f = function(x) invisible(NULL))) [10:25:56.875] progressify() ... [10:25:56.875] | transpile() ... [10:25:56.875] | : get_transpiler() ... [10:25:56.876] | : . Finding call to be transpiled ... [10:25:56.876] | : . | descend_wrappers() ... [10:25:56.877] | : . | : Call: [10:25:56.877] | : . | : furrr::future_walk [10:25:56.878] | : . | : parse_call() ... [10:25:56.878] | : . | : . Function: furrr::future_walk(...) [10:25:56.878] | : . | : parse_call() ... done [10:25:56.879] | : . | descend_wrappers() ... done [10:25:56.879] | : . | parse_call() ... [10:25:56.880] | : . | : Function: furrr::future_walk(...) [10:25:56.880] | : . | parse_call() ... done [10:25:56.880] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.881] | : . | furrr::future_walk [10:25:56.881] | : . Finding call to be transpiled ... done [10:25:56.882] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk() of class 'function' ... [10:25:56.882] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.883] | : . | Transpiler description: furrr::future_walk() transpiler [10:25:56.883] | : . | Transpiler function: [10:25:56.883] | : . | function (expr, options) [10:25:56.883] | : . | { [10:25:56.883] | : . | ns <- getNamespace("furrr") [10:25:56.883] | : . | fcn <- get("future_walk", mode = "function", envir = ns) [10:25:56.883] | : . | progressify_furrr(expr, fcn_name = "future_walk", fcn = fcn, [10:25:56.883] | : . | envir = parent.frame()) [10:25:56.883] | : . | } [10:25:56.883] | : . | [10:25:56.884] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk() of class 'function' ... done [10:25:56.884] | : get_transpiler() ... done [10:25:56.885] | : Transpile call expression ... [10:25:56.885] | : . local(furrr::future_walk(.x = { [10:25:56.885] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.885] | : . xs [10:25:56.885] | : . }, .f = local({ [10:25:56.885] | : . .progressr_f <- purrr::as_mapper(function(x) invisible(NULL)) [10:25:56.885] | : . function(..., .progressr_progressor) { [10:25:56.885] | : . on.exit(.progressr_progressor()) [10:25:56.885] | : . .progressr_f(...) [10:25:56.885] | : . } [10:25:56.885] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.886] | : Transpile call expression ... done [10:25:56.887] | : Evaluate transpiled call expression [10:25:56.913] | transpile() ... done [10:25:56.914] progressify() ... done List of 5 $ aa : num 1 $ bb : int [1:2] 1 2 $ cc : int [1:10] 1 2 3 4 5 6 7 8 9 10 $ dd : int [1:5] 1 2 3 4 5 $ .ee: int [1:13] -6 -5 -4 -3 -2 -1 0 1 2 3 ... [10:25:56.916] progressify() ... [10:25:56.917] | transpile() ... [10:25:56.917] | : get_transpiler() ... [10:25:56.917] | : . Finding call to be transpiled ... [10:25:56.918] | : . | descend_wrappers() ... [10:25:56.918] | : . | : Call: [10:25:56.919] | : . | : furrr::future_walk [10:25:56.919] | : . | : parse_call() ... [10:25:56.920] | : . | : . Function: furrr::future_walk(...) [10:25:56.920] | : . | : parse_call() ... done [10:25:56.920] | : . | descend_wrappers() ... done [10:25:56.921] | : . | parse_call() ... [10:25:56.921] | : . | : Function: furrr::future_walk(...) [10:25:56.922] | : . | parse_call() ... done [10:25:56.922] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.922] | : . | furrr::future_walk [10:25:56.923] | : . Finding call to be transpiled ... done [10:25:56.923] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk() of class 'function' ... [10:25:56.924] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.924] | : . | Transpiler description: furrr::future_walk() transpiler [10:25:56.924] | : . | Transpiler function: [10:25:56.925] | : . | function (expr, options) [10:25:56.925] | : . | { [10:25:56.925] | : . | ns <- getNamespace("furrr") [10:25:56.925] | : . | fcn <- get("future_walk", mode = "function", envir = ns) [10:25:56.925] | : . | progressify_furrr(expr, fcn_name = "future_walk", fcn = fcn, [10:25:56.925] | : . | envir = parent.frame()) [10:25:56.925] | : . | } [10:25:56.925] | : . | [10:25:56.925] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk() of class 'function' ... done [10:25:56.926] | : get_transpiler() ... done [10:25:56.926] | : Transpile call expression ... [10:25:56.927] | : . local(furrr::future_walk(.x = { [10:25:56.927] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.927] | : . xs [10:25:56.927] | : . }, .f = local({ [10:25:56.927] | : . .progressr_f <- purrr::as_mapper(function(x) invisible(NULL)) [10:25:56.927] | : . function(..., .progressr_progressor) { [10:25:56.927] | : . on.exit(.progressr_progressor()) [10:25:56.927] | : . .progressr_f(...) [10:25:56.927] | : . } [10:25:56.927] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.927] | : Transpile call expression ... done [10:25:56.928] | : Evaluate transpiled call expression [10:25:56.956] | transpile() ... done [10:25:56.957] progressify() ... done character(0) [10:25:56.958] progressify() ... [10:25:56.958] | transpile() ... [10:25:56.959] | : get_transpiler() ... [10:25:56.959] | : . Finding call to be transpiled ... [10:25:56.960] | : . | descend_wrappers() ... [10:25:56.960] | : . | : Call: [10:25:56.961] | : . | : furrr::future_walk [10:25:56.961] | : . | : parse_call() ... [10:25:56.962] | : . | : . Function: furrr::future_walk(...) [10:25:56.963] | : . | : parse_call() ... done [10:25:56.963] | : . | descend_wrappers() ... done [10:25:56.964] | : . | parse_call() ... [10:25:56.964] | : . | : Function: furrr::future_walk(...) [10:25:56.964] | : . | parse_call() ... done [10:25:56.965] | : . | Position of call to be transpiled in expression: c(1) [10:25:56.965] | : . | furrr::future_walk [10:25:56.966] | : . Finding call to be transpiled ... done [10:25:56.967] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk() of class 'function' ... [10:25:56.967] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:56.968] | : . | Transpiler description: furrr::future_walk() transpiler [10:25:56.968] | : . | Transpiler function: [10:25:56.969] | : . | function (expr, options) [10:25:56.969] | : . | { [10:25:56.969] | : . | ns <- getNamespace("furrr") [10:25:56.969] | : . | fcn <- get("future_walk", mode = "function", envir = ns) [10:25:56.969] | : . | progressify_furrr(expr, fcn_name = "future_walk", fcn = fcn, [10:25:56.969] | : . | envir = parent.frame()) [10:25:56.969] | : . | } [10:25:56.969] | : . | [10:25:56.969] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk() of class 'function' ... done [10:25:56.970] | : get_transpiler() ... done [10:25:56.970] | : Transpile call expression ... [10:25:56.971] | : . local(furrr::future_walk(.x = { [10:25:56.971] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:56.971] | : . xs [10:25:56.971] | : . }, .f = local({ [10:25:56.971] | : . .progressr_f <- purrr::as_mapper(function(x) invisible(NULL)) [10:25:56.971] | : . function(..., .progressr_progressor) { [10:25:56.971] | : . on.exit(.progressr_progressor()) [10:25:56.971] | : . .progressr_f(...) [10:25:56.971] | : . } [10:25:56.971] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:56.972] | : Transpile call expression ... done [10:25:56.972] | : Evaluate transpiled call expression [10:25:57.006] | transpile() ... done [10:25:57.006] progressify() ... done === future_imap ========================== furrr::future_imap(xs, function(x, idx) list(idx = idx, len = length(x))) --------------------------------- progressify(furrr::future_imap(xs, function(x, idx) list(idx = idx, len = length(x)))) [10:25:57.028] progressify() ... [10:25:57.029] | transpile() ... [10:25:57.029] | : get_transpiler() ... [10:25:57.030] | : . Finding call to be transpiled ... [10:25:57.030] | : . | descend_wrappers() ... [10:25:57.031] | : . | : Call: [10:25:57.031] | : . | : furrr::future_imap [10:25:57.032] | : . | : parse_call() ... [10:25:57.032] | : . | : . Function: furrr::future_imap(...) [10:25:57.033] | : . | : parse_call() ... done [10:25:57.033] | : . | descend_wrappers() ... done [10:25:57.034] | : . | parse_call() ... [10:25:57.034] | : . | : Function: furrr::future_imap(...) [10:25:57.035] | : . | parse_call() ... done [10:25:57.035] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.035] | : . | furrr::future_imap [10:25:57.036] | : . Finding call to be transpiled ... done [10:25:57.037] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap() of class 'function' ... [10:25:57.037] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.038] | : . | Transpiler description: furrr::future_imap() transpiler [10:25:57.038] | : . | Transpiler function: [10:25:57.039] | : . | function (expr, options) [10:25:57.039] | : . | { [10:25:57.039] | : . | ns <- getNamespace("furrr") [10:25:57.039] | : . | fcn <- get("future_imap", mode = "function", envir = ns) [10:25:57.039] | : . | progressify_furrr(expr, fcn_name = "future_imap", fcn = fcn, [10:25:57.039] | : . | envir = parent.frame()) [10:25:57.039] | : . | } [10:25:57.039] | : . | [10:25:57.039] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap() of class 'function' ... done [10:25:57.040] | : get_transpiler() ... done [10:25:57.040] | : Transpile call expression ... [10:25:57.041] | : . local(furrr::future_imap({ [10:25:57.041] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.041] | : . xs [10:25:57.041] | : . }, local({ [10:25:57.041] | : . .progressr_f <- purrr::as_mapper(function(x, idx) list(idx = idx, [10:25:57.041] | : . len = length(x))) [10:25:57.041] | : . function(..., .progressr_progressor) { [10:25:57.041] | : . on.exit(.progressr_progressor()) [10:25:57.041] | : . .progressr_f(...) [10:25:57.041] | : . } [10:25:57.041] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.042] | : Transpile call expression ... done [10:25:57.042] | : Evaluate transpiled call expression [10:25:57.075] | transpile() ... done [10:25:57.076] progressify() ... done List of 5 $ aa :List of 2 ..$ idx: chr "aa" ..$ len: int 1 $ bb :List of 2 ..$ idx: chr "bb" ..$ len: int 2 $ cc :List of 2 ..$ idx: chr "cc" ..$ len: int 10 $ dd :List of 2 ..$ idx: chr "dd" ..$ len: int 5 $ .ee:List of 2 ..$ idx: chr ".ee" ..$ len: int 13 [10:25:57.084] progressify() ... [10:25:57.085] | transpile() ... [10:25:57.085] | : get_transpiler() ... [10:25:57.086] | : . Finding call to be transpiled ... [10:25:57.086] | : . | descend_wrappers() ... [10:25:57.087] | : . | : Call: [10:25:57.087] | : . | : furrr::future_imap [10:25:57.088] | : . | : parse_call() ... [10:25:57.089] | : . | : . Function: furrr::future_imap(...) [10:25:57.089] | : . | : parse_call() ... done [10:25:57.090] | : . | descend_wrappers() ... done [10:25:57.090] | : . | parse_call() ... [10:25:57.091] | : . | : Function: furrr::future_imap(...) [10:25:57.091] | : . | parse_call() ... done [10:25:57.091] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.092] | : . | furrr::future_imap [10:25:57.093] | : . Finding call to be transpiled ... done [10:25:57.093] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap() of class 'function' ... [10:25:57.094] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.094] | : . | Transpiler description: furrr::future_imap() transpiler [10:25:57.095] | : . | Transpiler function: [10:25:57.095] | : . | function (expr, options) [10:25:57.095] | : . | { [10:25:57.095] | : . | ns <- getNamespace("furrr") [10:25:57.095] | : . | fcn <- get("future_imap", mode = "function", envir = ns) [10:25:57.095] | : . | progressify_furrr(expr, fcn_name = "future_imap", fcn = fcn, [10:25:57.095] | : . | envir = parent.frame()) [10:25:57.095] | : . | } [10:25:57.095] | : . | [10:25:57.096] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap() of class 'function' ... done [10:25:57.096] | : get_transpiler() ... done [10:25:57.097] | : Transpile call expression ... [10:25:57.097] | : . local(furrr::future_imap({ [10:25:57.097] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.097] | : . xs [10:25:57.097] | : . }, local({ [10:25:57.097] | : . .progressr_f <- purrr::as_mapper(function(x, idx) list(idx = idx, [10:25:57.097] | : . len = length(x))) [10:25:57.097] | : . function(..., .progressr_progressor) { [10:25:57.097] | : . on.exit(.progressr_progressor()) [10:25:57.097] | : . .progressr_f(...) [10:25:57.097] | : . } [10:25:57.097] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.098] | : Transpile call expression ... done [10:25:57.099] | : Evaluate transpiled call expression [10:25:57.132] | transpile() ... done [10:25:57.132] progressify() ... done character(0) [10:25:57.133] progressify() ... [10:25:57.134] | transpile() ... [10:25:57.134] | : get_transpiler() ... [10:25:57.135] | : . Finding call to be transpiled ... [10:25:57.135] | : . | descend_wrappers() ... [10:25:57.136] | : . | : Call: [10:25:57.136] | : . | : furrr::future_imap [10:25:57.137] | : . | : parse_call() ... [10:25:57.137] | : . | : . Function: furrr::future_imap(...) [10:25:57.138] | : . | : parse_call() ... done [10:25:57.138] | : . | descend_wrappers() ... done [10:25:57.139] | : . | parse_call() ... [10:25:57.139] | : . | : Function: furrr::future_imap(...) [10:25:57.140] | : . | parse_call() ... done [10:25:57.140] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.141] | : . | furrr::future_imap [10:25:57.141] | : . Finding call to be transpiled ... done [10:25:57.142] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap() of class 'function' ... [10:25:57.142] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.143] | : . | Transpiler description: furrr::future_imap() transpiler [10:25:57.143] | : . | Transpiler function: [10:25:57.144] | : . | function (expr, options) [10:25:57.144] | : . | { [10:25:57.144] | : . | ns <- getNamespace("furrr") [10:25:57.144] | : . | fcn <- get("future_imap", mode = "function", envir = ns) [10:25:57.144] | : . | progressify_furrr(expr, fcn_name = "future_imap", fcn = fcn, [10:25:57.144] | : . | envir = parent.frame()) [10:25:57.144] | : . | } [10:25:57.144] | : . | [10:25:57.144] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap() of class 'function' ... done [10:25:57.145] | : get_transpiler() ... done [10:25:57.145] | : Transpile call expression ... [10:25:57.146] | : . local(furrr::future_imap({ [10:25:57.146] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.146] | : . xs [10:25:57.146] | : . }, local({ [10:25:57.146] | : . .progressr_f <- purrr::as_mapper(function(x, idx) list(idx = idx, [10:25:57.146] | : . len = length(x))) [10:25:57.146] | : . function(..., .progressr_progressor) { [10:25:57.146] | : . on.exit(.progressr_progressor()) [10:25:57.146] | : . .progressr_f(...) [10:25:57.146] | : . } [10:25:57.146] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.147] | : Transpile call expression ... done [10:25:57.147] | : Evaluate transpiled call expression [10:25:57.183] | transpile() ... done [10:25:57.183] progressify() ... done === future_imap_int ========================== furrr::future_imap_int(xs, function(x, idx) nchar(idx)) --------------------------------- progressify(furrr::future_imap_int(xs, function(x, idx) nchar(idx))) [10:25:57.202] progressify() ... [10:25:57.202] | transpile() ... [10:25:57.203] | : get_transpiler() ... [10:25:57.203] | : . Finding call to be transpiled ... [10:25:57.204] | : . | descend_wrappers() ... [10:25:57.204] | : . | : Call: [10:25:57.205] | : . | : furrr::future_imap_int [10:25:57.205] | : . | : parse_call() ... [10:25:57.206] | : . | : . Function: furrr::future_imap_int(...) [10:25:57.206] | : . | : parse_call() ... done [10:25:57.207] | : . | descend_wrappers() ... done [10:25:57.207] | : . | parse_call() ... [10:25:57.208] | : . | : Function: furrr::future_imap_int(...) [10:25:57.208] | : . | parse_call() ... done [10:25:57.209] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.209] | : . | furrr::future_imap_int [10:25:57.210] | : . Finding call to be transpiled ... done [10:25:57.210] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap_int() of class 'function' ... [10:25:57.211] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.211] | : . | Transpiler description: furrr::future_imap_int() transpiler [10:25:57.212] | : . | Transpiler function: [10:25:57.212] | : . | function (expr, options) [10:25:57.212] | : . | { [10:25:57.212] | : . | ns <- getNamespace("furrr") [10:25:57.212] | : . | fcn <- get("future_imap_int", mode = "function", envir = ns) [10:25:57.212] | : . | progressify_furrr(expr, fcn_name = "future_imap_int", fcn = fcn, [10:25:57.212] | : . | envir = parent.frame()) [10:25:57.212] | : . | } [10:25:57.212] | : . | [10:25:57.213] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap_int() of class 'function' ... done [10:25:57.213] | : get_transpiler() ... done [10:25:57.214] | : Transpile call expression ... [10:25:57.215] | : . local(furrr::future_imap_int({ [10:25:57.215] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.215] | : . xs [10:25:57.215] | : . }, local({ [10:25:57.215] | : . .progressr_f <- purrr::as_mapper(function(x, idx) nchar(idx)) [10:25:57.215] | : . function(..., .progressr_progressor) { [10:25:57.215] | : . on.exit(.progressr_progressor()) [10:25:57.215] | : . .progressr_f(...) [10:25:57.215] | : . } [10:25:57.215] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.216] | : Transpile call expression ... done [10:25:57.216] | : Evaluate transpiled call expression [10:25:57.247] | transpile() ... done [10:25:57.248] progressify() ... done Named int [1:5] 2 2 2 2 3 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:57.249] progressify() ... [10:25:57.250] | transpile() ... [10:25:57.250] | : get_transpiler() ... [10:25:57.251] | : . Finding call to be transpiled ... [10:25:57.251] | : . | descend_wrappers() ... [10:25:57.252] | : . | : Call: [10:25:57.252] | : . | : furrr::future_imap_int [10:25:57.253] | : . | : parse_call() ... [10:25:57.253] | : . | : . Function: furrr::future_imap_int(...) [10:25:57.254] | : . | : parse_call() ... done [10:25:57.254] | : . | descend_wrappers() ... done [10:25:57.255] | : . | parse_call() ... [10:25:57.255] | : . | : Function: furrr::future_imap_int(...) [10:25:57.256] | : . | parse_call() ... done [10:25:57.256] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.257] | : . | furrr::future_imap_int [10:25:57.257] | : . Finding call to be transpiled ... done [10:25:57.258] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap_int() of class 'function' ... [10:25:57.258] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.259] | : . | Transpiler description: furrr::future_imap_int() transpiler [10:25:57.259] | : . | Transpiler function: [10:25:57.260] | : . | function (expr, options) [10:25:57.260] | : . | { [10:25:57.260] | : . | ns <- getNamespace("furrr") [10:25:57.260] | : . | fcn <- get("future_imap_int", mode = "function", envir = ns) [10:25:57.260] | : . | progressify_furrr(expr, fcn_name = "future_imap_int", fcn = fcn, [10:25:57.260] | : . | envir = parent.frame()) [10:25:57.260] | : . | } [10:25:57.260] | : . | [10:25:57.261] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap_int() of class 'function' ... done [10:25:57.261] | : get_transpiler() ... done [10:25:57.262] | : Transpile call expression ... [10:25:57.262] | : . local(furrr::future_imap_int({ [10:25:57.262] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.262] | : . xs [10:25:57.262] | : . }, local({ [10:25:57.262] | : . .progressr_f <- purrr::as_mapper(function(x, idx) nchar(idx)) [10:25:57.262] | : . function(..., .progressr_progressor) { [10:25:57.262] | : . on.exit(.progressr_progressor()) [10:25:57.262] | : . .progressr_f(...) [10:25:57.262] | : . } [10:25:57.262] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.263] | : Transpile call expression ... done [10:25:57.264] | : Evaluate transpiled call expression [10:25:57.298] | transpile() ... done [10:25:57.299] progressify() ... done character(0) [10:25:57.299] progressify() ... [10:25:57.300] | transpile() ... [10:25:57.300] | : get_transpiler() ... [10:25:57.301] | : . Finding call to be transpiled ... [10:25:57.301] | : . | descend_wrappers() ... [10:25:57.302] | : . | : Call: [10:25:57.302] | : . | : furrr::future_imap_int [10:25:57.303] | : . | : parse_call() ... [10:25:57.303] | : . | : . Function: furrr::future_imap_int(...) [10:25:57.304] | : . | : parse_call() ... done [10:25:57.304] | : . | descend_wrappers() ... done [10:25:57.305] | : . | parse_call() ... [10:25:57.305] | : . | : Function: furrr::future_imap_int(...) [10:25:57.306] | : . | parse_call() ... done [10:25:57.306] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.307] | : . | furrr::future_imap_int [10:25:57.307] | : . Finding call to be transpiled ... done [10:25:57.308] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap_int() of class 'function' ... [10:25:57.308] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.309] | : . | Transpiler description: furrr::future_imap_int() transpiler [10:25:57.309] | : . | Transpiler function: [10:25:57.310] | : . | function (expr, options) [10:25:57.310] | : . | { [10:25:57.310] | : . | ns <- getNamespace("furrr") [10:25:57.310] | : . | fcn <- get("future_imap_int", mode = "function", envir = ns) [10:25:57.310] | : . | progressify_furrr(expr, fcn_name = "future_imap_int", fcn = fcn, [10:25:57.310] | : . | envir = parent.frame()) [10:25:57.310] | : . | } [10:25:57.310] | : . | [10:25:57.310] | : . Locating 'progressify::built-in' transpiler for furrr::future_imap_int() of class 'function' ... done [10:25:57.311] | : get_transpiler() ... done [10:25:57.311] | : Transpile call expression ... [10:25:57.312] | : . local(furrr::future_imap_int({ [10:25:57.312] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.312] | : . xs [10:25:57.312] | : . }, local({ [10:25:57.312] | : . .progressr_f <- purrr::as_mapper(function(x, idx) nchar(idx)) [10:25:57.312] | : . function(..., .progressr_progressor) { [10:25:57.312] | : . on.exit(.progressr_progressor()) [10:25:57.312] | : . .progressr_f(...) [10:25:57.312] | : . } [10:25:57.312] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.313] | : Transpile call expression ... done [10:25:57.314] | : Evaluate transpiled call expression [10:25:57.345] | transpile() ... done [10:25:57.346] progressify() ... done === future_map2 ========================== furrr::future_map2(.x = xs, .y = ys, .f = FUN2) --------------------------------- progressify(furrr::future_map2(.x = xs, .y = ys, .f = FUN2)) [10:25:57.373] progressify() ... [10:25:57.373] | transpile() ... [10:25:57.374] | : get_transpiler() ... [10:25:57.374] | : . Finding call to be transpiled ... [10:25:57.375] | : . | descend_wrappers() ... [10:25:57.375] | : . | : Call: [10:25:57.376] | : . | : furrr::future_map2 [10:25:57.376] | : . | : parse_call() ... [10:25:57.377] | : . | : . Function: furrr::future_map2(...) [10:25:57.377] | : . | : parse_call() ... done [10:25:57.378] | : . | descend_wrappers() ... done [10:25:57.378] | : . | parse_call() ... [10:25:57.379] | : . | : Function: furrr::future_map2(...) [10:25:57.379] | : . | parse_call() ... done [10:25:57.380] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.380] | : . | furrr::future_map2 [10:25:57.381] | : . Finding call to be transpiled ... done [10:25:57.382] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... [10:25:57.382] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.383] | : . | Transpiler description: furrr::future_map2() transpiler [10:25:57.383] | : . | Transpiler function: [10:25:57.384] | : . | function (expr, options) [10:25:57.384] | : . | { [10:25:57.384] | : . | ns <- getNamespace("furrr") [10:25:57.384] | : . | fcn <- get("future_map2", mode = "function", envir = ns) [10:25:57.384] | : . | progressify_furrr(expr, fcn_name = "future_map2", fcn = fcn, [10:25:57.384] | : . | envir = parent.frame()) [10:25:57.384] | : . | } [10:25:57.384] | : . | [10:25:57.384] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... done [10:25:57.385] | : get_transpiler() ... done [10:25:57.385] | : Transpile call expression ... [10:25:57.386] | : . local(furrr::future_map2(.x = { [10:25:57.386] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.386] | : . xs [10:25:57.386] | : . }, .y = ys, .f = local({ [10:25:57.386] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.386] | : . function(..., .progressr_progressor) { [10:25:57.386] | : . on.exit(.progressr_progressor()) [10:25:57.386] | : . .progressr_f(...) [10:25:57.386] | : . } [10:25:57.386] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.387] | : Transpile call expression ... done [10:25:57.387] | : Evaluate transpiled call expression [10:25:57.422] | transpile() ... done [10:25:57.423] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:25:57.426] progressify() ... [10:25:57.426] | transpile() ... [10:25:57.427] | : get_transpiler() ... [10:25:57.427] | : . Finding call to be transpiled ... [10:25:57.428] | : . | descend_wrappers() ... [10:25:57.428] | : . | : Call: [10:25:57.429] | : . | : furrr::future_map2 [10:25:57.429] | : . | : parse_call() ... [10:25:57.430] | : . | : . Function: furrr::future_map2(...) [10:25:57.430] | : . | : parse_call() ... done [10:25:57.431] | : . | descend_wrappers() ... done [10:25:57.431] | : . | parse_call() ... [10:25:57.432] | : . | : Function: furrr::future_map2(...) [10:25:57.432] | : . | parse_call() ... done [10:25:57.433] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.433] | : . | furrr::future_map2 [10:25:57.434] | : . Finding call to be transpiled ... done [10:25:57.434] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... [10:25:57.435] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.435] | : . | Transpiler description: furrr::future_map2() transpiler [10:25:57.436] | : . | Transpiler function: [10:25:57.436] | : . | function (expr, options) [10:25:57.436] | : . | { [10:25:57.436] | : . | ns <- getNamespace("furrr") [10:25:57.436] | : . | fcn <- get("future_map2", mode = "function", envir = ns) [10:25:57.436] | : . | progressify_furrr(expr, fcn_name = "future_map2", fcn = fcn, [10:25:57.436] | : . | envir = parent.frame()) [10:25:57.436] | : . | } [10:25:57.436] | : . | [10:25:57.437] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... done [10:25:57.437] | : get_transpiler() ... done [10:25:57.438] | : Transpile call expression ... [10:25:57.438] | : . local(furrr::future_map2(.x = { [10:25:57.438] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.438] | : . xs [10:25:57.438] | : . }, .y = ys, .f = local({ [10:25:57.438] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.438] | : . function(..., .progressr_progressor) { [10:25:57.438] | : . on.exit(.progressr_progressor()) [10:25:57.438] | : . .progressr_f(...) [10:25:57.438] | : . } [10:25:57.438] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.439] | : Transpile call expression ... done [10:25:57.440] | : Evaluate transpiled call expression [10:25:57.477] | transpile() ... done [10:25:57.478] progressify() ... done character(0) [10:25:57.478] progressify() ... [10:25:57.479] | transpile() ... [10:25:57.479] | : get_transpiler() ... [10:25:57.480] | : . Finding call to be transpiled ... [10:25:57.480] | : . | descend_wrappers() ... [10:25:57.481] | : . | : Call: [10:25:57.481] | : . | : furrr::future_map2 [10:25:57.482] | : . | : parse_call() ... [10:25:57.482] | : . | : . Function: furrr::future_map2(...) [10:25:57.483] | : . | : parse_call() ... done [10:25:57.483] | : . | descend_wrappers() ... done [10:25:57.484] | : . | parse_call() ... [10:25:57.484] | : . | : Function: furrr::future_map2(...) [10:25:57.485] | : . | parse_call() ... done [10:25:57.485] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.486] | : . | furrr::future_map2 [10:25:57.486] | : . Finding call to be transpiled ... done [10:25:57.487] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... [10:25:57.487] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.488] | : . | Transpiler description: furrr::future_map2() transpiler [10:25:57.488] | : . | Transpiler function: [10:25:57.489] | : . | function (expr, options) [10:25:57.489] | : . | { [10:25:57.489] | : . | ns <- getNamespace("furrr") [10:25:57.489] | : . | fcn <- get("future_map2", mode = "function", envir = ns) [10:25:57.489] | : . | progressify_furrr(expr, fcn_name = "future_map2", fcn = fcn, [10:25:57.489] | : . | envir = parent.frame()) [10:25:57.489] | : . | } [10:25:57.489] | : . | [10:25:57.489] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... done [10:25:57.490] | : get_transpiler() ... done [10:25:57.490] | : Transpile call expression ... [10:25:57.491] | : . local(furrr::future_map2(.x = { [10:25:57.491] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.491] | : . xs [10:25:57.491] | : . }, .y = ys, .f = local({ [10:25:57.491] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.491] | : . function(..., .progressr_progressor) { [10:25:57.491] | : . on.exit(.progressr_progressor()) [10:25:57.491] | : . .progressr_f(...) [10:25:57.491] | : . } [10:25:57.491] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.492] | : Transpile call expression ... done [10:25:57.493] | : Evaluate transpiled call expression [10:25:57.527] | transpile() ... done [10:25:57.528] progressify() ... done === future_map2 ========================== future_map2(xs, ys, FUN2) --------------------------------- progressify(future_map2(xs, ys, FUN2)) [10:25:57.553] progressify() ... [10:25:57.554] | transpile() ... [10:25:57.554] | : get_transpiler() ... [10:25:57.555] | : . Finding call to be transpiled ... [10:25:57.555] | : . | descend_wrappers() ... [10:25:57.556] | : . | : Call: [10:25:57.556] | : . | : future_map2 [10:25:57.557] | : . | : parse_call() ... [10:25:57.557] | : . | : . Function: future_map2(...) [10:25:57.558] | : . | : . Locate function ... [10:25:57.558] | : . | : . | Function located in: 'furrr' [10:25:57.559] | : . | : . Locate function ... done [10:25:57.559] | : . | : parse_call() ... done [10:25:57.560] | : . | descend_wrappers() ... done [10:25:57.560] | : . | parse_call() ... [10:25:57.561] | : . | : Function: future_map2(...) [10:25:57.561] | : . | : Locate function ... [10:25:57.562] | : . | : . Function located in: 'furrr' [10:25:57.562] | : . | : Locate function ... done [10:25:57.563] | : . | parse_call() ... done [10:25:57.563] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.564] | : . | future_map2 [10:25:57.564] | : . Finding call to be transpiled ... done [10:25:57.565] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... [10:25:57.565] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.566] | : . | Transpiler description: furrr::future_map2() transpiler [10:25:57.566] | : . | Transpiler function: [10:25:57.567] | : . | function (expr, options) [10:25:57.567] | : . | { [10:25:57.567] | : . | ns <- getNamespace("furrr") [10:25:57.567] | : . | fcn <- get("future_map2", mode = "function", envir = ns) [10:25:57.567] | : . | progressify_furrr(expr, fcn_name = "future_map2", fcn = fcn, [10:25:57.567] | : . | envir = parent.frame()) [10:25:57.567] | : . | } [10:25:57.567] | : . | [10:25:57.567] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... done [10:25:57.568] | : get_transpiler() ... done [10:25:57.568] | : Transpile call expression ... [10:25:57.569] | : . local(future_map2({ [10:25:57.569] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.569] | : . xs [10:25:57.569] | : . }, ys, local({ [10:25:57.569] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.569] | : . function(..., .progressr_progressor) { [10:25:57.569] | : . on.exit(.progressr_progressor()) [10:25:57.569] | : . .progressr_f(...) [10:25:57.569] | : . } [10:25:57.569] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.570] | : Transpile call expression ... done [10:25:57.570] | : Evaluate transpiled call expression [10:25:57.605] | transpile() ... done [10:25:57.606] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:25:57.609] progressify() ... [10:25:57.609] | transpile() ... [10:25:57.610] | : get_transpiler() ... [10:25:57.610] | : . Finding call to be transpiled ... [10:25:57.611] | : . | descend_wrappers() ... [10:25:57.611] | : . | : Call: [10:25:57.612] | : . | : future_map2 [10:25:57.612] | : . | : parse_call() ... [10:25:57.613] | : . | : . Function: future_map2(...) [10:25:57.613] | : . | : . Locate function ... [10:25:57.614] | : . | : . | Function located in: 'furrr' [10:25:57.614] | : . | : . Locate function ... done [10:25:57.615] | : . | : parse_call() ... done [10:25:57.615] | : . | descend_wrappers() ... done [10:25:57.616] | : . | parse_call() ... [10:25:57.616] | : . | : Function: future_map2(...) [10:25:57.617] | : . | : Locate function ... [10:25:57.617] | : . | : . Function located in: 'furrr' [10:25:57.618] | : . | : Locate function ... done [10:25:57.618] | : . | parse_call() ... done [10:25:57.618] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.619] | : . | future_map2 [10:25:57.620] | : . Finding call to be transpiled ... done [10:25:57.620] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... [10:25:57.621] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.621] | : . | Transpiler description: furrr::future_map2() transpiler [10:25:57.622] | : . | Transpiler function: [10:25:57.622] | : . | function (expr, options) [10:25:57.622] | : . | { [10:25:57.622] | : . | ns <- getNamespace("furrr") [10:25:57.622] | : . | fcn <- get("future_map2", mode = "function", envir = ns) [10:25:57.622] | : . | progressify_furrr(expr, fcn_name = "future_map2", fcn = fcn, [10:25:57.622] | : . | envir = parent.frame()) [10:25:57.622] | : . | } [10:25:57.622] | : . | [10:25:57.623] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... done [10:25:57.623] | : get_transpiler() ... done [10:25:57.624] | : Transpile call expression ... [10:25:57.624] | : . local(future_map2({ [10:25:57.624] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.624] | : . xs [10:25:57.624] | : . }, ys, local({ [10:25:57.624] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.624] | : . function(..., .progressr_progressor) { [10:25:57.624] | : . on.exit(.progressr_progressor()) [10:25:57.624] | : . .progressr_f(...) [10:25:57.624] | : . } [10:25:57.624] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.625] | : Transpile call expression ... done [10:25:57.626] | : Evaluate transpiled call expression [10:25:57.663] | transpile() ... done [10:25:57.664] progressify() ... done character(0) [10:25:57.664] progressify() ... [10:25:57.665] | transpile() ... [10:25:57.665] | : get_transpiler() ... [10:25:57.666] | : . Finding call to be transpiled ... [10:25:57.666] | : . | descend_wrappers() ... [10:25:57.667] | : . | : Call: [10:25:57.667] | : . | : future_map2 [10:25:57.668] | : . | : parse_call() ... [10:25:57.668] | : . | : . Function: future_map2(...) [10:25:57.669] | : . | : . Locate function ... [10:25:57.669] | : . | : . | Function located in: 'furrr' [10:25:57.670] | : . | : . Locate function ... done [10:25:57.670] | : . | : parse_call() ... done [10:25:57.671] | : . | descend_wrappers() ... done [10:25:57.671] | : . | parse_call() ... [10:25:57.672] | : . | : Function: future_map2(...) [10:25:57.672] | : . | : Locate function ... [10:25:57.672] | : . | : . Function located in: 'furrr' [10:25:57.673] | : . | : Locate function ... done [10:25:57.673] | : . | parse_call() ... done [10:25:57.674] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.674] | : . | future_map2 [10:25:57.675] | : . Finding call to be transpiled ... done [10:25:57.675] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... [10:25:57.676] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.676] | : . | Transpiler description: furrr::future_map2() transpiler [10:25:57.677] | : . | Transpiler function: [10:25:57.677] | : . | function (expr, options) [10:25:57.677] | : . | { [10:25:57.677] | : . | ns <- getNamespace("furrr") [10:25:57.677] | : . | fcn <- get("future_map2", mode = "function", envir = ns) [10:25:57.677] | : . | progressify_furrr(expr, fcn_name = "future_map2", fcn = fcn, [10:25:57.677] | : . | envir = parent.frame()) [10:25:57.677] | : . | } [10:25:57.677] | : . | [10:25:57.678] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2() of class 'function' ... done [10:25:57.679] | : get_transpiler() ... done [10:25:57.679] | : Transpile call expression ... [10:25:57.680] | : . local(future_map2({ [10:25:57.680] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.680] | : . xs [10:25:57.680] | : . }, ys, local({ [10:25:57.680] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.680] | : . function(..., .progressr_progressor) { [10:25:57.680] | : . on.exit(.progressr_progressor()) [10:25:57.680] | : . .progressr_f(...) [10:25:57.680] | : . } [10:25:57.680] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.681] | : Transpile call expression ... done [10:25:57.681] | : Evaluate transpiled call expression [10:25:57.717] | transpile() ... done [10:25:57.717] progressify() ... done === future_map2_dbl ========================== furrr::future_map2_dbl(.x = xs, .y = ys, .f = FUN2) --------------------------------- progressify(furrr::future_map2_dbl(.x = xs, .y = ys, .f = FUN2)) [10:25:57.739] progressify() ... [10:25:57.740] | transpile() ... [10:25:57.740] | : get_transpiler() ... [10:25:57.741] | : . Finding call to be transpiled ... [10:25:57.741] | : . | descend_wrappers() ... [10:25:57.742] | : . | : Call: [10:25:57.742] | : . | : furrr::future_map2_dbl [10:25:57.743] | : . | : parse_call() ... [10:25:57.743] | : . | : . Function: furrr::future_map2_dbl(...) [10:25:57.744] | : . | : parse_call() ... done [10:25:57.744] | : . | descend_wrappers() ... done [10:25:57.745] | : . | parse_call() ... [10:25:57.745] | : . | : Function: furrr::future_map2_dbl(...) [10:25:57.746] | : . | parse_call() ... done [10:25:57.746] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.746] | : . | furrr::future_map2_dbl [10:25:57.747] | : . Finding call to be transpiled ... done [10:25:57.747] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2_dbl() of class 'function' ... [10:25:57.748] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.748] | : . | Transpiler description: furrr::future_map2_dbl() transpiler [10:25:57.749] | : . | Transpiler function: [10:25:57.749] | : . | function (expr, options) [10:25:57.749] | : . | { [10:25:57.749] | : . | ns <- getNamespace("furrr") [10:25:57.749] | : . | fcn <- get("future_map2_dbl", mode = "function", envir = ns) [10:25:57.749] | : . | progressify_furrr(expr, fcn_name = "future_map2_dbl", fcn = fcn, [10:25:57.749] | : . | envir = parent.frame()) [10:25:57.749] | : . | } [10:25:57.749] | : . | [10:25:57.750] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2_dbl() of class 'function' ... done [10:25:57.750] | : get_transpiler() ... done [10:25:57.751] | : Transpile call expression ... [10:25:57.751] | : . local(furrr::future_map2_dbl(.x = { [10:25:57.751] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.751] | : . xs [10:25:57.751] | : . }, .y = ys, .f = local({ [10:25:57.751] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.751] | : . function(..., .progressr_progressor) { [10:25:57.751] | : . on.exit(.progressr_progressor()) [10:25:57.751] | : . .progressr_f(...) [10:25:57.751] | : . } [10:25:57.751] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.752] | : Transpile call expression ... done [10:25:57.753] | : Evaluate transpiled call expression [10:25:57.784] | transpile() ... done [10:25:57.784] progressify() ... done Named num [1:5] 11 44 400 225 605 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:57.786] progressify() ... [10:25:57.786] | transpile() ... [10:25:57.787] | : get_transpiler() ... [10:25:57.787] | : . Finding call to be transpiled ... [10:25:57.788] | : . | descend_wrappers() ... [10:25:57.788] | : . | : Call: [10:25:57.788] | : . | : furrr::future_map2_dbl [10:25:57.789] | : . | : parse_call() ... [10:25:57.789] | : . | : . Function: furrr::future_map2_dbl(...) [10:25:57.790] | : . | : parse_call() ... done [10:25:57.792] | : . | descend_wrappers() ... done [10:25:57.793] | : . | parse_call() ... [10:25:57.793] | : . | : Function: furrr::future_map2_dbl(...) [10:25:57.794] | : . | parse_call() ... done [10:25:57.794] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.794] | : . | furrr::future_map2_dbl [10:25:57.795] | : . Finding call to be transpiled ... done [10:25:57.795] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2_dbl() of class 'function' ... [10:25:57.796] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.796] | : . | Transpiler description: furrr::future_map2_dbl() transpiler [10:25:57.797] | : . | Transpiler function: [10:25:57.797] | : . | function (expr, options) [10:25:57.797] | : . | { [10:25:57.797] | : . | ns <- getNamespace("furrr") [10:25:57.797] | : . | fcn <- get("future_map2_dbl", mode = "function", envir = ns) [10:25:57.797] | : . | progressify_furrr(expr, fcn_name = "future_map2_dbl", fcn = fcn, [10:25:57.797] | : . | envir = parent.frame()) [10:25:57.797] | : . | } [10:25:57.797] | : . | [10:25:57.798] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2_dbl() of class 'function' ... done [10:25:57.798] | : get_transpiler() ... done [10:25:57.799] | : Transpile call expression ... [10:25:57.799] | : . local(furrr::future_map2_dbl(.x = { [10:25:57.799] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.799] | : . xs [10:25:57.799] | : . }, .y = ys, .f = local({ [10:25:57.799] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.799] | : . function(..., .progressr_progressor) { [10:25:57.799] | : . on.exit(.progressr_progressor()) [10:25:57.799] | : . .progressr_f(...) [10:25:57.799] | : . } [10:25:57.799] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.800] | : Transpile call expression ... done [10:25:57.800] | : Evaluate transpiled call expression [10:25:57.831] | transpile() ... done [10:25:57.831] progressify() ... done character(0) [10:25:57.832] progressify() ... [10:25:57.832] | transpile() ... [10:25:57.833] | : get_transpiler() ... [10:25:57.833] | : . Finding call to be transpiled ... [10:25:57.834] | : . | descend_wrappers() ... [10:25:57.834] | : . | : Call: [10:25:57.834] | : . | : furrr::future_map2_dbl [10:25:57.835] | : . | : parse_call() ... [10:25:57.835] | : . | : . Function: furrr::future_map2_dbl(...) [10:25:57.836] | : . | : parse_call() ... done [10:25:57.836] | : . | descend_wrappers() ... done [10:25:57.837] | : . | parse_call() ... [10:25:57.837] | : . | : Function: furrr::future_map2_dbl(...) [10:25:57.838] | : . | parse_call() ... done [10:25:57.838] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.838] | : . | furrr::future_map2_dbl [10:25:57.839] | : . Finding call to be transpiled ... done [10:25:57.839] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2_dbl() of class 'function' ... [10:25:57.840] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.840] | : . | Transpiler description: furrr::future_map2_dbl() transpiler [10:25:57.841] | : . | Transpiler function: [10:25:57.841] | : . | function (expr, options) [10:25:57.841] | : . | { [10:25:57.841] | : . | ns <- getNamespace("furrr") [10:25:57.841] | : . | fcn <- get("future_map2_dbl", mode = "function", envir = ns) [10:25:57.841] | : . | progressify_furrr(expr, fcn_name = "future_map2_dbl", fcn = fcn, [10:25:57.841] | : . | envir = parent.frame()) [10:25:57.841] | : . | } [10:25:57.841] | : . | [10:25:57.842] | : . Locating 'progressify::built-in' transpiler for furrr::future_map2_dbl() of class 'function' ... done [10:25:57.842] | : get_transpiler() ... done [10:25:57.842] | : Transpile call expression ... [10:25:57.843] | : . local(furrr::future_map2_dbl(.x = { [10:25:57.843] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.843] | : . xs [10:25:57.843] | : . }, .y = ys, .f = local({ [10:25:57.843] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:57.843] | : . function(..., .progressr_progressor) { [10:25:57.843] | : . on.exit(.progressr_progressor()) [10:25:57.843] | : . .progressr_f(...) [10:25:57.843] | : . } [10:25:57.843] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.844] | : Transpile call expression ... done [10:25:57.844] | : Evaluate transpiled call expression [10:25:57.875] | transpile() ... done [10:25:57.876] progressify() ... done === future_walk2 ========================== furrr::future_walk2(.x = xs, .y = ys, .f = function(x, y) invisible(NULL)) --------------------------------- progressify(furrr::future_walk2(.x = xs, .y = ys, .f = function(x, y) invisible(NULL))) [10:25:57.890] progressify() ... [10:25:57.890] | transpile() ... [10:25:57.891] | : get_transpiler() ... [10:25:57.891] | : . Finding call to be transpiled ... [10:25:57.891] | : . | descend_wrappers() ... [10:25:57.892] | : . | : Call: [10:25:57.892] | : . | : furrr::future_walk2 [10:25:57.893] | : . | : parse_call() ... [10:25:57.893] | : . | : . Function: furrr::future_walk2(...) [10:25:57.893] | : . | : parse_call() ... done [10:25:57.894] | : . | descend_wrappers() ... done [10:25:57.894] | : . | parse_call() ... [10:25:57.895] | : . | : Function: furrr::future_walk2(...) [10:25:57.895] | : . | parse_call() ... done [10:25:57.895] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.896] | : . | furrr::future_walk2 [10:25:57.896] | : . Finding call to be transpiled ... done [10:25:57.897] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk2() of class 'function' ... [10:25:57.897] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.897] | : . | Transpiler description: furrr::future_walk2() transpiler [10:25:57.898] | : . | Transpiler function: [10:25:57.898] | : . | function (expr, options) [10:25:57.898] | : . | { [10:25:57.898] | : . | ns <- getNamespace("furrr") [10:25:57.898] | : . | fcn <- get("future_walk2", mode = "function", envir = ns) [10:25:57.898] | : . | progressify_furrr(expr, fcn_name = "future_walk2", fcn = fcn, [10:25:57.898] | : . | envir = parent.frame()) [10:25:57.898] | : . | } [10:25:57.898] | : . | [10:25:57.899] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk2() of class 'function' ... done [10:25:57.899] | : get_transpiler() ... done [10:25:57.899] | : Transpile call expression ... [10:25:57.900] | : . local(furrr::future_walk2(.x = { [10:25:57.900] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.900] | : . xs [10:25:57.900] | : . }, .y = ys, .f = local({ [10:25:57.900] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:25:57.900] | : . function(..., .progressr_progressor) { [10:25:57.900] | : . on.exit(.progressr_progressor()) [10:25:57.900] | : . .progressr_f(...) [10:25:57.900] | : . } [10:25:57.900] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.901] | : Transpile call expression ... done [10:25:57.901] | : Evaluate transpiled call expression [10:25:57.926] | transpile() ... done [10:25:57.927] progressify() ... done List of 5 $ aa : num 1 $ bb : int [1:2] 1 2 $ cc : int [1:10] 1 2 3 4 5 6 7 8 9 10 $ dd : int [1:5] 1 2 3 4 5 $ .ee: int [1:13] -6 -5 -4 -3 -2 -1 0 1 2 3 ... [10:25:57.929] progressify() ... [10:25:57.930] | transpile() ... [10:25:57.930] | : get_transpiler() ... [10:25:57.931] | : . Finding call to be transpiled ... [10:25:57.932] | : . | descend_wrappers() ... [10:25:57.932] | : . | : Call: [10:25:57.933] | : . | : furrr::future_walk2 [10:25:57.933] | : . | : parse_call() ... [10:25:57.934] | : . | : . Function: furrr::future_walk2(...) [10:25:57.934] | : . | : parse_call() ... done [10:25:57.935] | : . | descend_wrappers() ... done [10:25:57.936] | : . | parse_call() ... [10:25:57.936] | : . | : Function: furrr::future_walk2(...) [10:25:57.937] | : . | parse_call() ... done [10:25:57.937] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.938] | : . | furrr::future_walk2 [10:25:57.938] | : . Finding call to be transpiled ... done [10:25:57.939] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk2() of class 'function' ... [10:25:57.940] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:57.940] | : . | Transpiler description: furrr::future_walk2() transpiler [10:25:57.941] | : . | Transpiler function: [10:25:57.941] | : . | function (expr, options) [10:25:57.941] | : . | { [10:25:57.941] | : . | ns <- getNamespace("furrr") [10:25:57.941] | : . | fcn <- get("future_walk2", mode = "function", envir = ns) [10:25:57.941] | : . | progressify_furrr(expr, fcn_name = "future_walk2", fcn = fcn, [10:25:57.941] | : . | envir = parent.frame()) [10:25:57.941] | : . | } [10:25:57.941] | : . | [10:25:57.942] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk2() of class 'function' ... done [10:25:57.943] | : get_transpiler() ... done [10:25:57.943] | : Transpile call expression ... [10:25:57.944] | : . local(furrr::future_walk2(.x = { [10:25:57.944] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:57.944] | : . xs [10:25:57.944] | : . }, .y = ys, .f = local({ [10:25:57.944] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:25:57.944] | : . function(..., .progressr_progressor) { [10:25:57.944] | : . on.exit(.progressr_progressor()) [10:25:57.944] | : . .progressr_f(...) [10:25:57.944] | : . } [10:25:57.944] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:57.945] | : Transpile call expression ... done [10:25:57.946] | : Evaluate transpiled call expression [10:25:57.989] | transpile() ... done [10:25:57.990] progressify() ... done character(0) [10:25:57.991] progressify() ... [10:25:57.991] | transpile() ... [10:25:57.992] | : get_transpiler() ... [10:25:57.992] | : . Finding call to be transpiled ... [10:25:57.993] | : . | descend_wrappers() ... [10:25:57.993] | : . | : Call: [10:25:57.994] | : . | : furrr::future_walk2 [10:25:57.994] | : . | : parse_call() ... [10:25:57.995] | : . | : . Function: furrr::future_walk2(...) [10:25:57.995] | : . | : parse_call() ... done [10:25:57.996] | : . | descend_wrappers() ... done [10:25:57.996] | : . | parse_call() ... [10:25:57.997] | : . | : Function: furrr::future_walk2(...) [10:25:57.997] | : . | parse_call() ... done [10:25:57.998] | : . | Position of call to be transpiled in expression: c(1) [10:25:57.998] | : . | furrr::future_walk2 [10:25:57.999] | : . Finding call to be transpiled ... done [10:25:57.999] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk2() of class 'function' ... [10:25:58.000] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.000] | : . | Transpiler description: furrr::future_walk2() transpiler [10:25:58.001] | : . | Transpiler function: [10:25:58.001] | : . | function (expr, options) [10:25:58.001] | : . | { [10:25:58.001] | : . | ns <- getNamespace("furrr") [10:25:58.001] | : . | fcn <- get("future_walk2", mode = "function", envir = ns) [10:25:58.001] | : . | progressify_furrr(expr, fcn_name = "future_walk2", fcn = fcn, [10:25:58.001] | : . | envir = parent.frame()) [10:25:58.001] | : . | } [10:25:58.001] | : . | [10:25:58.002] | : . Locating 'progressify::built-in' transpiler for furrr::future_walk2() of class 'function' ... done [10:25:58.002] | : get_transpiler() ... done [10:25:58.003] | : Transpile call expression ... [10:25:58.004] | : . local(furrr::future_walk2(.x = { [10:25:58.004] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:58.004] | : . xs [10:25:58.004] | : . }, .y = ys, .f = local({ [10:25:58.004] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:25:58.004] | : . function(..., .progressr_progressor) { [10:25:58.004] | : . on.exit(.progressr_progressor()) [10:25:58.004] | : . .progressr_f(...) [10:25:58.004] | : . } [10:25:58.004] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.005] | : Transpile call expression ... done [10:25:58.005] | : Evaluate transpiled call expression [10:25:58.038] | transpile() ... done [10:25:58.038] progressify() ... done === future_pmap ========================== furrr::future_pmap(.l = list(xs, ys), .f = FUN2) --------------------------------- progressify(furrr::future_pmap(.l = list(xs, ys), .f = FUN2)) [10:25:58.065] progressify() ... [10:25:58.065] | transpile() ... [10:25:58.066] | : get_transpiler() ... [10:25:58.066] | : . Finding call to be transpiled ... [10:25:58.067] | : . | descend_wrappers() ... [10:25:58.067] | : . | : Call: [10:25:58.068] | : . | : furrr::future_pmap [10:25:58.068] | : . | : parse_call() ... [10:25:58.069] | : . | : . Function: furrr::future_pmap(...) [10:25:58.069] | : . | : parse_call() ... done [10:25:58.070] | : . | descend_wrappers() ... done [10:25:58.070] | : . | parse_call() ... [10:25:58.071] | : . | : Function: furrr::future_pmap(...) [10:25:58.071] | : . | parse_call() ... done [10:25:58.072] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.072] | : . | furrr::future_pmap [10:25:58.073] | : . Finding call to be transpiled ... done [10:25:58.073] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... [10:25:58.074] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.074] | : . | Transpiler description: furrr::future_pmap() transpiler [10:25:58.075] | : . | Transpiler function: [10:25:58.075] | : . | function (expr, options) [10:25:58.075] | : . | { [10:25:58.075] | : . | ns <- getNamespace("furrr") [10:25:58.075] | : . | fcn <- get("future_pmap", mode = "function", envir = ns) [10:25:58.075] | : . | progressify_furrr(expr, fcn_name = "future_pmap", fcn = fcn, [10:25:58.075] | : . | envir = parent.frame()) [10:25:58.075] | : . | } [10:25:58.075] | : . | [10:25:58.076] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... done [10:25:58.077] | : get_transpiler() ... done [10:25:58.077] | : Transpile call expression ... [10:25:58.078] | : . local(furrr::future_pmap(.l = { [10:25:58.078] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.078] | : . ys)[[1]]) [10:25:58.078] | : . list(xs, ys) [10:25:58.078] | : . }, .f = local({ [10:25:58.078] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.078] | : . function(..., .progressr_progressor) { [10:25:58.078] | : . on.exit(.progressr_progressor()) [10:25:58.078] | : . .progressr_f(...) [10:25:58.078] | : . } [10:25:58.078] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.079] | : Transpile call expression ... done [10:25:58.080] | : Evaluate transpiled call expression [10:25:58.115] | transpile() ... done [10:25:58.116] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:25:58.119] progressify() ... [10:25:58.119] | transpile() ... [10:25:58.120] | : get_transpiler() ... [10:25:58.120] | : . Finding call to be transpiled ... [10:25:58.121] | : . | descend_wrappers() ... [10:25:58.121] | : . | : Call: [10:25:58.122] | : . | : furrr::future_pmap [10:25:58.122] | : . | : parse_call() ... [10:25:58.123] | : . | : . Function: furrr::future_pmap(...) [10:25:58.123] | : . | : parse_call() ... done [10:25:58.124] | : . | descend_wrappers() ... done [10:25:58.124] | : . | parse_call() ... [10:25:58.125] | : . | : Function: furrr::future_pmap(...) [10:25:58.125] | : . | parse_call() ... done [10:25:58.126] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.126] | : . | furrr::future_pmap [10:25:58.127] | : . Finding call to be transpiled ... done [10:25:58.127] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... [10:25:58.128] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.128] | : . | Transpiler description: furrr::future_pmap() transpiler [10:25:58.129] | : . | Transpiler function: [10:25:58.129] | : . | function (expr, options) [10:25:58.129] | : . | { [10:25:58.129] | : . | ns <- getNamespace("furrr") [10:25:58.129] | : . | fcn <- get("future_pmap", mode = "function", envir = ns) [10:25:58.129] | : . | progressify_furrr(expr, fcn_name = "future_pmap", fcn = fcn, [10:25:58.129] | : . | envir = parent.frame()) [10:25:58.129] | : . | } [10:25:58.129] | : . | [10:25:58.130] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... done [10:25:58.130] | : get_transpiler() ... done [10:25:58.131] | : Transpile call expression ... [10:25:58.132] | : . local(furrr::future_pmap(.l = { [10:25:58.132] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.132] | : . ys)[[1]]) [10:25:58.132] | : . list(xs, ys) [10:25:58.132] | : . }, .f = local({ [10:25:58.132] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.132] | : . function(..., .progressr_progressor) { [10:25:58.132] | : . on.exit(.progressr_progressor()) [10:25:58.132] | : . .progressr_f(...) [10:25:58.132] | : . } [10:25:58.132] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.133] | : Transpile call expression ... done [10:25:58.133] | : Evaluate transpiled call expression [10:25:58.171] | transpile() ... done [10:25:58.171] progressify() ... done character(0) [10:25:58.172] progressify() ... [10:25:58.172] | transpile() ... [10:25:58.173] | : get_transpiler() ... [10:25:58.173] | : . Finding call to be transpiled ... [10:25:58.174] | : . | descend_wrappers() ... [10:25:58.174] | : . | : Call: [10:25:58.175] | : . | : furrr::future_pmap [10:25:58.176] | : . | : parse_call() ... [10:25:58.176] | : . | : . Function: furrr::future_pmap(...) [10:25:58.177] | : . | : parse_call() ... done [10:25:58.177] | : . | descend_wrappers() ... done [10:25:58.177] | : . | parse_call() ... [10:25:58.178] | : . | : Function: furrr::future_pmap(...) [10:25:58.178] | : . | parse_call() ... done [10:25:58.179] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.179] | : . | furrr::future_pmap [10:25:58.180] | : . Finding call to be transpiled ... done [10:25:58.181] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... [10:25:58.181] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.182] | : . | Transpiler description: furrr::future_pmap() transpiler [10:25:58.182] | : . | Transpiler function: [10:25:58.183] | : . | function (expr, options) [10:25:58.183] | : . | { [10:25:58.183] | : . | ns <- getNamespace("furrr") [10:25:58.183] | : . | fcn <- get("future_pmap", mode = "function", envir = ns) [10:25:58.183] | : . | progressify_furrr(expr, fcn_name = "future_pmap", fcn = fcn, [10:25:58.183] | : . | envir = parent.frame()) [10:25:58.183] | : . | } [10:25:58.183] | : . | [10:25:58.183] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... done [10:25:58.184] | : get_transpiler() ... done [10:25:58.184] | : Transpile call expression ... [10:25:58.185] | : . local(furrr::future_pmap(.l = { [10:25:58.185] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.185] | : . ys)[[1]]) [10:25:58.185] | : . list(xs, ys) [10:25:58.185] | : . }, .f = local({ [10:25:58.185] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.185] | : . function(..., .progressr_progressor) { [10:25:58.185] | : . on.exit(.progressr_progressor()) [10:25:58.185] | : . .progressr_f(...) [10:25:58.185] | : . } [10:25:58.185] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.186] | : Transpile call expression ... done [10:25:58.186] | : Evaluate transpiled call expression [10:25:58.221] | transpile() ... done [10:25:58.222] progressify() ... done === future_pmap ========================== future_pmap(list(xs, ys), FUN2) --------------------------------- progressify(future_pmap(list(xs, ys), FUN2)) [10:25:58.247] progressify() ... [10:25:58.248] | transpile() ... [10:25:58.248] | : get_transpiler() ... [10:25:58.249] | : . Finding call to be transpiled ... [10:25:58.249] | : . | descend_wrappers() ... [10:25:58.250] | : . | : Call: [10:25:58.250] | : . | : future_pmap [10:25:58.251] | : . | : parse_call() ... [10:25:58.251] | : . | : . Function: future_pmap(...) [10:25:58.252] | : . | : . Locate function ... [10:25:58.252] | : . | : . | Function located in: 'furrr' [10:25:58.253] | : . | : . Locate function ... done [10:25:58.253] | : . | : parse_call() ... done [10:25:58.254] | : . | descend_wrappers() ... done [10:25:58.254] | : . | parse_call() ... [10:25:58.255] | : . | : Function: future_pmap(...) [10:25:58.255] | : . | : Locate function ... [10:25:58.256] | : . | : . Function located in: 'furrr' [10:25:58.256] | : . | : Locate function ... done [10:25:58.257] | : . | parse_call() ... done [10:25:58.257] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.258] | : . | future_pmap [10:25:58.258] | : . Finding call to be transpiled ... done [10:25:58.259] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... [10:25:58.259] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.260] | : . | Transpiler description: furrr::future_pmap() transpiler [10:25:58.260] | : . | Transpiler function: [10:25:58.261] | : . | function (expr, options) [10:25:58.261] | : . | { [10:25:58.261] | : . | ns <- getNamespace("furrr") [10:25:58.261] | : . | fcn <- get("future_pmap", mode = "function", envir = ns) [10:25:58.261] | : . | progressify_furrr(expr, fcn_name = "future_pmap", fcn = fcn, [10:25:58.261] | : . | envir = parent.frame()) [10:25:58.261] | : . | } [10:25:58.261] | : . | [10:25:58.261] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... done [10:25:58.262] | : get_transpiler() ... done [10:25:58.262] | : Transpile call expression ... [10:25:58.263] | : . local(future_pmap({ [10:25:58.263] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.263] | : . ys)[[1]]) [10:25:58.263] | : . list(xs, ys) [10:25:58.263] | : . }, local({ [10:25:58.263] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.263] | : . function(..., .progressr_progressor) { [10:25:58.263] | : . on.exit(.progressr_progressor()) [10:25:58.263] | : . .progressr_f(...) [10:25:58.263] | : . } [10:25:58.263] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.264] | : Transpile call expression ... done [10:25:58.265] | : Evaluate transpiled call expression [10:25:58.299] | transpile() ... done [10:25:58.300] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:25:58.303] progressify() ... [10:25:58.303] | transpile() ... [10:25:58.304] | : get_transpiler() ... [10:25:58.304] | : . Finding call to be transpiled ... [10:25:58.305] | : . | descend_wrappers() ... [10:25:58.305] | : . | : Call: [10:25:58.306] | : . | : future_pmap [10:25:58.307] | : . | : parse_call() ... [10:25:58.307] | : . | : . Function: future_pmap(...) [10:25:58.307] | : . | : . Locate function ... [10:25:58.308] | : . | : . | Function located in: 'furrr' [10:25:58.308] | : . | : . Locate function ... done [10:25:58.309] | : . | : parse_call() ... done [10:25:58.309] | : . | descend_wrappers() ... done [10:25:58.310] | : . | parse_call() ... [10:25:58.310] | : . | : Function: future_pmap(...) [10:25:58.311] | : . | : Locate function ... [10:25:58.311] | : . | : . Function located in: 'furrr' [10:25:58.312] | : . | : Locate function ... done [10:25:58.312] | : . | parse_call() ... done [10:25:58.313] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.313] | : . | future_pmap [10:25:58.314] | : . Finding call to be transpiled ... done [10:25:58.314] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... [10:25:58.315] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.315] | : . | Transpiler description: furrr::future_pmap() transpiler [10:25:58.316] | : . | Transpiler function: [10:25:58.316] | : . | function (expr, options) [10:25:58.316] | : . | { [10:25:58.316] | : . | ns <- getNamespace("furrr") [10:25:58.316] | : . | fcn <- get("future_pmap", mode = "function", envir = ns) [10:25:58.316] | : . | progressify_furrr(expr, fcn_name = "future_pmap", fcn = fcn, [10:25:58.316] | : . | envir = parent.frame()) [10:25:58.316] | : . | } [10:25:58.316] | : . | [10:25:58.317] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... done [10:25:58.318] | : get_transpiler() ... done [10:25:58.318] | : Transpile call expression ... [10:25:58.319] | : . local(future_pmap({ [10:25:58.319] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.319] | : . ys)[[1]]) [10:25:58.319] | : . list(xs, ys) [10:25:58.319] | : . }, local({ [10:25:58.319] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.319] | : . function(..., .progressr_progressor) { [10:25:58.319] | : . on.exit(.progressr_progressor()) [10:25:58.319] | : . .progressr_f(...) [10:25:58.319] | : . } [10:25:58.319] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.320] | : Transpile call expression ... done [10:25:58.320] | : Evaluate transpiled call expression [10:25:58.358] | transpile() ... done [10:25:58.358] progressify() ... done character(0) [10:25:58.359] progressify() ... [10:25:58.360] | transpile() ... [10:25:58.360] | : get_transpiler() ... [10:25:58.360] | : . Finding call to be transpiled ... [10:25:58.361] | : . | descend_wrappers() ... [10:25:58.361] | : . | : Call: [10:25:58.362] | : . | : future_pmap [10:25:58.363] | : . | : parse_call() ... [10:25:58.363] | : . | : . Function: future_pmap(...) [10:25:58.364] | : . | : . Locate function ... [10:25:58.364] | : . | : . | Function located in: 'furrr' [10:25:58.364] | : . | : . Locate function ... done [10:25:58.365] | : . | : parse_call() ... done [10:25:58.365] | : . | descend_wrappers() ... done [10:25:58.366] | : . | parse_call() ... [10:25:58.366] | : . | : Function: future_pmap(...) [10:25:58.367] | : . | : Locate function ... [10:25:58.367] | : . | : . Function located in: 'furrr' [10:25:58.368] | : . | : Locate function ... done [10:25:58.368] | : . | parse_call() ... done [10:25:58.369] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.369] | : . | future_pmap [10:25:58.370] | : . Finding call to be transpiled ... done [10:25:58.370] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... [10:25:58.371] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.371] | : . | Transpiler description: furrr::future_pmap() transpiler [10:25:58.372] | : . | Transpiler function: [10:25:58.372] | : . | function (expr, options) [10:25:58.372] | : . | { [10:25:58.372] | : . | ns <- getNamespace("furrr") [10:25:58.372] | : . | fcn <- get("future_pmap", mode = "function", envir = ns) [10:25:58.372] | : . | progressify_furrr(expr, fcn_name = "future_pmap", fcn = fcn, [10:25:58.372] | : . | envir = parent.frame()) [10:25:58.372] | : . | } [10:25:58.372] | : . | [10:25:58.373] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap() of class 'function' ... done [10:25:58.374] | : get_transpiler() ... done [10:25:58.374] | : Transpile call expression ... [10:25:58.375] | : . local(future_pmap({ [10:25:58.375] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.375] | : . ys)[[1]]) [10:25:58.375] | : . list(xs, ys) [10:25:58.375] | : . }, local({ [10:25:58.375] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.375] | : . function(..., .progressr_progressor) { [10:25:58.375] | : . on.exit(.progressr_progressor()) [10:25:58.375] | : . .progressr_f(...) [10:25:58.375] | : . } [10:25:58.375] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.376] | : Transpile call expression ... done [10:25:58.376] | : Evaluate transpiled call expression [10:25:58.411] | transpile() ... done [10:25:58.411] progressify() ... done === future_pmap_dbl ========================== furrr::future_pmap_dbl(.l = list(xs, ys), .f = FUN2) --------------------------------- progressify(furrr::future_pmap_dbl(.l = list(xs, ys), .f = FUN2)) [10:25:58.437] progressify() ... [10:25:58.437] | transpile() ... [10:25:58.438] | : get_transpiler() ... [10:25:58.438] | : . Finding call to be transpiled ... [10:25:58.439] | : . | descend_wrappers() ... [10:25:58.439] | : . | : Call: [10:25:58.440] | : . | : furrr::future_pmap_dbl [10:25:58.441] | : . | : parse_call() ... [10:25:58.441] | : . | : . Function: furrr::future_pmap_dbl(...) [10:25:58.442] | : . | : parse_call() ... done [10:25:58.442] | : . | descend_wrappers() ... done [10:25:58.442] | : . | parse_call() ... [10:25:58.443] | : . | : Function: furrr::future_pmap_dbl(...) [10:25:58.443] | : . | parse_call() ... done [10:25:58.444] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.444] | : . | furrr::future_pmap_dbl [10:25:58.445] | : . Finding call to be transpiled ... done [10:25:58.446] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap_dbl() of class 'function' ... [10:25:58.446] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.447] | : . | Transpiler description: furrr::future_pmap_dbl() transpiler [10:25:58.447] | : . | Transpiler function: [10:25:58.448] | : . | function (expr, options) [10:25:58.448] | : . | { [10:25:58.448] | : . | ns <- getNamespace("furrr") [10:25:58.448] | : . | fcn <- get("future_pmap_dbl", mode = "function", envir = ns) [10:25:58.448] | : . | progressify_furrr(expr, fcn_name = "future_pmap_dbl", fcn = fcn, [10:25:58.448] | : . | envir = parent.frame()) [10:25:58.448] | : . | } [10:25:58.448] | : . | [10:25:58.448] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap_dbl() of class 'function' ... done [10:25:58.449] | : get_transpiler() ... done [10:25:58.449] | : Transpile call expression ... [10:25:58.450] | : . local(furrr::future_pmap_dbl(.l = { [10:25:58.450] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.450] | : . ys)[[1]]) [10:25:58.450] | : . list(xs, ys) [10:25:58.450] | : . }, .f = local({ [10:25:58.450] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.450] | : . function(..., .progressr_progressor) { [10:25:58.450] | : . on.exit(.progressr_progressor()) [10:25:58.450] | : . .progressr_f(...) [10:25:58.450] | : . } [10:25:58.450] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.451] | : Transpile call expression ... done [10:25:58.451] | : Evaluate transpiled call expression [10:25:58.486] | transpile() ... done [10:25:58.487] progressify() ... done Named num [1:5] 11 44 400 225 605 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:25:58.488] progressify() ... [10:25:58.488] | transpile() ... [10:25:58.489] | : get_transpiler() ... [10:25:58.489] | : . Finding call to be transpiled ... [10:25:58.490] | : . | descend_wrappers() ... [10:25:58.490] | : . | : Call: [10:25:58.491] | : . | : furrr::future_pmap_dbl [10:25:58.491] | : . | : parse_call() ... [10:25:58.492] | : . | : . Function: furrr::future_pmap_dbl(...) [10:25:58.492] | : . | : parse_call() ... done [10:25:58.493] | : . | descend_wrappers() ... done [10:25:58.494] | : . | parse_call() ... [10:25:58.494] | : . | : Function: furrr::future_pmap_dbl(...) [10:25:58.495] | : . | parse_call() ... done [10:25:58.495] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.495] | : . | furrr::future_pmap_dbl [10:25:58.496] | : . Finding call to be transpiled ... done [10:25:58.497] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap_dbl() of class 'function' ... [10:25:58.497] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.498] | : . | Transpiler description: furrr::future_pmap_dbl() transpiler [10:25:58.498] | : . | Transpiler function: [10:25:58.499] | : . | function (expr, options) [10:25:58.499] | : . | { [10:25:58.499] | : . | ns <- getNamespace("furrr") [10:25:58.499] | : . | fcn <- get("future_pmap_dbl", mode = "function", envir = ns) [10:25:58.499] | : . | progressify_furrr(expr, fcn_name = "future_pmap_dbl", fcn = fcn, [10:25:58.499] | : . | envir = parent.frame()) [10:25:58.499] | : . | } [10:25:58.499] | : . | [10:25:58.499] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap_dbl() of class 'function' ... done [10:25:58.500] | : get_transpiler() ... done [10:25:58.500] | : Transpile call expression ... [10:25:58.501] | : . local(furrr::future_pmap_dbl(.l = { [10:25:58.501] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.501] | : . ys)[[1]]) [10:25:58.501] | : . list(xs, ys) [10:25:58.501] | : . }, .f = local({ [10:25:58.501] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.501] | : . function(..., .progressr_progressor) { [10:25:58.501] | : . on.exit(.progressr_progressor()) [10:25:58.501] | : . .progressr_f(...) [10:25:58.501] | : . } [10:25:58.501] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.502] | : Transpile call expression ... done [10:25:58.502] | : Evaluate transpiled call expression [10:25:58.540] | transpile() ... done [10:25:58.540] progressify() ... done character(0) [10:25:58.541] progressify() ... [10:25:58.542] | transpile() ... [10:25:58.542] | : get_transpiler() ... [10:25:58.542] | : . Finding call to be transpiled ... [10:25:58.543] | : . | descend_wrappers() ... [10:25:58.543] | : . | : Call: [10:25:58.544] | : . | : furrr::future_pmap_dbl [10:25:58.545] | : . | : parse_call() ... [10:25:58.545] | : . | : . Function: furrr::future_pmap_dbl(...) [10:25:58.546] | : . | : parse_call() ... done [10:25:58.546] | : . | descend_wrappers() ... done [10:25:58.547] | : . | parse_call() ... [10:25:58.547] | : . | : Function: furrr::future_pmap_dbl(...) [10:25:58.547] | : . | parse_call() ... done [10:25:58.548] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.548] | : . | furrr::future_pmap_dbl [10:25:58.549] | : . Finding call to be transpiled ... done [10:25:58.550] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap_dbl() of class 'function' ... [10:25:58.550] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.551] | : . | Transpiler description: furrr::future_pmap_dbl() transpiler [10:25:58.551] | : . | Transpiler function: [10:25:58.551] | : . | function (expr, options) [10:25:58.551] | : . | { [10:25:58.551] | : . | ns <- getNamespace("furrr") [10:25:58.551] | : . | fcn <- get("future_pmap_dbl", mode = "function", envir = ns) [10:25:58.551] | : . | progressify_furrr(expr, fcn_name = "future_pmap_dbl", fcn = fcn, [10:25:58.551] | : . | envir = parent.frame()) [10:25:58.551] | : . | } [10:25:58.551] | : . | [10:25:58.552] | : . Locating 'progressify::built-in' transpiler for furrr::future_pmap_dbl() of class 'function' ... done [10:25:58.553] | : get_transpiler() ... done [10:25:58.553] | : Transpile call expression ... [10:25:58.554] | : . local(furrr::future_pmap_dbl(.l = { [10:25:58.554] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.554] | : . ys)[[1]]) [10:25:58.554] | : . list(xs, ys) [10:25:58.554] | : . }, .f = local({ [10:25:58.554] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:25:58.554] | : . function(..., .progressr_progressor) { [10:25:58.554] | : . on.exit(.progressr_progressor()) [10:25:58.554] | : . .progressr_f(...) [10:25:58.554] | : . } [10:25:58.554] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.555] | : Transpile call expression ... done [10:25:58.555] | : Evaluate transpiled call expression [10:25:58.592] | transpile() ... done [10:25:58.593] progressify() ... done === future_pwalk ========================== furrr::future_pwalk(.l = list(xs, ys), .f = function(x, y) invisible(NULL)) --------------------------------- progressify(furrr::future_pwalk(.l = list(xs, ys), .f = function(x, y) invisible(NULL))) [10:25:58.610] progressify() ... [10:25:58.610] | transpile() ... [10:25:58.611] | : get_transpiler() ... [10:25:58.611] | : . Finding call to be transpiled ... [10:25:58.612] | : . | descend_wrappers() ... [10:25:58.612] | : . | : Call: [10:25:58.613] | : . | : furrr::future_pwalk [10:25:58.614] | : . | : parse_call() ... [10:25:58.614] | : . | : . Function: furrr::future_pwalk(...) [10:25:58.615] | : . | : parse_call() ... done [10:25:58.615] | : . | descend_wrappers() ... done [10:25:58.616] | : . | parse_call() ... [10:25:58.616] | : . | : Function: furrr::future_pwalk(...) [10:25:58.616] | : . | parse_call() ... done [10:25:58.617] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.617] | : . | furrr::future_pwalk [10:25:58.618] | : . Finding call to be transpiled ... done [10:25:58.619] | : . Locating 'progressify::built-in' transpiler for furrr::future_pwalk() of class 'function' ... [10:25:58.619] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.620] | : . | Transpiler description: furrr::future_pwalk() transpiler [10:25:58.620] | : . | Transpiler function: [10:25:58.620] | : . | function (expr, options) [10:25:58.620] | : . | { [10:25:58.620] | : . | ns <- getNamespace("furrr") [10:25:58.620] | : . | fcn <- get("future_pwalk", mode = "function", envir = ns) [10:25:58.620] | : . | progressify_furrr(expr, fcn_name = "future_pwalk", fcn = fcn, [10:25:58.620] | : . | envir = parent.frame()) [10:25:58.620] | : . | } [10:25:58.620] | : . | [10:25:58.621] | : . Locating 'progressify::built-in' transpiler for furrr::future_pwalk() of class 'function' ... done [10:25:58.622] | : get_transpiler() ... done [10:25:58.622] | : Transpile call expression ... [10:25:58.623] | : . local(furrr::future_pwalk(.l = { [10:25:58.623] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.623] | : . ys)[[1]]) [10:25:58.623] | : . list(xs, ys) [10:25:58.623] | : . }, .f = local({ [10:25:58.623] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:25:58.623] | : . function(..., .progressr_progressor) { [10:25:58.623] | : . on.exit(.progressr_progressor()) [10:25:58.623] | : . .progressr_f(...) [10:25:58.623] | : . } [10:25:58.623] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.624] | : Transpile call expression ... done [10:25:58.624] | : Evaluate transpiled call expression [10:25:58.656] | transpile() ... done [10:25:58.657] progressify() ... done List of 2 $ :List of 5 ..$ aa : num 1 ..$ bb : int [1:2] 1 2 ..$ cc : int [1:10] 1 2 3 4 5 6 7 8 9 10 ..$ dd : int [1:5] 1 2 3 4 5 ..$ .ee: int [1:13] -6 -5 -4 -3 -2 -1 0 1 2 3 ... $ :List of 5 ..$ aa : num 10 ..$ bb : int [1:2] 20 21 ..$ cc : int [1:10] 30 31 32 33 34 35 36 37 38 39 ..$ dd : int [1:5] 40 41 42 43 44 ..$ .ee: int [1:11] 50 51 52 53 54 55 56 57 58 59 ... [10:25:58.662] progressify() ... [10:25:58.663] | transpile() ... [10:25:58.663] | : get_transpiler() ... [10:25:58.664] | : . Finding call to be transpiled ... [10:25:58.664] | : . | descend_wrappers() ... [10:25:58.665] | : . | : Call: [10:25:58.666] | : . | : furrr::future_pwalk [10:25:58.666] | : . | : parse_call() ... [10:25:58.667] | : . | : . Function: furrr::future_pwalk(...) [10:25:58.667] | : . | : parse_call() ... done [10:25:58.668] | : . | descend_wrappers() ... done [10:25:58.668] | : . | parse_call() ... [10:25:58.669] | : . | : Function: furrr::future_pwalk(...) [10:25:58.669] | : . | parse_call() ... done [10:25:58.670] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.670] | : . | furrr::future_pwalk [10:25:58.671] | : . Finding call to be transpiled ... done [10:25:58.671] | : . Locating 'progressify::built-in' transpiler for furrr::future_pwalk() of class 'function' ... [10:25:58.672] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.672] | : . | Transpiler description: furrr::future_pwalk() transpiler [10:25:58.673] | : . | Transpiler function: [10:25:58.673] | : . | function (expr, options) [10:25:58.673] | : . | { [10:25:58.673] | : . | ns <- getNamespace("furrr") [10:25:58.673] | : . | fcn <- get("future_pwalk", mode = "function", envir = ns) [10:25:58.673] | : . | progressify_furrr(expr, fcn_name = "future_pwalk", fcn = fcn, [10:25:58.673] | : . | envir = parent.frame()) [10:25:58.673] | : . | } [10:25:58.673] | : . | [10:25:58.674] | : . Locating 'progressify::built-in' transpiler for furrr::future_pwalk() of class 'function' ... done [10:25:58.674] | : get_transpiler() ... done [10:25:58.675] | : Transpile call expression ... [10:25:58.675] | : . local(furrr::future_pwalk(.l = { [10:25:58.675] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.675] | : . ys)[[1]]) [10:25:58.675] | : . list(xs, ys) [10:25:58.675] | : . }, .f = local({ [10:25:58.675] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:25:58.675] | : . function(..., .progressr_progressor) { [10:25:58.675] | : . on.exit(.progressr_progressor()) [10:25:58.675] | : . .progressr_f(...) [10:25:58.675] | : . } [10:25:58.675] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.676] | : Transpile call expression ... done [10:25:58.677] | : Evaluate transpiled call expression [10:25:58.712] | transpile() ... done [10:25:58.713] progressify() ... done character(0) [10:25:58.713] progressify() ... [10:25:58.714] | transpile() ... [10:25:58.714] | : get_transpiler() ... [10:25:58.715] | : . Finding call to be transpiled ... [10:25:58.715] | : . | descend_wrappers() ... [10:25:58.716] | : . | : Call: [10:25:58.716] | : . | : furrr::future_pwalk [10:25:58.717] | : . | : parse_call() ... [10:25:58.717] | : . | : . Function: furrr::future_pwalk(...) [10:25:58.718] | : . | : parse_call() ... done [10:25:58.718] | : . | descend_wrappers() ... done [10:25:58.719] | : . | parse_call() ... [10:25:58.719] | : . | : Function: furrr::future_pwalk(...) [10:25:58.720] | : . | parse_call() ... done [10:25:58.720] | : . | Position of call to be transpiled in expression: c(1) [10:25:58.721] | : . | furrr::future_pwalk [10:25:58.721] | : . Finding call to be transpiled ... done [10:25:58.722] | : . Locating 'progressify::built-in' transpiler for furrr::future_pwalk() of class 'function' ... [10:25:58.722] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:58.723] | : . | Transpiler description: furrr::future_pwalk() transpiler [10:25:58.723] | : . | Transpiler function: [10:25:58.724] | : . | function (expr, options) [10:25:58.724] | : . | { [10:25:58.724] | : . | ns <- getNamespace("furrr") [10:25:58.724] | : . | fcn <- get("future_pwalk", mode = "function", envir = ns) [10:25:58.724] | : . | progressify_furrr(expr, fcn_name = "future_pwalk", fcn = fcn, [10:25:58.724] | : . | envir = parent.frame()) [10:25:58.724] | : . | } [10:25:58.724] | : . | [10:25:58.724] | : . Locating 'progressify::built-in' transpiler for furrr::future_pwalk() of class 'function' ... done [10:25:58.725] | : get_transpiler() ... done [10:25:58.725] | : Transpile call expression ... [10:25:58.726] | : . local(furrr::future_pwalk(.l = { [10:25:58.726] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:25:58.726] | : . ys)[[1]]) [10:25:58.726] | : . list(xs, ys) [10:25:58.726] | : . }, .f = local({ [10:25:58.726] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:25:58.726] | : . function(..., .progressr_progressor) { [10:25:58.726] | : . on.exit(.progressr_progressor()) [10:25:58.726] | : . .progressr_f(...) [10:25:58.726] | : . } [10:25:58.726] | : . }), .progressr_progressor = .progressr_progressor)) [10:25:58.727] | : Transpile call expression ... done [10:25:58.727] | : Evaluate transpiled call expression [10:25:58.759] | transpile() ... done [10:25:58.759] progressify() ... done Test time: user.self=4s, sys.self=0.3s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'progressify-furrr' ... success > > proc.time() user system elapsed 3.73 0.34 4.07