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-future.apply.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > progressify:::testme("progressify-future.apply") Test 'progressify-future.apply' ... chr "none" > if (requireNamespace("future.apply")) { + library(progressify) + library(future.apply) + options(progressify.debug = TRUE) + y <- pr .... [TRUNCATED] Loading required namespace: future.apply Loading required package: progressr Loading required package: future [10:25:59.233] progressify() ... [10:25:59.235] | transpile() ... [10:25:59.235] | : get_transpiler() ... [10:25:59.236] | : . Finding call to be transpiled ... [10:25:59.237] | : . | descend_wrappers() ... [10:25:59.237] | : . | : Call: [10:25:59.238] | : . | : lapply [10:25:59.239] | : . | : parse_call() ... [10:25:59.239] | : . | : . Function: lapply(...) [10:25:59.240] | : . | : . Locate function ... [10:25:59.240] | : . | : . | Function located in: 'base' [10:25:59.241] | : . | : . Locate function ... done [10:25:59.241] | : . | : parse_call() ... done [10:25:59.242] | : . | descend_wrappers() ... done [10:25:59.242] | : . | parse_call() ... [10:25:59.243] | : . | : Function: lapply(...) [10:25:59.243] | : . | : Locate function ... [10:25:59.244] | : . | : . Function located in: 'base' [10:25:59.244] | : . | : Locate function ... done [10:25:59.245] | : . | parse_call() ... done [10:25:59.245] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.246] | : . | lapply [10:25:59.246] | : . Finding call to be transpiled ... done [10:25:59.247] | : . Locating 'progressify::built-in' transpiler for base::lapply() of class 'function' ... [10:25:59.247] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.248] | : . | Transpiler description: base::lapply() transpiler [10:25:59.248] | : . | Transpiler function: [10:25:59.249] | : . | function (expr, options) [10:25:59.249] | : . | { [10:25:59.249] | : . | ns <- baseenv() [10:25:59.249] | : . | fcn <- get("lapply", mode = "function", envir = ns) [10:25:59.249] | : . | progressify_base(expr, fcn_name = "lapply", fcn = fcn, envir = parent.frame()) [10:25:59.249] | : . | } [10:25:59.249] | : . | [10:25:59.250] | : . Locating 'progressify::built-in' transpiler for base::lapply() of class 'function' ... done [10:25:59.250] | : get_transpiler() ... done [10:25:59.251] | : Transpile call expression ... [10:25:59.251] | : . local(lapply(X = { [10:25:59.251] | : . .progressr_progressor <- progressr::progressor(along = 1:3) [10:25:59.251] | : . 1:3 [10:25:59.251] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.251] | : . on.exit(.progressr_progressor()) [10:25:59.251] | : . ...FUN(...) [10:25:59.251] | : . }, ...FUN = function(x) { [10:25:59.251] | : . print(x) [10:25:59.251] | : . }, .progressr_progressor = .progressr_progressor)) [10:25:59.253] | : Transpile call expression ... done [10:25:59.253] | : Evaluate transpiled call expression [1] 1 [1] 2 [1] 3 [10:25:59.254] | transpile() ... done [10:25:59.255] progressify() ... done [[1]] [1] 1 [[2]] [1] 2 [[3]] [1] 3 === future_lapply ========================== future_lapply(X = xs, FUN = FUN) --------------------------------- progressify(future_lapply(X = xs, FUN = FUN)) [10:25:59.405] progressify() ... [10:25:59.405] | transpile() ... [10:25:59.406] | : get_transpiler() ... [10:25:59.406] | : . Finding call to be transpiled ... [10:25:59.407] | : . | descend_wrappers() ... [10:25:59.407] | : . | : Call: [10:25:59.408] | : . | : future_lapply [10:25:59.409] | : . | : parse_call() ... [10:25:59.409] | : . | : . Function: future_lapply(...) [10:25:59.410] | : . | : . Locate function ... [10:25:59.410] | : . | : . | Function located in: 'future.apply' [10:25:59.411] | : . | : . Locate function ... done [10:25:59.411] | : . | : parse_call() ... done [10:25:59.412] | : . | descend_wrappers() ... done [10:25:59.412] | : . | parse_call() ... [10:25:59.413] | : . | : Function: future_lapply(...) [10:25:59.413] | : . | : Locate function ... [10:25:59.414] | : . | : . Function located in: 'future.apply' [10:25:59.414] | : . | : Locate function ... done [10:25:59.415] | : . | parse_call() ... done [10:25:59.415] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.416] | : . | future_lapply [10:25:59.416] | : . Finding call to be transpiled ... done [10:25:59.417] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... [10:25:59.418] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.418] | : . | Transpiler description: future.apply::future_lapply() transpiler [10:25:59.419] | : . | Transpiler function: [10:25:59.419] | : . | function (expr, options) [10:25:59.419] | : . | { [10:25:59.419] | : . | ns <- getNamespace("future.apply") [10:25:59.419] | : . | fcn <- get("future_lapply", mode = "function", envir = ns) [10:25:59.419] | : . | progressify_future.apply(expr, fcn_name = "future_lapply", [10:25:59.419] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.419] | : . | } [10:25:59.419] | : . | [10:25:59.420] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... done [10:25:59.420] | : get_transpiler() ... done [10:25:59.421] | : Transpile call expression ... [10:25:59.422] | : . local(future_lapply(X = { [10:25:59.422] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.422] | : . xs [10:25:59.422] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.422] | : . on.exit(.progressr_progressor()) [10:25:59.422] | : . ...FUN(...) [10:25:59.422] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.423] | : Transpile call expression ... done [10:25:59.423] | : Evaluate transpiled call expression [10:25:59.500] | transpile() ... done [10:25:59.500] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:25:59.504] progressify() ... [10:25:59.505] | transpile() ... [10:25:59.505] | : get_transpiler() ... [10:25:59.506] | : . Finding call to be transpiled ... [10:25:59.506] | : . | descend_wrappers() ... [10:25:59.507] | : . | : Call: [10:25:59.507] | : . | : future_lapply [10:25:59.508] | : . | : parse_call() ... [10:25:59.508] | : . | : . Function: future_lapply(...) [10:25:59.509] | : . | : . Locate function ... [10:25:59.509] | : . | : . | Function located in: 'future.apply' [10:25:59.510] | : . | : . Locate function ... done [10:25:59.510] | : . | : parse_call() ... done [10:25:59.511] | : . | descend_wrappers() ... done [10:25:59.511] | : . | parse_call() ... [10:25:59.512] | : . | : Function: future_lapply(...) [10:25:59.512] | : . | : Locate function ... [10:25:59.513] | : . | : . Function located in: 'future.apply' [10:25:59.513] | : . | : Locate function ... done [10:25:59.514] | : . | parse_call() ... done [10:25:59.514] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.514] | : . | future_lapply [10:25:59.515] | : . Finding call to be transpiled ... done [10:25:59.516] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... [10:25:59.516] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.517] | : . | Transpiler description: future.apply::future_lapply() transpiler [10:25:59.517] | : . | Transpiler function: [10:25:59.518] | : . | function (expr, options) [10:25:59.518] | : . | { [10:25:59.518] | : . | ns <- getNamespace("future.apply") [10:25:59.518] | : . | fcn <- get("future_lapply", mode = "function", envir = ns) [10:25:59.518] | : . | progressify_future.apply(expr, fcn_name = "future_lapply", [10:25:59.518] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.518] | : . | } [10:25:59.518] | : . | [10:25:59.518] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... done [10:25:59.519] | : get_transpiler() ... done [10:25:59.519] | : Transpile call expression ... [10:25:59.520] | : . local(future_lapply(X = { [10:25:59.520] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.520] | : . xs [10:25:59.520] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.520] | : . on.exit(.progressr_progressor()) [10:25:59.520] | : . ...FUN(...) [10:25:59.520] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.521] | : Transpile call expression ... done [10:25:59.521] | : Evaluate transpiled call expression [10:25:59.584] | transpile() ... done [10:25:59.584] progressify() ... done character(0) [10:25:59.585] progressify() ... [10:25:59.586] | transpile() ... [10:25:59.586] | : get_transpiler() ... [10:25:59.587] | : . Finding call to be transpiled ... [10:25:59.587] | : . | descend_wrappers() ... [10:25:59.588] | : . | : Call: [10:25:59.588] | : . | : future_lapply [10:25:59.589] | : . | : parse_call() ... [10:25:59.589] | : . | : . Function: future_lapply(...) [10:25:59.590] | : . | : . Locate function ... [10:25:59.590] | : . | : . | Function located in: 'future.apply' [10:25:59.591] | : . | : . Locate function ... done [10:25:59.591] | : . | : parse_call() ... done [10:25:59.592] | : . | descend_wrappers() ... done [10:25:59.592] | : . | parse_call() ... [10:25:59.593] | : . | : Function: future_lapply(...) [10:25:59.593] | : . | : Locate function ... [10:25:59.594] | : . | : . Function located in: 'future.apply' [10:25:59.594] | : . | : Locate function ... done [10:25:59.595] | : . | parse_call() ... done [10:25:59.595] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.595] | : . | future_lapply [10:25:59.596] | : . Finding call to be transpiled ... done [10:25:59.597] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... [10:25:59.597] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.598] | : . | Transpiler description: future.apply::future_lapply() transpiler [10:25:59.598] | : . | Transpiler function: [10:25:59.598] | : . | function (expr, options) [10:25:59.598] | : . | { [10:25:59.598] | : . | ns <- getNamespace("future.apply") [10:25:59.598] | : . | fcn <- get("future_lapply", mode = "function", envir = ns) [10:25:59.598] | : . | progressify_future.apply(expr, fcn_name = "future_lapply", [10:25:59.598] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.598] | : . | } [10:25:59.598] | : . | [10:25:59.599] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... done [10:25:59.600] | : get_transpiler() ... done [10:25:59.600] | : Transpile call expression ... [10:25:59.601] | : . local(future_lapply(X = { [10:25:59.601] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.601] | : . xs [10:25:59.601] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.601] | : . on.exit(.progressr_progressor()) [10:25:59.601] | : . ...FUN(...) [10:25:59.601] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.602] | : Transpile call expression ... done [10:25:59.602] | : Evaluate transpiled call expression [10:25:59.664] | transpile() ... done [10:25:59.665] progressify() ... done === future_lapply ========================== future.apply::future_lapply(X = xs, FUN = FUN) --------------------------------- progressify(future.apply::future_lapply(X = xs, FUN = FUN)) [10:25:59.695] progressify() ... [10:25:59.696] | transpile() ... [10:25:59.697] | : get_transpiler() ... [10:25:59.697] | : . Finding call to be transpiled ... [10:25:59.698] | : . | descend_wrappers() ... [10:25:59.698] | : . | : Call: [10:25:59.699] | : . | : future.apply::future_lapply [10:25:59.699] | : . | : parse_call() ... [10:25:59.700] | : . | : . Function: future.apply::future_lapply(...) [10:25:59.700] | : . | : parse_call() ... done [10:25:59.701] | : . | descend_wrappers() ... done [10:25:59.701] | : . | parse_call() ... [10:25:59.702] | : . | : Function: future.apply::future_lapply(...) [10:25:59.702] | : . | parse_call() ... done [10:25:59.703] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.703] | : . | future.apply::future_lapply [10:25:59.704] | : . Finding call to be transpiled ... done [10:25:59.704] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... [10:25:59.705] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.705] | : . | Transpiler description: future.apply::future_lapply() transpiler [10:25:59.706] | : . | Transpiler function: [10:25:59.706] | : . | function (expr, options) [10:25:59.706] | : . | { [10:25:59.706] | : . | ns <- getNamespace("future.apply") [10:25:59.706] | : . | fcn <- get("future_lapply", mode = "function", envir = ns) [10:25:59.706] | : . | progressify_future.apply(expr, fcn_name = "future_lapply", [10:25:59.706] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.706] | : . | } [10:25:59.706] | : . | [10:25:59.707] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... done [10:25:59.707] | : get_transpiler() ... done [10:25:59.708] | : Transpile call expression ... [10:25:59.708] | : . local(future.apply::future_lapply(X = { [10:25:59.708] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.708] | : . xs [10:25:59.708] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.708] | : . on.exit(.progressr_progressor()) [10:25:59.708] | : . ...FUN(...) [10:25:59.708] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.709] | : Transpile call expression ... done [10:25:59.710] | : Evaluate transpiled call expression [10:25:59.772] | transpile() ... done [10:25:59.773] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:25:59.776] progressify() ... [10:25:59.776] | transpile() ... [10:25:59.777] | : get_transpiler() ... [10:25:59.777] | : . Finding call to be transpiled ... [10:25:59.778] | : . | descend_wrappers() ... [10:25:59.778] | : . | : Call: [10:25:59.779] | : . | : future.apply::future_lapply [10:25:59.779] | : . | : parse_call() ... [10:25:59.780] | : . | : . Function: future.apply::future_lapply(...) [10:25:59.780] | : . | : parse_call() ... done [10:25:59.781] | : . | descend_wrappers() ... done [10:25:59.781] | : . | parse_call() ... [10:25:59.782] | : . | : Function: future.apply::future_lapply(...) [10:25:59.782] | : . | parse_call() ... done [10:25:59.783] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.783] | : . | future.apply::future_lapply [10:25:59.784] | : . Finding call to be transpiled ... done [10:25:59.784] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... [10:25:59.785] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.785] | : . | Transpiler description: future.apply::future_lapply() transpiler [10:25:59.786] | : . | Transpiler function: [10:25:59.786] | : . | function (expr, options) [10:25:59.786] | : . | { [10:25:59.786] | : . | ns <- getNamespace("future.apply") [10:25:59.786] | : . | fcn <- get("future_lapply", mode = "function", envir = ns) [10:25:59.786] | : . | progressify_future.apply(expr, fcn_name = "future_lapply", [10:25:59.786] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.786] | : . | } [10:25:59.786] | : . | [10:25:59.787] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... done [10:25:59.787] | : get_transpiler() ... done [10:25:59.788] | : Transpile call expression ... [10:25:59.789] | : . local(future.apply::future_lapply(X = { [10:25:59.789] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.789] | : . xs [10:25:59.789] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.789] | : . on.exit(.progressr_progressor()) [10:25:59.789] | : . ...FUN(...) [10:25:59.789] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.790] | : Transpile call expression ... done [10:25:59.790] | : Evaluate transpiled call expression [10:25:59.852] | transpile() ... done [10:25:59.853] progressify() ... done character(0) [10:25:59.853] progressify() ... [10:25:59.854] | transpile() ... [10:25:59.854] | : get_transpiler() ... [10:25:59.855] | : . Finding call to be transpiled ... [10:25:59.855] | : . | descend_wrappers() ... [10:25:59.856] | : . | : Call: [10:25:59.856] | : . | : future.apply::future_lapply [10:25:59.857] | : . | : parse_call() ... [10:25:59.857] | : . | : . Function: future.apply::future_lapply(...) [10:25:59.858] | : . | : parse_call() ... done [10:25:59.858] | : . | descend_wrappers() ... done [10:25:59.859] | : . | parse_call() ... [10:25:59.859] | : . | : Function: future.apply::future_lapply(...) [10:25:59.860] | : . | parse_call() ... done [10:25:59.860] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.861] | : . | future.apply::future_lapply [10:25:59.861] | : . Finding call to be transpiled ... done [10:25:59.862] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... [10:25:59.862] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.863] | : . | Transpiler description: future.apply::future_lapply() transpiler [10:25:59.863] | : . | Transpiler function: [10:25:59.864] | : . | function (expr, options) [10:25:59.864] | : . | { [10:25:59.864] | : . | ns <- getNamespace("future.apply") [10:25:59.864] | : . | fcn <- get("future_lapply", mode = "function", envir = ns) [10:25:59.864] | : . | progressify_future.apply(expr, fcn_name = "future_lapply", [10:25:59.864] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.864] | : . | } [10:25:59.864] | : . | [10:25:59.864] | : . Locating 'progressify::built-in' transpiler for future.apply::future_lapply() of class 'function' ... done [10:25:59.865] | : get_transpiler() ... done [10:25:59.865] | : Transpile call expression ... [10:25:59.866] | : . local(future.apply::future_lapply(X = { [10:25:59.866] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.866] | : . xs [10:25:59.866] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.866] | : . on.exit(.progressr_progressor()) [10:25:59.866] | : . ...FUN(...) [10:25:59.866] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.867] | : Transpile call expression ... done [10:25:59.867] | : Evaluate transpiled call expression [10:25:59.926] | transpile() ... done [10:25:59.927] progressify() ... done === future_sapply ========================== future_sapply(X = xs, FUN = FUN) --------------------------------- progressify(future_sapply(X = xs, FUN = FUN)) [10:25:59.959] progressify() ... [10:25:59.960] | transpile() ... [10:25:59.961] | : get_transpiler() ... [10:25:59.961] | : . Finding call to be transpiled ... [10:25:59.962] | : . | descend_wrappers() ... [10:25:59.962] | : . | : Call: [10:25:59.963] | : . | : future_sapply [10:25:59.964] | : . | : parse_call() ... [10:25:59.964] | : . | : . Function: future_sapply(...) [10:25:59.965] | : . | : . Locate function ... [10:25:59.965] | : . | : . | Function located in: 'future.apply' [10:25:59.966] | : . | : . Locate function ... done [10:25:59.966] | : . | : parse_call() ... done [10:25:59.967] | : . | descend_wrappers() ... done [10:25:59.967] | : . | parse_call() ... [10:25:59.968] | : . | : Function: future_sapply(...) [10:25:59.968] | : . | : Locate function ... [10:25:59.969] | : . | : . Function located in: 'future.apply' [10:25:59.969] | : . | : Locate function ... done [10:25:59.970] | : . | parse_call() ... done [10:25:59.970] | : . | Position of call to be transpiled in expression: c(1) [10:25:59.971] | : . | future_sapply [10:25:59.971] | : . Finding call to be transpiled ... done [10:25:59.972] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:25:59.972] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:25:59.973] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:25:59.973] | : . | Transpiler function: [10:25:59.974] | : . | function (expr, options) [10:25:59.974] | : . | { [10:25:59.974] | : . | ns <- getNamespace("future.apply") [10:25:59.974] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:25:59.974] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:25:59.974] | : . | fcn = fcn, envir = parent.frame()) [10:25:59.974] | : . | } [10:25:59.974] | : . | [10:25:59.974] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:25:59.975] | : get_transpiler() ... done [10:25:59.975] | : Transpile call expression ... [10:25:59.976] | : . local(future_sapply(X = { [10:25:59.976] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:25:59.976] | : . xs [10:25:59.976] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:25:59.976] | : . on.exit(.progressr_progressor()) [10:25:59.976] | : . ...FUN(...) [10:25:59.976] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:25:59.977] | : Transpile call expression ... done [10:25:59.978] | : Evaluate transpiled call expression [10:26:00.042] | transpile() ... done [10:26:00.042] progressify() ... done Named num [1:5] 2.5 2 4 3 1.5 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:00.044] progressify() ... [10:26:00.044] | transpile() ... [10:26:00.045] | : get_transpiler() ... [10:26:00.045] | : . Finding call to be transpiled ... [10:26:00.046] | : . | descend_wrappers() ... [10:26:00.046] | : . | : Call: [10:26:00.047] | : . | : future_sapply [10:26:00.047] | : . | : parse_call() ... [10:26:00.048] | : . | : . Function: future_sapply(...) [10:26:00.048] | : . | : . Locate function ... [10:26:00.049] | : . | : . | Function located in: 'future.apply' [10:26:00.049] | : . | : . Locate function ... done [10:26:00.050] | : . | : parse_call() ... done [10:26:00.050] | : . | descend_wrappers() ... done [10:26:00.051] | : . | parse_call() ... [10:26:00.051] | : . | : Function: future_sapply(...) [10:26:00.052] | : . | : Locate function ... [10:26:00.052] | : . | : . Function located in: 'future.apply' [10:26:00.053] | : . | : Locate function ... done [10:26:00.053] | : . | parse_call() ... done [10:26:00.054] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.054] | : . | future_sapply [10:26:00.055] | : . Finding call to be transpiled ... done [10:26:00.055] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.056] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.056] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.057] | : . | Transpiler function: [10:26:00.057] | : . | function (expr, options) [10:26:00.057] | : . | { [10:26:00.057] | : . | ns <- getNamespace("future.apply") [10:26:00.057] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.057] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.057] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.057] | : . | } [10:26:00.057] | : . | [10:26:00.058] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.058] | : get_transpiler() ... done [10:26:00.059] | : Transpile call expression ... [10:26:00.059] | : . local(future_sapply(X = { [10:26:00.059] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.059] | : . xs [10:26:00.059] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.059] | : . on.exit(.progressr_progressor()) [10:26:00.059] | : . ...FUN(...) [10:26:00.059] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.060] | : Transpile call expression ... done [10:26:00.061] | : Evaluate transpiled call expression [10:26:00.124] | transpile() ... done [10:26:00.125] progressify() ... done character(0) [10:26:00.125] progressify() ... [10:26:00.126] | transpile() ... [10:26:00.126] | : get_transpiler() ... [10:26:00.127] | : . Finding call to be transpiled ... [10:26:00.127] | : . | descend_wrappers() ... [10:26:00.128] | : . | : Call: [10:26:00.128] | : . | : future_sapply [10:26:00.129] | : . | : parse_call() ... [10:26:00.130] | : . | : . Function: future_sapply(...) [10:26:00.130] | : . | : . Locate function ... [10:26:00.131] | : . | : . | Function located in: 'future.apply' [10:26:00.131] | : . | : . Locate function ... done [10:26:00.131] | : . | : parse_call() ... done [10:26:00.132] | : . | descend_wrappers() ... done [10:26:00.132] | : . | parse_call() ... [10:26:00.133] | : . | : Function: future_sapply(...) [10:26:00.133] | : . | : Locate function ... [10:26:00.134] | : . | : . Function located in: 'future.apply' [10:26:00.135] | : . | : Locate function ... done [10:26:00.135] | : . | parse_call() ... done [10:26:00.135] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.136] | : . | future_sapply [10:26:00.137] | : . Finding call to be transpiled ... done [10:26:00.137] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.138] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.138] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.139] | : . | Transpiler function: [10:26:00.139] | : . | function (expr, options) [10:26:00.139] | : . | { [10:26:00.139] | : . | ns <- getNamespace("future.apply") [10:26:00.139] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.139] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.139] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.139] | : . | } [10:26:00.139] | : . | [10:26:00.140] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.140] | : get_transpiler() ... done [10:26:00.141] | : Transpile call expression ... [10:26:00.141] | : . local(future_sapply(X = { [10:26:00.141] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.141] | : . xs [10:26:00.141] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.141] | : . on.exit(.progressr_progressor()) [10:26:00.141] | : . ...FUN(...) [10:26:00.141] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.142] | : Transpile call expression ... done [10:26:00.143] | : Evaluate transpiled call expression [10:26:00.205] | transpile() ... done [10:26:00.206] progressify() ... done === future_sapply ========================== future.apply::future_sapply(X = xs, FUN = FUN) --------------------------------- progressify(future.apply::future_sapply(X = xs, FUN = FUN)) [10:26:00.237] progressify() ... [10:26:00.238] | transpile() ... [10:26:00.238] | : get_transpiler() ... [10:26:00.239] | : . Finding call to be transpiled ... [10:26:00.239] | : . | descend_wrappers() ... [10:26:00.240] | : . | : Call: [10:26:00.240] | : . | : future.apply::future_sapply [10:26:00.241] | : . | : parse_call() ... [10:26:00.241] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.242] | : . | : parse_call() ... done [10:26:00.242] | : . | descend_wrappers() ... done [10:26:00.243] | : . | parse_call() ... [10:26:00.243] | : . | : Function: future.apply::future_sapply(...) [10:26:00.244] | : . | parse_call() ... done [10:26:00.244] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.245] | : . | future.apply::future_sapply [10:26:00.245] | : . Finding call to be transpiled ... done [10:26:00.246] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.246] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.247] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.247] | : . | Transpiler function: [10:26:00.248] | : . | function (expr, options) [10:26:00.248] | : . | { [10:26:00.248] | : . | ns <- getNamespace("future.apply") [10:26:00.248] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.248] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.248] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.248] | : . | } [10:26:00.248] | : . | [10:26:00.249] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.249] | : get_transpiler() ... done [10:26:00.250] | : Transpile call expression ... [10:26:00.250] | : . local(future.apply::future_sapply(X = { [10:26:00.250] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.250] | : . xs [10:26:00.250] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.250] | : . on.exit(.progressr_progressor()) [10:26:00.250] | : . ...FUN(...) [10:26:00.250] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.251] | : Transpile call expression ... done [10:26:00.252] | : Evaluate transpiled call expression [10:26:00.314] | transpile() ... done [10:26:00.315] progressify() ... done Named num [1:5] 2.5 2 4 3 1.5 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:00.316] progressify() ... [10:26:00.317] | transpile() ... [10:26:00.317] | : get_transpiler() ... [10:26:00.318] | : . Finding call to be transpiled ... [10:26:00.318] | : . | descend_wrappers() ... [10:26:00.319] | : . | : Call: [10:26:00.319] | : . | : future.apply::future_sapply [10:26:00.320] | : . | : parse_call() ... [10:26:00.320] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.321] | : . | : parse_call() ... done [10:26:00.321] | : . | descend_wrappers() ... done [10:26:00.322] | : . | parse_call() ... [10:26:00.322] | : . | : Function: future.apply::future_sapply(...) [10:26:00.323] | : . | parse_call() ... done [10:26:00.323] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.324] | : . | future.apply::future_sapply [10:26:00.324] | : . Finding call to be transpiled ... done [10:26:00.325] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.325] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.326] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.326] | : . | Transpiler function: [10:26:00.327] | : . | function (expr, options) [10:26:00.327] | : . | { [10:26:00.327] | : . | ns <- getNamespace("future.apply") [10:26:00.327] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.327] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.327] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.327] | : . | } [10:26:00.327] | : . | [10:26:00.327] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.328] | : get_transpiler() ... done [10:26:00.328] | : Transpile call expression ... [10:26:00.329] | : . local(future.apply::future_sapply(X = { [10:26:00.329] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.329] | : . xs [10:26:00.329] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.329] | : . on.exit(.progressr_progressor()) [10:26:00.329] | : . ...FUN(...) [10:26:00.329] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.330] | : Transpile call expression ... done [10:26:00.331] | : Evaluate transpiled call expression [10:26:00.395] | transpile() ... done [10:26:00.396] progressify() ... done character(0) [10:26:00.397] progressify() ... [10:26:00.397] | transpile() ... [10:26:00.398] | : get_transpiler() ... [10:26:00.398] | : . Finding call to be transpiled ... [10:26:00.399] | : . | descend_wrappers() ... [10:26:00.399] | : . | : Call: [10:26:00.400] | : . | : future.apply::future_sapply [10:26:00.400] | : . | : parse_call() ... [10:26:00.401] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.401] | : . | : parse_call() ... done [10:26:00.402] | : . | descend_wrappers() ... done [10:26:00.402] | : . | parse_call() ... [10:26:00.403] | : . | : Function: future.apply::future_sapply(...) [10:26:00.404] | : . | parse_call() ... done [10:26:00.404] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.405] | : . | future.apply::future_sapply [10:26:00.406] | : . Finding call to be transpiled ... done [10:26:00.406] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.407] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.407] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.408] | : . | Transpiler function: [10:26:00.408] | : . | function (expr, options) [10:26:00.408] | : . | { [10:26:00.408] | : . | ns <- getNamespace("future.apply") [10:26:00.408] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.408] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.408] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.408] | : . | } [10:26:00.408] | : . | [10:26:00.409] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.410] | : get_transpiler() ... done [10:26:00.410] | : Transpile call expression ... [10:26:00.411] | : . local(future.apply::future_sapply(X = { [10:26:00.411] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.411] | : . xs [10:26:00.411] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.411] | : . on.exit(.progressr_progressor()) [10:26:00.411] | : . ...FUN(...) [10:26:00.411] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.412] | : Transpile call expression ... done [10:26:00.412] | : Evaluate transpiled call expression [10:26:00.492] | transpile() ... done [10:26:00.493] progressify() ... done === future_sapply ========================== future.apply::future_sapply(X = xs, FUN = FUN, simplify = FALSE) --------------------------------- progressify(future.apply::future_sapply(X = xs, FUN = FUN, simplify = FALSE)) [10:26:00.535] progressify() ... [10:26:00.536] | transpile() ... [10:26:00.536] | : get_transpiler() ... [10:26:00.537] | : . Finding call to be transpiled ... [10:26:00.538] | : . | descend_wrappers() ... [10:26:00.538] | : . | : Call: [10:26:00.539] | : . | : future.apply::future_sapply [10:26:00.539] | : . | : parse_call() ... [10:26:00.540] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.540] | : . | : parse_call() ... done [10:26:00.541] | : . | descend_wrappers() ... done [10:26:00.542] | : . | parse_call() ... [10:26:00.542] | : . | : Function: future.apply::future_sapply(...) [10:26:00.543] | : . | parse_call() ... done [10:26:00.543] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.544] | : . | future.apply::future_sapply [10:26:00.544] | : . Finding call to be transpiled ... done [10:26:00.545] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.545] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.546] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.546] | : . | Transpiler function: [10:26:00.547] | : . | function (expr, options) [10:26:00.547] | : . | { [10:26:00.547] | : . | ns <- getNamespace("future.apply") [10:26:00.547] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.547] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.547] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.547] | : . | } [10:26:00.547] | : . | [10:26:00.548] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.548] | : get_transpiler() ... done [10:26:00.549] | : Transpile call expression ... [10:26:00.550] | : . local(future.apply::future_sapply(X = { [10:26:00.550] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.550] | : . xs [10:26:00.550] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.550] | : . on.exit(.progressr_progressor()) [10:26:00.550] | : . ...FUN(...) [10:26:00.550] | : . }, simplify = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.551] | : Transpile call expression ... done [10:26:00.551] | : Evaluate transpiled call expression [10:26:00.628] | transpile() ... done [10:26:00.629] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:00.632] progressify() ... [10:26:00.633] | transpile() ... [10:26:00.633] | : get_transpiler() ... [10:26:00.634] | : . Finding call to be transpiled ... [10:26:00.634] | : . | descend_wrappers() ... [10:26:00.635] | : . | : Call: [10:26:00.635] | : . | : future.apply::future_sapply [10:26:00.636] | : . | : parse_call() ... [10:26:00.637] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.637] | : . | : parse_call() ... done [10:26:00.638] | : . | descend_wrappers() ... done [10:26:00.638] | : . | parse_call() ... [10:26:00.639] | : . | : Function: future.apply::future_sapply(...) [10:26:00.639] | : . | parse_call() ... done [10:26:00.640] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.640] | : . | future.apply::future_sapply [10:26:00.641] | : . Finding call to be transpiled ... done [10:26:00.641] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.642] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.642] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.643] | : . | Transpiler function: [10:26:00.643] | : . | function (expr, options) [10:26:00.643] | : . | { [10:26:00.643] | : . | ns <- getNamespace("future.apply") [10:26:00.643] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.643] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.643] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.643] | : . | } [10:26:00.643] | : . | [10:26:00.644] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.645] | : get_transpiler() ... done [10:26:00.645] | : Transpile call expression ... [10:26:00.646] | : . local(future.apply::future_sapply(X = { [10:26:00.646] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.646] | : . xs [10:26:00.646] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.646] | : . on.exit(.progressr_progressor()) [10:26:00.646] | : . ...FUN(...) [10:26:00.646] | : . }, simplify = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.647] | : Transpile call expression ... done [10:26:00.647] | : Evaluate transpiled call expression [10:26:00.725] | transpile() ... done [10:26:00.726] progressify() ... done character(0) [10:26:00.726] progressify() ... [10:26:00.727] | transpile() ... [10:26:00.727] | : get_transpiler() ... [10:26:00.728] | : . Finding call to be transpiled ... [10:26:00.728] | : . | descend_wrappers() ... [10:26:00.729] | : . | : Call: [10:26:00.729] | : . | : future.apply::future_sapply [10:26:00.730] | : . | : parse_call() ... [10:26:00.731] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.731] | : . | : parse_call() ... done [10:26:00.732] | : . | descend_wrappers() ... done [10:26:00.732] | : . | parse_call() ... [10:26:00.733] | : . | : Function: future.apply::future_sapply(...) [10:26:00.733] | : . | parse_call() ... done [10:26:00.734] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.734] | : . | future.apply::future_sapply [10:26:00.735] | : . Finding call to be transpiled ... done [10:26:00.735] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.736] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.736] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.737] | : . | Transpiler function: [10:26:00.737] | : . | function (expr, options) [10:26:00.737] | : . | { [10:26:00.737] | : . | ns <- getNamespace("future.apply") [10:26:00.737] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.737] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.737] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.737] | : . | } [10:26:00.737] | : . | [10:26:00.738] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.739] | : get_transpiler() ... done [10:26:00.739] | : Transpile call expression ... [10:26:00.740] | : . local(future.apply::future_sapply(X = { [10:26:00.740] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.740] | : . xs [10:26:00.740] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.740] | : . on.exit(.progressr_progressor()) [10:26:00.740] | : . ...FUN(...) [10:26:00.740] | : . }, simplify = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.741] | : Transpile call expression ... done [10:26:00.741] | : Evaluate transpiled call expression [10:26:00.833] | transpile() ... done [10:26:00.834] progressify() ... done === future_sapply ========================== future.apply::future_sapply(X = xs, FUN = FUN, USE.NAMES = FALSE) --------------------------------- progressify(future.apply::future_sapply(X = xs, FUN = FUN, USE.NAMES = FALSE)) [10:26:00.877] progressify() ... [10:26:00.877] | transpile() ... [10:26:00.878] | : get_transpiler() ... [10:26:00.878] | : . Finding call to be transpiled ... [10:26:00.879] | : . | descend_wrappers() ... [10:26:00.879] | : . | : Call: [10:26:00.880] | : . | : future.apply::future_sapply [10:26:00.881] | : . | : parse_call() ... [10:26:00.881] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.882] | : . | : parse_call() ... done [10:26:00.882] | : . | descend_wrappers() ... done [10:26:00.883] | : . | parse_call() ... [10:26:00.883] | : . | : Function: future.apply::future_sapply(...) [10:26:00.884] | : . | parse_call() ... done [10:26:00.884] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.885] | : . | future.apply::future_sapply [10:26:00.886] | : . Finding call to be transpiled ... done [10:26:00.886] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.887] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.887] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.888] | : . | Transpiler function: [10:26:00.888] | : . | function (expr, options) [10:26:00.888] | : . | { [10:26:00.888] | : . | ns <- getNamespace("future.apply") [10:26:00.888] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.888] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.888] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.888] | : . | } [10:26:00.888] | : . | [10:26:00.889] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.890] | : get_transpiler() ... done [10:26:00.890] | : Transpile call expression ... [10:26:00.891] | : . local(future.apply::future_sapply(X = { [10:26:00.891] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.891] | : . xs [10:26:00.891] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.891] | : . on.exit(.progressr_progressor()) [10:26:00.891] | : . ...FUN(...) [10:26:00.891] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.892] | : Transpile call expression ... done [10:26:00.892] | : Evaluate transpiled call expression [10:26:00.977] | transpile() ... done [10:26:00.977] progressify() ... done Named num [1:5] 2.5 2 4 3 1.5 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:00.979] progressify() ... [10:26:00.980] | transpile() ... [10:26:00.980] | : get_transpiler() ... [10:26:00.981] | : . Finding call to be transpiled ... [10:26:00.981] | : . | descend_wrappers() ... [10:26:00.982] | : . | : Call: [10:26:00.982] | : . | : future.apply::future_sapply [10:26:00.983] | : . | : parse_call() ... [10:26:00.983] | : . | : . Function: future.apply::future_sapply(...) [10:26:00.984] | : . | : parse_call() ... done [10:26:00.984] | : . | descend_wrappers() ... done [10:26:00.985] | : . | parse_call() ... [10:26:00.985] | : . | : Function: future.apply::future_sapply(...) [10:26:00.986] | : . | parse_call() ... done [10:26:00.986] | : . | Position of call to be transpiled in expression: c(1) [10:26:00.987] | : . | future.apply::future_sapply [10:26:00.987] | : . Finding call to be transpiled ... done [10:26:00.988] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:00.988] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:00.989] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:00.989] | : . | Transpiler function: [10:26:00.990] | : . | function (expr, options) [10:26:00.990] | : . | { [10:26:00.990] | : . | ns <- getNamespace("future.apply") [10:26:00.990] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:00.990] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:00.990] | : . | fcn = fcn, envir = parent.frame()) [10:26:00.990] | : . | } [10:26:00.990] | : . | [10:26:00.991] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:00.991] | : get_transpiler() ... done [10:26:00.992] | : Transpile call expression ... [10:26:00.992] | : . local(future.apply::future_sapply(X = { [10:26:00.992] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:00.992] | : . xs [10:26:00.992] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:00.992] | : . on.exit(.progressr_progressor()) [10:26:00.992] | : . ...FUN(...) [10:26:00.992] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:00.994] | : Transpile call expression ... done [10:26:00.994] | : Evaluate transpiled call expression [10:26:01.068] | transpile() ... done [10:26:01.069] progressify() ... done character(0) [10:26:01.070] progressify() ... [10:26:01.070] | transpile() ... [10:26:01.071] | : get_transpiler() ... [10:26:01.071] | : . Finding call to be transpiled ... [10:26:01.072] | : . | descend_wrappers() ... [10:26:01.072] | : . | : Call: [10:26:01.073] | : . | : future.apply::future_sapply [10:26:01.073] | : . | : parse_call() ... [10:26:01.074] | : . | : . Function: future.apply::future_sapply(...) [10:26:01.074] | : . | : parse_call() ... done [10:26:01.075] | : . | descend_wrappers() ... done [10:26:01.075] | : . | parse_call() ... [10:26:01.076] | : . | : Function: future.apply::future_sapply(...) [10:26:01.076] | : . | parse_call() ... done [10:26:01.077] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.077] | : . | future.apply::future_sapply [10:26:01.078] | : . Finding call to be transpiled ... done [10:26:01.079] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... [10:26:01.079] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.080] | : . | Transpiler description: future.apply::future_sapply() transpiler [10:26:01.080] | : . | Transpiler function: [10:26:01.081] | : . | function (expr, options) [10:26:01.081] | : . | { [10:26:01.081] | : . | ns <- getNamespace("future.apply") [10:26:01.081] | : . | fcn <- get("future_sapply", mode = "function", envir = ns) [10:26:01.081] | : . | progressify_future.apply(expr, fcn_name = "future_sapply", [10:26:01.081] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.081] | : . | } [10:26:01.081] | : . | [10:26:01.081] | : . Locating 'progressify::built-in' transpiler for future.apply::future_sapply() of class 'function' ... done [10:26:01.082] | : get_transpiler() ... done [10:26:01.082] | : Transpile call expression ... [10:26:01.083] | : . local(future.apply::future_sapply(X = { [10:26:01.083] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.083] | : . xs [10:26:01.083] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.083] | : . on.exit(.progressr_progressor()) [10:26:01.083] | : . ...FUN(...) [10:26:01.083] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.084] | : Transpile call expression ... done [10:26:01.085] | : Evaluate transpiled call expression [10:26:01.158] | transpile() ... done [10:26:01.159] progressify() ... done === future_vapply ========================== future.apply::future_vapply(X = xs, FUN.VALUE = NA_real_, FUN = FUN) --------------------------------- progressify(future.apply::future_vapply(X = xs, FUN.VALUE = NA_real_, FUN = FUN)) [10:26:01.222] progressify() ... [10:26:01.222] | transpile() ... [10:26:01.223] | : get_transpiler() ... [10:26:01.223] | : . Finding call to be transpiled ... [10:26:01.224] | : . | descend_wrappers() ... [10:26:01.224] | : . | : Call: [10:26:01.225] | : . | : future.apply::future_vapply [10:26:01.225] | : . | : parse_call() ... [10:26:01.226] | : . | : . Function: future.apply::future_vapply(...) [10:26:01.226] | : . | : parse_call() ... done [10:26:01.227] | : . | descend_wrappers() ... done [10:26:01.227] | : . | parse_call() ... [10:26:01.228] | : . | : Function: future.apply::future_vapply(...) [10:26:01.228] | : . | parse_call() ... done [10:26:01.229] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.229] | : . | future.apply::future_vapply [10:26:01.230] | : . Finding call to be transpiled ... done [10:26:01.231] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... [10:26:01.231] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.232] | : . | Transpiler description: future.apply::future_vapply() transpiler [10:26:01.232] | : . | Transpiler function: [10:26:01.233] | : . | function (expr, options) [10:26:01.233] | : . | { [10:26:01.233] | : . | ns <- getNamespace("future.apply") [10:26:01.233] | : . | fcn <- get("future_vapply", mode = "function", envir = ns) [10:26:01.233] | : . | progressify_future.apply(expr, fcn_name = "future_vapply", [10:26:01.233] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.233] | : . | } [10:26:01.233] | : . | [10:26:01.233] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... done [10:26:01.234] | : get_transpiler() ... done [10:26:01.234] | : Transpile call expression ... [10:26:01.235] | : . local(future.apply::future_vapply(X = { [10:26:01.235] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.235] | : . xs [10:26:01.235] | : . }, FUN.VALUE = NA_real_, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.235] | : . on.exit(.progressr_progressor()) [10:26:01.235] | : . ...FUN(...) [10:26:01.235] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.236] | : Transpile call expression ... done [10:26:01.237] | : Evaluate transpiled call expression [10:26:01.342] | transpile() ... done [10:26:01.342] progressify() ... done Named num [1:5] 2.5 2 4 3 1.5 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:01.344] progressify() ... [10:26:01.345] | transpile() ... [10:26:01.345] | : get_transpiler() ... [10:26:01.346] | : . Finding call to be transpiled ... [10:26:01.346] | : . | descend_wrappers() ... [10:26:01.347] | : . | : Call: [10:26:01.347] | : . | : future.apply::future_vapply [10:26:01.348] | : . | : parse_call() ... [10:26:01.348] | : . | : . Function: future.apply::future_vapply(...) [10:26:01.349] | : . | : parse_call() ... done [10:26:01.349] | : . | descend_wrappers() ... done [10:26:01.350] | : . | parse_call() ... [10:26:01.350] | : . | : Function: future.apply::future_vapply(...) [10:26:01.351] | : . | parse_call() ... done [10:26:01.351] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.352] | : . | future.apply::future_vapply [10:26:01.353] | : . Finding call to be transpiled ... done [10:26:01.353] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... [10:26:01.354] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.354] | : . | Transpiler description: future.apply::future_vapply() transpiler [10:26:01.355] | : . | Transpiler function: [10:26:01.355] | : . | function (expr, options) [10:26:01.355] | : . | { [10:26:01.355] | : . | ns <- getNamespace("future.apply") [10:26:01.355] | : . | fcn <- get("future_vapply", mode = "function", envir = ns) [10:26:01.355] | : . | progressify_future.apply(expr, fcn_name = "future_vapply", [10:26:01.355] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.355] | : . | } [10:26:01.355] | : . | [10:26:01.356] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... done [10:26:01.357] | : get_transpiler() ... done [10:26:01.357] | : Transpile call expression ... [10:26:01.358] | : . local(future.apply::future_vapply(X = { [10:26:01.358] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.358] | : . xs [10:26:01.358] | : . }, FUN.VALUE = NA_real_, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.358] | : . on.exit(.progressr_progressor()) [10:26:01.358] | : . ...FUN(...) [10:26:01.358] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.359] | : Transpile call expression ... done [10:26:01.359] | : Evaluate transpiled call expression [10:26:01.462] | transpile() ... done [10:26:01.462] progressify() ... done character(0) [10:26:01.463] progressify() ... [10:26:01.463] | transpile() ... [10:26:01.464] | : get_transpiler() ... [10:26:01.464] | : . Finding call to be transpiled ... [10:26:01.465] | : . | descend_wrappers() ... [10:26:01.465] | : . | : Call: [10:26:01.466] | : . | : future.apply::future_vapply [10:26:01.467] | : . | : parse_call() ... [10:26:01.467] | : . | : . Function: future.apply::future_vapply(...) [10:26:01.468] | : . | : parse_call() ... done [10:26:01.468] | : . | descend_wrappers() ... done [10:26:01.469] | : . | parse_call() ... [10:26:01.469] | : . | : Function: future.apply::future_vapply(...) [10:26:01.470] | : . | parse_call() ... done [10:26:01.470] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.471] | : . | future.apply::future_vapply [10:26:01.471] | : . Finding call to be transpiled ... done [10:26:01.472] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... [10:26:01.472] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.473] | : . | Transpiler description: future.apply::future_vapply() transpiler [10:26:01.473] | : . | Transpiler function: [10:26:01.474] | : . | function (expr, options) [10:26:01.474] | : . | { [10:26:01.474] | : . | ns <- getNamespace("future.apply") [10:26:01.474] | : . | fcn <- get("future_vapply", mode = "function", envir = ns) [10:26:01.474] | : . | progressify_future.apply(expr, fcn_name = "future_vapply", [10:26:01.474] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.474] | : . | } [10:26:01.474] | : . | [10:26:01.475] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... done [10:26:01.475] | : get_transpiler() ... done [10:26:01.476] | : Transpile call expression ... [10:26:01.476] | : . local(future.apply::future_vapply(X = { [10:26:01.476] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.476] | : . xs [10:26:01.476] | : . }, FUN.VALUE = NA_real_, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.476] | : . on.exit(.progressr_progressor()) [10:26:01.476] | : . ...FUN(...) [10:26:01.476] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.477] | : Transpile call expression ... done [10:26:01.478] | : Evaluate transpiled call expression [10:26:01.579] | transpile() ... done [10:26:01.580] progressify() ... done === future_vapply ========================== future.apply::future_vapply(X = xs, FUN.VALUE = NA_real_, FUN = FUN, USE.NAMES = FALSE) --------------------------------- progressify(future.apply::future_vapply(X = xs, FUN.VALUE = NA_real_, FUN = FUN, USE.NAMES = FALSE)) [10:26:01.646] progressify() ... [10:26:01.647] | transpile() ... [10:26:01.647] | : get_transpiler() ... [10:26:01.648] | : . Finding call to be transpiled ... [10:26:01.648] | : . | descend_wrappers() ... [10:26:01.649] | : . | : Call: [10:26:01.649] | : . | : future.apply::future_vapply [10:26:01.650] | : . | : parse_call() ... [10:26:01.650] | : . | : . Function: future.apply::future_vapply(...) [10:26:01.651] | : . | : parse_call() ... done [10:26:01.652] | : . | descend_wrappers() ... done [10:26:01.652] | : . | parse_call() ... [10:26:01.652] | : . | : Function: future.apply::future_vapply(...) [10:26:01.653] | : . | parse_call() ... done [10:26:01.653] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.654] | : . | future.apply::future_vapply [10:26:01.655] | : . Finding call to be transpiled ... done [10:26:01.655] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... [10:26:01.656] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.656] | : . | Transpiler description: future.apply::future_vapply() transpiler [10:26:01.657] | : . | Transpiler function: [10:26:01.657] | : . | function (expr, options) [10:26:01.657] | : . | { [10:26:01.657] | : . | ns <- getNamespace("future.apply") [10:26:01.657] | : . | fcn <- get("future_vapply", mode = "function", envir = ns) [10:26:01.657] | : . | progressify_future.apply(expr, fcn_name = "future_vapply", [10:26:01.657] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.657] | : . | } [10:26:01.657] | : . | [10:26:01.658] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... done [10:26:01.658] | : get_transpiler() ... done [10:26:01.659] | : Transpile call expression ... [10:26:01.660] | : . local(future.apply::future_vapply(X = { [10:26:01.660] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.660] | : . xs [10:26:01.660] | : . }, FUN.VALUE = NA_real_, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.660] | : . on.exit(.progressr_progressor()) [10:26:01.660] | : . ...FUN(...) [10:26:01.660] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.661] | : Transpile call expression ... done [10:26:01.661] | : Evaluate transpiled call expression [10:26:01.762] | transpile() ... done [10:26:01.763] progressify() ... done num [1:5] 2.5 2 4 3 1.5 [10:26:01.764] progressify() ... [10:26:01.764] | transpile() ... [10:26:01.765] | : get_transpiler() ... [10:26:01.765] | : . Finding call to be transpiled ... [10:26:01.766] | : . | descend_wrappers() ... [10:26:01.766] | : . | : Call: [10:26:01.767] | : . | : future.apply::future_vapply [10:26:01.767] | : . | : parse_call() ... [10:26:01.768] | : . | : . Function: future.apply::future_vapply(...) [10:26:01.768] | : . | : parse_call() ... done [10:26:01.769] | : . | descend_wrappers() ... done [10:26:01.769] | : . | parse_call() ... [10:26:01.770] | : . | : Function: future.apply::future_vapply(...) [10:26:01.770] | : . | parse_call() ... done [10:26:01.771] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.771] | : . | future.apply::future_vapply [10:26:01.772] | : . Finding call to be transpiled ... done [10:26:01.772] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... [10:26:01.773] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.773] | : . | Transpiler description: future.apply::future_vapply() transpiler [10:26:01.774] | : . | Transpiler function: [10:26:01.774] | : . | function (expr, options) [10:26:01.774] | : . | { [10:26:01.774] | : . | ns <- getNamespace("future.apply") [10:26:01.774] | : . | fcn <- get("future_vapply", mode = "function", envir = ns) [10:26:01.774] | : . | progressify_future.apply(expr, fcn_name = "future_vapply", [10:26:01.774] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.774] | : . | } [10:26:01.774] | : . | [10:26:01.775] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... done [10:26:01.776] | : get_transpiler() ... done [10:26:01.776] | : Transpile call expression ... [10:26:01.777] | : . local(future.apply::future_vapply(X = { [10:26:01.777] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.777] | : . xs [10:26:01.777] | : . }, FUN.VALUE = NA_real_, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.777] | : . on.exit(.progressr_progressor()) [10:26:01.777] | : . ...FUN(...) [10:26:01.777] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.778] | : Transpile call expression ... done [10:26:01.779] | : Evaluate transpiled call expression [10:26:01.875] | transpile() ... done [10:26:01.875] progressify() ... done character(0) [10:26:01.876] progressify() ... [10:26:01.876] | transpile() ... [10:26:01.877] | : get_transpiler() ... [10:26:01.877] | : . Finding call to be transpiled ... [10:26:01.878] | : . | descend_wrappers() ... [10:26:01.878] | : . | : Call: [10:26:01.879] | : . | : future.apply::future_vapply [10:26:01.879] | : . | : parse_call() ... [10:26:01.880] | : . | : . Function: future.apply::future_vapply(...) [10:26:01.880] | : . | : parse_call() ... done [10:26:01.880] | : . | descend_wrappers() ... done [10:26:01.881] | : . | parse_call() ... [10:26:01.881] | : . | : Function: future.apply::future_vapply(...) [10:26:01.882] | : . | parse_call() ... done [10:26:01.882] | : . | Position of call to be transpiled in expression: c(1) [10:26:01.883] | : . | future.apply::future_vapply [10:26:01.883] | : . Finding call to be transpiled ... done [10:26:01.884] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... [10:26:01.884] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:01.885] | : . | Transpiler description: future.apply::future_vapply() transpiler [10:26:01.885] | : . | Transpiler function: [10:26:01.886] | : . | function (expr, options) [10:26:01.886] | : . | { [10:26:01.886] | : . | ns <- getNamespace("future.apply") [10:26:01.886] | : . | fcn <- get("future_vapply", mode = "function", envir = ns) [10:26:01.886] | : . | progressify_future.apply(expr, fcn_name = "future_vapply", [10:26:01.886] | : . | fcn = fcn, envir = parent.frame()) [10:26:01.886] | : . | } [10:26:01.886] | : . | [10:26:01.886] | : . Locating 'progressify::built-in' transpiler for future.apply::future_vapply() of class 'function' ... done [10:26:01.887] | : get_transpiler() ... done [10:26:01.887] | : Transpile call expression ... [10:26:01.888] | : . local(future.apply::future_vapply(X = { [10:26:01.888] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:01.888] | : . xs [10:26:01.888] | : . }, FUN.VALUE = NA_real_, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:01.888] | : . on.exit(.progressr_progressor()) [10:26:01.888] | : . ...FUN(...) [10:26:01.888] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:01.889] | : Transpile call expression ... done [10:26:01.889] | : Evaluate transpiled call expression [10:26:01.991] | transpile() ... done [10:26:01.992] progressify() ... done === future_eapply ========================== future.apply::future_eapply(env = es, FUN = FUN) --------------------------------- progressify(future.apply::future_eapply(env = es, FUN = FUN)) [10:26:02.029] progressify() ... [10:26:02.029] | transpile() ... [10:26:02.030] | : get_transpiler() ... [10:26:02.030] | : . Finding call to be transpiled ... [10:26:02.031] | : . | descend_wrappers() ... [10:26:02.031] | : . | : Call: [10:26:02.032] | : . | : future.apply::future_eapply [10:26:02.033] | : . | : parse_call() ... [10:26:02.033] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.034] | : . | : parse_call() ... done [10:26:02.034] | : . | descend_wrappers() ... done [10:26:02.035] | : . | parse_call() ... [10:26:02.035] | : . | : Function: future.apply::future_eapply(...) [10:26:02.036] | : . | parse_call() ... done [10:26:02.036] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.037] | : . | future.apply::future_eapply [10:26:02.037] | : . Finding call to be transpiled ... done [10:26:02.038] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.038] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.039] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.039] | : . | Transpiler function: [10:26:02.040] | : . | function (expr, options) [10:26:02.040] | : . | { [10:26:02.040] | : . | ns <- getNamespace("future.apply") [10:26:02.040] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.040] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.040] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.040] | : . | } [10:26:02.040] | : . | [10:26:02.041] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.041] | : get_transpiler() ... done [10:26:02.042] | : Transpile call expression ... [10:26:02.042] | : . local(future.apply::future_eapply(env = { [10:26:02.042] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.042] | : . es [10:26:02.042] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.042] | : . on.exit(.progressr_progressor()) [10:26:02.042] | : . ...FUN(...) [10:26:02.042] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.043] | : Transpile call expression ... done [10:26:02.044] | : Evaluate transpiled call expression [10:26:02.117] | transpile() ... done [10:26:02.118] progressify() ... done List of 4 $ dd: num 3 $ cc: int 4 $ bb: int 2 $ aa: num 2.5 [10:26:02.121] progressify() ... [10:26:02.122] | transpile() ... [10:26:02.122] | : get_transpiler() ... [10:26:02.123] | : . Finding call to be transpiled ... [10:26:02.123] | : . | descend_wrappers() ... [10:26:02.124] | : . | : Call: [10:26:02.124] | : . | : future.apply::future_eapply [10:26:02.125] | : . | : parse_call() ... [10:26:02.125] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.126] | : . | : parse_call() ... done [10:26:02.127] | : . | descend_wrappers() ... done [10:26:02.127] | : . | parse_call() ... [10:26:02.128] | : . | : Function: future.apply::future_eapply(...) [10:26:02.128] | : . | parse_call() ... done [10:26:02.129] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.129] | : . | future.apply::future_eapply [10:26:02.130] | : . Finding call to be transpiled ... done [10:26:02.130] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.131] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.131] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.132] | : . | Transpiler function: [10:26:02.132] | : . | function (expr, options) [10:26:02.132] | : . | { [10:26:02.132] | : . | ns <- getNamespace("future.apply") [10:26:02.132] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.132] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.132] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.132] | : . | } [10:26:02.132] | : . | [10:26:02.133] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.134] | : get_transpiler() ... done [10:26:02.134] | : Transpile call expression ... [10:26:02.135] | : . local(future.apply::future_eapply(env = { [10:26:02.135] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.135] | : . es [10:26:02.135] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.135] | : . on.exit(.progressr_progressor()) [10:26:02.135] | : . ...FUN(...) [10:26:02.135] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.136] | : Transpile call expression ... done [10:26:02.136] | : Evaluate transpiled call expression [10:26:02.211] | transpile() ... done [10:26:02.211] progressify() ... done character(0) [10:26:02.212] progressify() ... [10:26:02.213] | transpile() ... [10:26:02.213] | : get_transpiler() ... [10:26:02.214] | : . Finding call to be transpiled ... [10:26:02.214] | : . | descend_wrappers() ... [10:26:02.215] | : . | : Call: [10:26:02.215] | : . | : future.apply::future_eapply [10:26:02.216] | : . | : parse_call() ... [10:26:02.216] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.217] | : . | : parse_call() ... done [10:26:02.217] | : . | descend_wrappers() ... done [10:26:02.218] | : . | parse_call() ... [10:26:02.218] | : . | : Function: future.apply::future_eapply(...) [10:26:02.219] | : . | parse_call() ... done [10:26:02.219] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.220] | : . | future.apply::future_eapply [10:26:02.220] | : . Finding call to be transpiled ... done [10:26:02.221] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.221] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.222] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.222] | : . | Transpiler function: [10:26:02.223] | : . | function (expr, options) [10:26:02.223] | : . | { [10:26:02.223] | : . | ns <- getNamespace("future.apply") [10:26:02.223] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.223] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.223] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.223] | : . | } [10:26:02.223] | : . | [10:26:02.224] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.224] | : get_transpiler() ... done [10:26:02.225] | : Transpile call expression ... [10:26:02.225] | : . local(future.apply::future_eapply(env = { [10:26:02.225] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.225] | : . es [10:26:02.225] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.225] | : . on.exit(.progressr_progressor()) [10:26:02.225] | : . ...FUN(...) [10:26:02.225] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.226] | : Transpile call expression ... done [10:26:02.227] | : Evaluate transpiled call expression [10:26:02.300] | transpile() ... done [10:26:02.300] progressify() ... done === future_eapply ========================== future.apply::future_eapply(env = es, FUN = FUN, all.names = TRUE) --------------------------------- progressify(future.apply::future_eapply(env = es, FUN = FUN, all.names = TRUE)) [10:26:02.336] progressify() ... [10:26:02.336] | transpile() ... [10:26:02.337] | : get_transpiler() ... [10:26:02.338] | : . Finding call to be transpiled ... [10:26:02.338] | : . | descend_wrappers() ... [10:26:02.339] | : . | : Call: [10:26:02.339] | : . | : future.apply::future_eapply [10:26:02.340] | : . | : parse_call() ... [10:26:02.340] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.341] | : . | : parse_call() ... done [10:26:02.341] | : . | descend_wrappers() ... done [10:26:02.342] | : . | parse_call() ... [10:26:02.342] | : . | : Function: future.apply::future_eapply(...) [10:26:02.343] | : . | parse_call() ... done [10:26:02.343] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.344] | : . | future.apply::future_eapply [10:26:02.344] | : . Finding call to be transpiled ... done [10:26:02.345] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.345] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.346] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.346] | : . | Transpiler function: [10:26:02.347] | : . | function (expr, options) [10:26:02.347] | : . | { [10:26:02.347] | : . | ns <- getNamespace("future.apply") [10:26:02.347] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.347] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.347] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.347] | : . | } [10:26:02.347] | : . | [10:26:02.348] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.348] | : get_transpiler() ... done [10:26:02.349] | : Transpile call expression ... [10:26:02.349] | : . local(future.apply::future_eapply(env = { [10:26:02.349] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.349] | : . es [10:26:02.349] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.349] | : . on.exit(.progressr_progressor()) [10:26:02.349] | : . ...FUN(...) [10:26:02.349] | : . }, all.names = TRUE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.350] | : Transpile call expression ... done [10:26:02.351] | : Evaluate transpiled call expression [10:26:02.425] | transpile() ... done [10:26:02.425] progressify() ... done List of 5 $ .ee: num 1.5 $ dd : num 3 $ cc : int 4 $ bb : int 2 $ aa : num 2.5 [10:26:02.429] progressify() ... [10:26:02.429] | transpile() ... [10:26:02.430] | : get_transpiler() ... [10:26:02.430] | : . Finding call to be transpiled ... [10:26:02.431] | : . | descend_wrappers() ... [10:26:02.431] | : . | : Call: [10:26:02.432] | : . | : future.apply::future_eapply [10:26:02.432] | : . | : parse_call() ... [10:26:02.433] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.433] | : . | : parse_call() ... done [10:26:02.434] | : . | descend_wrappers() ... done [10:26:02.434] | : . | parse_call() ... [10:26:02.435] | : . | : Function: future.apply::future_eapply(...) [10:26:02.435] | : . | parse_call() ... done [10:26:02.436] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.436] | : . | future.apply::future_eapply [10:26:02.437] | : . Finding call to be transpiled ... done [10:26:02.438] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.438] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.439] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.439] | : . | Transpiler function: [10:26:02.440] | : . | function (expr, options) [10:26:02.440] | : . | { [10:26:02.440] | : . | ns <- getNamespace("future.apply") [10:26:02.440] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.440] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.440] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.440] | : . | } [10:26:02.440] | : . | [10:26:02.440] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.441] | : get_transpiler() ... done [10:26:02.441] | : Transpile call expression ... [10:26:02.442] | : . local(future.apply::future_eapply(env = { [10:26:02.442] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.442] | : . es [10:26:02.442] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.442] | : . on.exit(.progressr_progressor()) [10:26:02.442] | : . ...FUN(...) [10:26:02.442] | : . }, all.names = TRUE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.443] | : Transpile call expression ... done [10:26:02.444] | : Evaluate transpiled call expression [10:26:02.540] | transpile() ... done [10:26:02.541] progressify() ... done character(0) [10:26:02.542] progressify() ... [10:26:02.542] | transpile() ... [10:26:02.543] | : get_transpiler() ... [10:26:02.543] | : . Finding call to be transpiled ... [10:26:02.544] | : . | descend_wrappers() ... [10:26:02.544] | : . | : Call: [10:26:02.545] | : . | : future.apply::future_eapply [10:26:02.545] | : . | : parse_call() ... [10:26:02.546] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.546] | : . | : parse_call() ... done [10:26:02.547] | : . | descend_wrappers() ... done [10:26:02.548] | : . | parse_call() ... [10:26:02.548] | : . | : Function: future.apply::future_eapply(...) [10:26:02.549] | : . | parse_call() ... done [10:26:02.549] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.550] | : . | future.apply::future_eapply [10:26:02.550] | : . Finding call to be transpiled ... done [10:26:02.551] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.551] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.552] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.552] | : . | Transpiler function: [10:26:02.553] | : . | function (expr, options) [10:26:02.553] | : . | { [10:26:02.553] | : . | ns <- getNamespace("future.apply") [10:26:02.553] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.553] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.553] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.553] | : . | } [10:26:02.553] | : . | [10:26:02.554] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.554] | : get_transpiler() ... done [10:26:02.555] | : Transpile call expression ... [10:26:02.555] | : . local(future.apply::future_eapply(env = { [10:26:02.555] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.555] | : . es [10:26:02.555] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.555] | : . on.exit(.progressr_progressor()) [10:26:02.555] | : . ...FUN(...) [10:26:02.555] | : . }, all.names = TRUE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.556] | : Transpile call expression ... done [10:26:02.557] | : Evaluate transpiled call expression [10:26:02.644] | transpile() ... done [10:26:02.645] progressify() ... done === future_eapply ========================== future.apply::future_eapply(env = es, FUN = FUN, USE.NAMES = FALSE) --------------------------------- progressify(future.apply::future_eapply(env = es, FUN = FUN, USE.NAMES = FALSE)) [10:26:02.693] progressify() ... [10:26:02.694] | transpile() ... [10:26:02.694] | : get_transpiler() ... [10:26:02.695] | : . Finding call to be transpiled ... [10:26:02.695] | : . | descend_wrappers() ... [10:26:02.696] | : . | : Call: [10:26:02.697] | : . | : future.apply::future_eapply [10:26:02.697] | : . | : parse_call() ... [10:26:02.698] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.698] | : . | : parse_call() ... done [10:26:02.699] | : . | descend_wrappers() ... done [10:26:02.699] | : . | parse_call() ... [10:26:02.700] | : . | : Function: future.apply::future_eapply(...) [10:26:02.701] | : . | parse_call() ... done [10:26:02.701] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.702] | : . | future.apply::future_eapply [10:26:02.702] | : . Finding call to be transpiled ... done [10:26:02.703] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.703] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.704] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.705] | : . | Transpiler function: [10:26:02.705] | : . | function (expr, options) [10:26:02.705] | : . | { [10:26:02.705] | : . | ns <- getNamespace("future.apply") [10:26:02.705] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.705] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.705] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.705] | : . | } [10:26:02.705] | : . | [10:26:02.706] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.707] | : get_transpiler() ... done [10:26:02.707] | : Transpile call expression ... [10:26:02.708] | : . local(future.apply::future_eapply(env = { [10:26:02.708] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.708] | : . es [10:26:02.708] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.708] | : . on.exit(.progressr_progressor()) [10:26:02.708] | : . ...FUN(...) [10:26:02.708] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.709] | : Transpile call expression ... done [10:26:02.710] | : Evaluate transpiled call expression [10:26:02.802] | transpile() ... done [10:26:02.803] progressify() ... done List of 4 $ : num 3 $ : int 4 $ : int 2 $ : num 2.5 [10:26:02.806] progressify() ... [10:26:02.807] | transpile() ... [10:26:02.808] | : get_transpiler() ... [10:26:02.808] | : . Finding call to be transpiled ... [10:26:02.809] | : . | descend_wrappers() ... [10:26:02.809] | : . | : Call: [10:26:02.810] | : . | : future.apply::future_eapply [10:26:02.810] | : . | : parse_call() ... [10:26:02.811] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.811] | : . | : parse_call() ... done [10:26:02.812] | : . | descend_wrappers() ... done [10:26:02.812] | : . | parse_call() ... [10:26:02.813] | : . | : Function: future.apply::future_eapply(...) [10:26:02.813] | : . | parse_call() ... done [10:26:02.814] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.814] | : . | future.apply::future_eapply [10:26:02.815] | : . Finding call to be transpiled ... done [10:26:02.816] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.816] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.817] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.817] | : . | Transpiler function: [10:26:02.818] | : . | function (expr, options) [10:26:02.818] | : . | { [10:26:02.818] | : . | ns <- getNamespace("future.apply") [10:26:02.818] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.818] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.818] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.818] | : . | } [10:26:02.818] | : . | [10:26:02.818] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.819] | : get_transpiler() ... done [10:26:02.819] | : Transpile call expression ... [10:26:02.820] | : . local(future.apply::future_eapply(env = { [10:26:02.820] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.820] | : . es [10:26:02.820] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.820] | : . on.exit(.progressr_progressor()) [10:26:02.820] | : . ...FUN(...) [10:26:02.820] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.821] | : Transpile call expression ... done [10:26:02.822] | : Evaluate transpiled call expression [10:26:02.908] | transpile() ... done [10:26:02.909] progressify() ... done character(0) [10:26:02.909] progressify() ... [10:26:02.910] | transpile() ... [10:26:02.910] | : get_transpiler() ... [10:26:02.911] | : . Finding call to be transpiled ... [10:26:02.911] | : . | descend_wrappers() ... [10:26:02.912] | : . | : Call: [10:26:02.912] | : . | : future.apply::future_eapply [10:26:02.913] | : . | : parse_call() ... [10:26:02.913] | : . | : . Function: future.apply::future_eapply(...) [10:26:02.914] | : . | : parse_call() ... done [10:26:02.914] | : . | descend_wrappers() ... done [10:26:02.915] | : . | parse_call() ... [10:26:02.915] | : . | : Function: future.apply::future_eapply(...) [10:26:02.916] | : . | parse_call() ... done [10:26:02.916] | : . | Position of call to be transpiled in expression: c(1) [10:26:02.917] | : . | future.apply::future_eapply [10:26:02.918] | : . Finding call to be transpiled ... done [10:26:02.918] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... [10:26:02.919] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:02.919] | : . | Transpiler description: future.apply::future_eapply() transpiler [10:26:02.920] | : . | Transpiler function: [10:26:02.920] | : . | function (expr, options) [10:26:02.920] | : . | { [10:26:02.920] | : . | ns <- getNamespace("future.apply") [10:26:02.920] | : . | fcn <- get("future_eapply", mode = "function", envir = ns) [10:26:02.920] | : . | progressify_future.apply(expr, fcn_name = "future_eapply", [10:26:02.920] | : . | fcn = fcn, envir = parent.frame()) [10:26:02.920] | : . | } [10:26:02.920] | : . | [10:26:02.921] | : . Locating 'progressify::built-in' transpiler for future.apply::future_eapply() of class 'function' ... done [10:26:02.921] | : get_transpiler() ... done [10:26:02.922] | : Transpile call expression ... [10:26:02.922] | : . local(future.apply::future_eapply(env = { [10:26:02.922] | : . .progressr_progressor <- progressr::progressor(along = es) [10:26:02.922] | : . es [10:26:02.922] | : . }, FUN = function(..., ...FUN, .progressr_progressor) { [10:26:02.922] | : . on.exit(.progressr_progressor()) [10:26:02.922] | : . ...FUN(...) [10:26:02.922] | : . }, USE.NAMES = FALSE, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:02.923] | : Transpile call expression ... done [10:26:02.924] | : Evaluate transpiled call expression [10:26:03.010] | transpile() ... done [10:26:03.011] progressify() ... done === future_replicate ========================== future_replicate(10, { 42 }) --------------------------------- progressify(future_replicate(10, { 42 })) [10:26:03.026] progressify() ... [10:26:03.026] | transpile() ... [10:26:03.027] | : get_transpiler() ... [10:26:03.027] | : . Finding call to be transpiled ... [10:26:03.028] | : . | descend_wrappers() ... [10:26:03.028] | : . | : Call: [10:26:03.029] | : . | : future_replicate [10:26:03.029] | : . | : parse_call() ... [10:26:03.030] | : . | : . Function: future_replicate(...) [10:26:03.030] | : . | : . Locate function ... [10:26:03.031] | : . | : . | Function located in: 'future.apply' [10:26:03.031] | : . | : . Locate function ... done [10:26:03.032] | : . | : parse_call() ... done [10:26:03.032] | : . | descend_wrappers() ... done [10:26:03.033] | : . | parse_call() ... [10:26:03.033] | : . | : Function: future_replicate(...) [10:26:03.034] | : . | : Locate function ... [10:26:03.034] | : . | : . Function located in: 'future.apply' [10:26:03.035] | : . | : Locate function ... done [10:26:03.035] | : . | parse_call() ... done [10:26:03.036] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.036] | : . | future_replicate [10:26:03.037] | : . Finding call to be transpiled ... done [10:26:03.037] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.038] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.038] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.039] | : . | Transpiler function: [10:26:03.039] | : . | function (expr, options) [10:26:03.039] | : . | { [10:26:03.039] | : . | ns <- getNamespace("future.apply") [10:26:03.039] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.039] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.039] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.039] | : . | } [10:26:03.039] | : . | [10:26:03.040] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.041] | : get_transpiler() ... done [10:26:03.041] | : Transpile call expression ... [10:26:03.042] | : . local(future_replicate({ [10:26:03.042] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.042] | : . 10 [10:26:03.042] | : . }, local({ [10:26:03.042] | : . on.exit(.progressr_progressor()) [10:26:03.042] | : . { [10:26:03.042] | : . 42 [10:26:03.042] | : . } [10:26:03.042] | : . }))) [10:26:03.043] | : Transpile call expression ... done [10:26:03.043] | : Evaluate transpiled call expression [10:26:03.083] | transpile() ... done [10:26:03.083] progressify() ... done num [1:10] 42 42 42 42 42 42 42 42 42 42 [10:26:03.084] progressify() ... [10:26:03.085] | transpile() ... [10:26:03.085] | : get_transpiler() ... [10:26:03.086] | : . Finding call to be transpiled ... [10:26:03.086] | : . | descend_wrappers() ... [10:26:03.087] | : . | : Call: [10:26:03.088] | : . | : future_replicate [10:26:03.088] | : . | : parse_call() ... [10:26:03.089] | : . | : . Function: future_replicate(...) [10:26:03.089] | : . | : . Locate function ... [10:26:03.090] | : . | : . | Function located in: 'future.apply' [10:26:03.090] | : . | : . Locate function ... done [10:26:03.091] | : . | : parse_call() ... done [10:26:03.091] | : . | descend_wrappers() ... done [10:26:03.092] | : . | parse_call() ... [10:26:03.092] | : . | : Function: future_replicate(...) [10:26:03.093] | : . | : Locate function ... [10:26:03.093] | : . | : . Function located in: 'future.apply' [10:26:03.094] | : . | : Locate function ... done [10:26:03.095] | : . | parse_call() ... done [10:26:03.095] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.095] | : . | future_replicate [10:26:03.096] | : . Finding call to be transpiled ... done [10:26:03.097] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.097] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.098] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.098] | : . | Transpiler function: [10:26:03.099] | : . | function (expr, options) [10:26:03.099] | : . | { [10:26:03.099] | : . | ns <- getNamespace("future.apply") [10:26:03.099] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.099] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.099] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.099] | : . | } [10:26:03.099] | : . | [10:26:03.100] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.100] | : get_transpiler() ... done [10:26:03.101] | : Transpile call expression ... [10:26:03.101] | : . local(future_replicate({ [10:26:03.101] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.101] | : . 10 [10:26:03.101] | : . }, local({ [10:26:03.101] | : . on.exit(.progressr_progressor()) [10:26:03.101] | : . { [10:26:03.101] | : . 42 [10:26:03.101] | : . } [10:26:03.101] | : . }))) [10:26:03.102] | : Transpile call expression ... done [10:26:03.103] | : Evaluate transpiled call expression [10:26:03.133] | transpile() ... done [10:26:03.134] progressify() ... done character(0) [10:26:03.135] progressify() ... [10:26:03.135] | transpile() ... [10:26:03.136] | : get_transpiler() ... [10:26:03.136] | : . Finding call to be transpiled ... [10:26:03.137] | : . | descend_wrappers() ... [10:26:03.137] | : . | : Call: [10:26:03.138] | : . | : future_replicate [10:26:03.138] | : . | : parse_call() ... [10:26:03.139] | : . | : . Function: future_replicate(...) [10:26:03.139] | : . | : . Locate function ... [10:26:03.140] | : . | : . | Function located in: 'future.apply' [10:26:03.140] | : . | : . Locate function ... done [10:26:03.141] | : . | : parse_call() ... done [10:26:03.141] | : . | descend_wrappers() ... done [10:26:03.142] | : . | parse_call() ... [10:26:03.142] | : . | : Function: future_replicate(...) [10:26:03.143] | : . | : Locate function ... [10:26:03.143] | : . | : . Function located in: 'future.apply' [10:26:03.144] | : . | : Locate function ... done [10:26:03.145] | : . | parse_call() ... done [10:26:03.145] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.146] | : . | future_replicate [10:26:03.146] | : . Finding call to be transpiled ... done [10:26:03.147] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.147] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.148] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.148] | : . | Transpiler function: [10:26:03.149] | : . | function (expr, options) [10:26:03.149] | : . | { [10:26:03.149] | : . | ns <- getNamespace("future.apply") [10:26:03.149] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.149] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.149] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.149] | : . | } [10:26:03.149] | : . | [10:26:03.150] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.150] | : get_transpiler() ... done [10:26:03.151] | : Transpile call expression ... [10:26:03.151] | : . local(future_replicate({ [10:26:03.151] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.151] | : . 10 [10:26:03.151] | : . }, local({ [10:26:03.151] | : . on.exit(.progressr_progressor()) [10:26:03.151] | : . { [10:26:03.151] | : . 42 [10:26:03.151] | : . } [10:26:03.151] | : . }))) [10:26:03.152] | : Transpile call expression ... done [10:26:03.153] | : Evaluate transpiled call expression [10:26:03.176] | transpile() ... done [10:26:03.177] progressify() ... done === future_replicate ========================== future_replicate(n = 10, { 1 + 2 }) --------------------------------- progressify(future_replicate(n = 10, { 1 + 2 })) [10:26:03.194] progressify() ... [10:26:03.195] | transpile() ... [10:26:03.195] | : get_transpiler() ... [10:26:03.196] | : . Finding call to be transpiled ... [10:26:03.197] | : . | descend_wrappers() ... [10:26:03.197] | : . | : Call: [10:26:03.198] | : . | : future_replicate [10:26:03.198] | : . | : parse_call() ... [10:26:03.199] | : . | : . Function: future_replicate(...) [10:26:03.199] | : . | : . Locate function ... [10:26:03.200] | : . | : . | Function located in: 'future.apply' [10:26:03.200] | : . | : . Locate function ... done [10:26:03.201] | : . | : parse_call() ... done [10:26:03.201] | : . | descend_wrappers() ... done [10:26:03.202] | : . | parse_call() ... [10:26:03.202] | : . | : Function: future_replicate(...) [10:26:03.203] | : . | : Locate function ... [10:26:03.203] | : . | : . Function located in: 'future.apply' [10:26:03.204] | : . | : Locate function ... done [10:26:03.204] | : . | parse_call() ... done [10:26:03.205] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.205] | : . | future_replicate [10:26:03.206] | : . Finding call to be transpiled ... done [10:26:03.206] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.207] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.208] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.208] | : . | Transpiler function: [10:26:03.209] | : . | function (expr, options) [10:26:03.209] | : . | { [10:26:03.209] | : . | ns <- getNamespace("future.apply") [10:26:03.209] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.209] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.209] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.209] | : . | } [10:26:03.209] | : . | [10:26:03.209] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.210] | : get_transpiler() ... done [10:26:03.210] | : Transpile call expression ... [10:26:03.211] | : . local(future_replicate(n = { [10:26:03.211] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.211] | : . 10 [10:26:03.211] | : . }, local({ [10:26:03.211] | : . on.exit(.progressr_progressor()) [10:26:03.211] | : . { [10:26:03.211] | : . 1 + 2 [10:26:03.211] | : . } [10:26:03.211] | : . }))) [10:26:03.212] | : Transpile call expression ... done [10:26:03.213] | : Evaluate transpiled call expression [10:26:03.239] | transpile() ... done [10:26:03.240] progressify() ... done num [1:10] 3 3 3 3 3 3 3 3 3 3 [10:26:03.241] progressify() ... [10:26:03.242] | transpile() ... [10:26:03.242] | : get_transpiler() ... [10:26:03.243] | : . Finding call to be transpiled ... [10:26:03.244] | : . | descend_wrappers() ... [10:26:03.244] | : . | : Call: [10:26:03.245] | : . | : future_replicate [10:26:03.248] | : . | : parse_call() ... [10:26:03.249] | : . | : . Function: future_replicate(...) [10:26:03.249] | : . | : . Locate function ... [10:26:03.250] | : . | : . | Function located in: 'future.apply' [10:26:03.251] | : . | : . Locate function ... done [10:26:03.251] | : . | : parse_call() ... done [10:26:03.252] | : . | descend_wrappers() ... done [10:26:03.252] | : . | parse_call() ... [10:26:03.253] | : . | : Function: future_replicate(...) [10:26:03.253] | : . | : Locate function ... [10:26:03.254] | : . | : . Function located in: 'future.apply' [10:26:03.254] | : . | : Locate function ... done [10:26:03.255] | : . | parse_call() ... done [10:26:03.255] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.256] | : . | future_replicate [10:26:03.256] | : . Finding call to be transpiled ... done [10:26:03.257] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.258] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.258] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.259] | : . | Transpiler function: [10:26:03.259] | : . | function (expr, options) [10:26:03.259] | : . | { [10:26:03.259] | : . | ns <- getNamespace("future.apply") [10:26:03.259] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.259] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.259] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.259] | : . | } [10:26:03.259] | : . | [10:26:03.260] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.260] | : get_transpiler() ... done [10:26:03.261] | : Transpile call expression ... [10:26:03.261] | : . local(future_replicate(n = { [10:26:03.261] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.261] | : . 10 [10:26:03.261] | : . }, local({ [10:26:03.261] | : . on.exit(.progressr_progressor()) [10:26:03.261] | : . { [10:26:03.261] | : . 1 + 2 [10:26:03.261] | : . } [10:26:03.261] | : . }))) [10:26:03.262] | : Transpile call expression ... done [10:26:03.263] | : Evaluate transpiled call expression [10:26:03.287] | transpile() ... done [10:26:03.287] progressify() ... done character(0) [10:26:03.288] progressify() ... [10:26:03.288] | transpile() ... [10:26:03.289] | : get_transpiler() ... [10:26:03.289] | : . Finding call to be transpiled ... [10:26:03.290] | : . | descend_wrappers() ... [10:26:03.291] | : . | : Call: [10:26:03.291] | : . | : future_replicate [10:26:03.292] | : . | : parse_call() ... [10:26:03.292] | : . | : . Function: future_replicate(...) [10:26:03.293] | : . | : . Locate function ... [10:26:03.293] | : . | : . | Function located in: 'future.apply' [10:26:03.294] | : . | : . Locate function ... done [10:26:03.294] | : . | : parse_call() ... done [10:26:03.295] | : . | descend_wrappers() ... done [10:26:03.295] | : . | parse_call() ... [10:26:03.296] | : . | : Function: future_replicate(...) [10:26:03.296] | : . | : Locate function ... [10:26:03.297] | : . | : . Function located in: 'future.apply' [10:26:03.297] | : . | : Locate function ... done [10:26:03.298] | : . | parse_call() ... done [10:26:03.298] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.299] | : . | future_replicate [10:26:03.299] | : . Finding call to be transpiled ... done [10:26:03.300] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.300] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.301] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.301] | : . | Transpiler function: [10:26:03.302] | : . | function (expr, options) [10:26:03.302] | : . | { [10:26:03.302] | : . | ns <- getNamespace("future.apply") [10:26:03.302] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.302] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.302] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.302] | : . | } [10:26:03.302] | : . | [10:26:03.302] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.303] | : get_transpiler() ... done [10:26:03.303] | : Transpile call expression ... [10:26:03.304] | : . local(future_replicate(n = { [10:26:03.304] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.304] | : . 10 [10:26:03.304] | : . }, local({ [10:26:03.304] | : . on.exit(.progressr_progressor()) [10:26:03.304] | : . { [10:26:03.304] | : . 1 + 2 [10:26:03.304] | : . } [10:26:03.304] | : . }))) [10:26:03.305] | : Transpile call expression ... done [10:26:03.306] | : Evaluate transpiled call expression [10:26:03.328] | transpile() ... done [10:26:03.329] progressify() ... done === future_replicate ========================== future.apply::future_replicate(n = 10, 3 + 4) --------------------------------- progressify(future.apply::future_replicate(n = 10, 3 + 4)) [10:26:03.344] progressify() ... [10:26:03.344] | transpile() ... [10:26:03.345] | : get_transpiler() ... [10:26:03.345] | : . Finding call to be transpiled ... [10:26:03.346] | : . | descend_wrappers() ... [10:26:03.346] | : . | : Call: [10:26:03.347] | : . | : future.apply::future_replicate [10:26:03.347] | : . | : parse_call() ... [10:26:03.348] | : . | : . Function: future.apply::future_replicate(...) [10:26:03.348] | : . | : parse_call() ... done [10:26:03.349] | : . | descend_wrappers() ... done [10:26:03.349] | : . | parse_call() ... [10:26:03.350] | : . | : Function: future.apply::future_replicate(...) [10:26:03.350] | : . | parse_call() ... done [10:26:03.351] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.351] | : . | future.apply::future_replicate [10:26:03.352] | : . Finding call to be transpiled ... done [10:26:03.352] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.353] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.353] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.354] | : . | Transpiler function: [10:26:03.354] | : . | function (expr, options) [10:26:03.354] | : . | { [10:26:03.354] | : . | ns <- getNamespace("future.apply") [10:26:03.354] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.354] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.354] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.354] | : . | } [10:26:03.354] | : . | [10:26:03.355] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.356] | : get_transpiler() ... done [10:26:03.356] | : Transpile call expression ... [10:26:03.357] | : . local(future.apply::future_replicate(n = { [10:26:03.357] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.357] | : . 10 [10:26:03.357] | : . }, local({ [10:26:03.357] | : . on.exit(.progressr_progressor()) [10:26:03.357] | : . 3 + 4 [10:26:03.357] | : . }))) [10:26:03.358] | : Transpile call expression ... done [10:26:03.358] | : Evaluate transpiled call expression [10:26:03.383] | transpile() ... done [10:26:03.383] progressify() ... done num [1:10] 7 7 7 7 7 7 7 7 7 7 [10:26:03.385] progressify() ... [10:26:03.385] | transpile() ... [10:26:03.386] | : get_transpiler() ... [10:26:03.386] | : . Finding call to be transpiled ... [10:26:03.387] | : . | descend_wrappers() ... [10:26:03.387] | : . | : Call: [10:26:03.388] | : . | : future.apply::future_replicate [10:26:03.388] | : . | : parse_call() ... [10:26:03.389] | : . | : . Function: future.apply::future_replicate(...) [10:26:03.389] | : . | : parse_call() ... done [10:26:03.390] | : . | descend_wrappers() ... done [10:26:03.390] | : . | parse_call() ... [10:26:03.391] | : . | : Function: future.apply::future_replicate(...) [10:26:03.391] | : . | parse_call() ... done [10:26:03.392] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.392] | : . | future.apply::future_replicate [10:26:03.393] | : . Finding call to be transpiled ... done [10:26:03.393] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.394] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.394] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.395] | : . | Transpiler function: [10:26:03.395] | : . | function (expr, options) [10:26:03.395] | : . | { [10:26:03.395] | : . | ns <- getNamespace("future.apply") [10:26:03.395] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.395] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.395] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.395] | : . | } [10:26:03.395] | : . | [10:26:03.396] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.396] | : get_transpiler() ... done [10:26:03.397] | : Transpile call expression ... [10:26:03.398] | : . local(future.apply::future_replicate(n = { [10:26:03.398] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.398] | : . 10 [10:26:03.398] | : . }, local({ [10:26:03.398] | : . on.exit(.progressr_progressor()) [10:26:03.398] | : . 3 + 4 [10:26:03.398] | : . }))) [10:26:03.399] | : Transpile call expression ... done [10:26:03.399] | : Evaluate transpiled call expression [10:26:03.421] | transpile() ... done [10:26:03.421] progressify() ... done character(0) [10:26:03.422] progressify() ... [10:26:03.423] | transpile() ... [10:26:03.423] | : get_transpiler() ... [10:26:03.424] | : . Finding call to be transpiled ... [10:26:03.424] | : . | descend_wrappers() ... [10:26:03.425] | : . | : Call: [10:26:03.425] | : . | : future.apply::future_replicate [10:26:03.426] | : . | : parse_call() ... [10:26:03.426] | : . | : . Function: future.apply::future_replicate(...) [10:26:03.427] | : . | : parse_call() ... done [10:26:03.427] | : . | descend_wrappers() ... done [10:26:03.428] | : . | parse_call() ... [10:26:03.428] | : . | : Function: future.apply::future_replicate(...) [10:26:03.429] | : . | parse_call() ... done [10:26:03.429] | : . | Position of call to be transpiled in expression: c(1) [10:26:03.430] | : . | future.apply::future_replicate [10:26:03.430] | : . Finding call to be transpiled ... done [10:26:03.431] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... [10:26:03.431] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:03.432] | : . | Transpiler description: future.apply::future_replicate() transpiler [10:26:03.432] | : . | Transpiler function: [10:26:03.433] | : . | function (expr, options) [10:26:03.433] | : . | { [10:26:03.433] | : . | ns <- getNamespace("future.apply") [10:26:03.433] | : . | fcn <- get("future_replicate", mode = "function", envir = ns) [10:26:03.433] | : . | progressify_future.apply(expr, fcn_name = "future_replicate", [10:26:03.433] | : . | fcn = fcn, envir = parent.frame()) [10:26:03.433] | : . | } [10:26:03.433] | : . | [10:26:03.434] | : . Locating 'progressify::built-in' transpiler for future.apply::future_replicate() of class 'function' ... done [10:26:03.434] | : get_transpiler() ... done [10:26:03.434] | : Transpile call expression ... [10:26:03.435] | : . local(future.apply::future_replicate(n = { [10:26:03.435] | : . .progressr_progressor <- progressr::progressor(steps = 10) [10:26:03.435] | : . 10 [10:26:03.435] | : . }, local({ [10:26:03.435] | : . on.exit(.progressr_progressor()) [10:26:03.435] | : . 3 + 4 [10:26:03.435] | : . }))) [10:26:03.436] | : Transpile call expression ... done [10:26:03.437] | : Evaluate transpiled call expression [10:26:03.461] | transpile() ... done [10:26:03.462] progressify() ... done Test time: user.self=4s, sys.self=0.3s, elapsed=4s, user.child=NAs, sys.child=NAs Test 'progressify-future.apply' ... success > > proc.time() user system elapsed 4.26 0.40 4.65