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-purrr.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > progressify:::testme("progressify-purrr") Test 'progressify-purrr' ... chr "none" > if (requireNamespace("purrr")) { + library(progressify) + library(purrr) + options(progressify.debug = TRUE) + y <- progressify(map( .... [TRUNCATED] Loading required namespace: purrr Loading required package: progressr [10:26:41.118] progressify() ... [10:26:41.120] | transpile() ... [10:26:41.121] | : get_transpiler() ... [10:26:41.121] | : . Finding call to be transpiled ... [10:26:41.122] | : . | descend_wrappers() ... [10:26:41.122] | : . | : Call: [10:26:41.123] | : . | : map [10:26:41.124] | : . | : parse_call() ... [10:26:41.124] | : . | : . Function: map(...) [10:26:41.125] | : . | : . Locate function ... [10:26:41.125] | : . | : . | Function located in: 'purrr' [10:26:41.126] | : . | : . Locate function ... done [10:26:41.126] | : . | : parse_call() ... done [10:26:41.127] | : . | descend_wrappers() ... done [10:26:41.127] | : . | parse_call() ... [10:26:41.128] | : . | : Function: map(...) [10:26:41.128] | : . | : Locate function ... [10:26:41.129] | : . | : . Function located in: 'purrr' [10:26:41.129] | : . | : Locate function ... done [10:26:41.130] | : . | parse_call() ... done [10:26:41.130] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.131] | : . | map [10:26:41.131] | : . Finding call to be transpiled ... done [10:26:41.132] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.132] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.133] | : . | Transpiler description: purrr::map() transpiler [10:26:41.133] | : . | Transpiler function: [10:26:41.134] | : . | function (expr, options) [10:26:41.134] | : . | { [10:26:41.134] | : . | ns <- getNamespace("purrr") [10:26:41.134] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.134] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.134] | : . | } [10:26:41.134] | : . | [10:26:41.135] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.135] | : get_transpiler() ... done [10:26:41.136] | : Transpile call expression ... [10:26:41.136] | : . local(map({ [10:26:41.136] | : . .progressr_progressor <- progressr::progressor(along = 1:3) [10:26:41.136] | : . 1:3 [10:26:41.136] | : . }, local({ [10:26:41.136] | : . .progressr_f <- purrr::as_mapper(function(x) { [10:26:41.136] | : . print(x) [10:26:41.136] | : . }) [10:26:41.136] | : . function(..., .progressr_progressor) { [10:26:41.136] | : . on.exit(.progressr_progressor()) [10:26:41.136] | : . .progressr_f(...) [10:26:41.136] | : . } [10:26:41.136] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.138] | : Transpile call expression ... done [10:26:41.138] | : Evaluate transpiled call expression [1] 1 [1] 2 [1] 3 [10:26:41.140] | transpile() ... done [10:26:41.140] progressify() ... done [[1]] [1] 1 [[2]] [1] 2 [[3]] [1] 3 === map ========================== map(xs, FUN) --------------------------------- progressify(map(xs, FUN)) [10:26:41.162] progressify() ... [10:26:41.163] | transpile() ... [10:26:41.163] | : get_transpiler() ... [10:26:41.164] | : . Finding call to be transpiled ... [10:26:41.164] | : . | descend_wrappers() ... [10:26:41.165] | : . | : Call: [10:26:41.165] | : . | : map [10:26:41.166] | : . | : parse_call() ... [10:26:41.166] | : . | : . Function: map(...) [10:26:41.167] | : . | : . Locate function ... [10:26:41.167] | : . | : . | Function located in: 'purrr' [10:26:41.168] | : . | : . Locate function ... done [10:26:41.168] | : . | : parse_call() ... done [10:26:41.169] | : . | descend_wrappers() ... done [10:26:41.170] | : . | parse_call() ... [10:26:41.170] | : . | : Function: map(...) [10:26:41.171] | : . | : Locate function ... [10:26:41.171] | : . | : . Function located in: 'purrr' [10:26:41.172] | : . | : Locate function ... done [10:26:41.172] | : . | parse_call() ... done [10:26:41.173] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.173] | : . | map [10:26:41.174] | : . Finding call to be transpiled ... done [10:26:41.174] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.175] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.175] | : . | Transpiler description: purrr::map() transpiler [10:26:41.176] | : . | Transpiler function: [10:26:41.176] | : . | function (expr, options) [10:26:41.176] | : . | { [10:26:41.176] | : . | ns <- getNamespace("purrr") [10:26:41.176] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.176] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.176] | : . | } [10:26:41.176] | : . | [10:26:41.177] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.177] | : get_transpiler() ... done [10:26:41.178] | : Transpile call expression ... [10:26:41.179] | : . local(map({ [10:26:41.179] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.179] | : . xs [10:26:41.179] | : . }, local({ [10:26:41.179] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.179] | : . function(..., .progressr_progressor) { [10:26:41.179] | : . on.exit(.progressr_progressor()) [10:26:41.179] | : . .progressr_f(...) [10:26:41.179] | : . } [10:26:41.179] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.180] | : Transpile call expression ... done [10:26:41.180] | : Evaluate transpiled call expression [10:26:41.181] | transpile() ... done [10:26:41.182] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:41.186] progressify() ... [10:26:41.186] | transpile() ... [10:26:41.187] | : get_transpiler() ... [10:26:41.187] | : . Finding call to be transpiled ... [10:26:41.188] | : . | descend_wrappers() ... [10:26:41.188] | : . | : Call: [10:26:41.189] | : . | : map [10:26:41.189] | : . | : parse_call() ... [10:26:41.190] | : . | : . Function: map(...) [10:26:41.190] | : . | : . Locate function ... [10:26:41.191] | : . | : . | Function located in: 'purrr' [10:26:41.192] | : . | : . Locate function ... done [10:26:41.192] | : . | : parse_call() ... done [10:26:41.193] | : . | descend_wrappers() ... done [10:26:41.193] | : . | parse_call() ... [10:26:41.194] | : . | : Function: map(...) [10:26:41.194] | : . | : Locate function ... [10:26:41.195] | : . | : . Function located in: 'purrr' [10:26:41.195] | : . | : Locate function ... done [10:26:41.196] | : . | parse_call() ... done [10:26:41.196] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.197] | : . | map [10:26:41.197] | : . Finding call to be transpiled ... done [10:26:41.198] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.198] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.199] | : . | Transpiler description: purrr::map() transpiler [10:26:41.199] | : . | Transpiler function: [10:26:41.200] | : . | function (expr, options) [10:26:41.200] | : . | { [10:26:41.200] | : . | ns <- getNamespace("purrr") [10:26:41.200] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.200] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.200] | : . | } [10:26:41.200] | : . | [10:26:41.200] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.201] | : get_transpiler() ... done [10:26:41.201] | : Transpile call expression ... [10:26:41.202] | : . local(map({ [10:26:41.202] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.202] | : . xs [10:26:41.202] | : . }, local({ [10:26:41.202] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.202] | : . function(..., .progressr_progressor) { [10:26:41.202] | : . on.exit(.progressr_progressor()) [10:26:41.202] | : . .progressr_f(...) [10:26:41.202] | : . } [10:26:41.202] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.203] | : Transpile call expression ... done [10:26:41.204] | : Evaluate transpiled call expression [10:26:41.205] | transpile() ... done [10:26:41.205] progressify() ... done character(0) [10:26:41.206] progressify() ... [10:26:41.206] | transpile() ... [10:26:41.207] | : get_transpiler() ... [10:26:41.207] | : . Finding call to be transpiled ... [10:26:41.208] | : . | descend_wrappers() ... [10:26:41.208] | : . | : Call: [10:26:41.209] | : . | : map [10:26:41.209] | : . | : parse_call() ... [10:26:41.210] | : . | : . Function: map(...) [10:26:41.210] | : . | : . Locate function ... [10:26:41.211] | : . | : . | Function located in: 'purrr' [10:26:41.211] | : . | : . Locate function ... done [10:26:41.212] | : . | : parse_call() ... done [10:26:41.212] | : . | descend_wrappers() ... done [10:26:41.213] | : . | parse_call() ... [10:26:41.213] | : . | : Function: map(...) [10:26:41.214] | : . | : Locate function ... [10:26:41.214] | : . | : . Function located in: 'purrr' [10:26:41.215] | : . | : Locate function ... done [10:26:41.215] | : . | parse_call() ... done [10:26:41.216] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.216] | : . | map [10:26:41.217] | : . Finding call to be transpiled ... done [10:26:41.217] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.218] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.218] | : . | Transpiler description: purrr::map() transpiler [10:26:41.219] | : . | Transpiler function: [10:26:41.219] | : . | function (expr, options) [10:26:41.219] | : . | { [10:26:41.219] | : . | ns <- getNamespace("purrr") [10:26:41.219] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.219] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.219] | : . | } [10:26:41.219] | : . | [10:26:41.220] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.221] | : get_transpiler() ... done [10:26:41.221] | : Transpile call expression ... [10:26:41.222] | : . local(map({ [10:26:41.222] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.222] | : . xs [10:26:41.222] | : . }, local({ [10:26:41.222] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.222] | : . function(..., .progressr_progressor) { [10:26:41.222] | : . on.exit(.progressr_progressor()) [10:26:41.222] | : . .progressr_f(...) [10:26:41.222] | : . } [10:26:41.222] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.223] | : Transpile call expression ... done [10:26:41.223] | : Evaluate transpiled call expression [10:26:41.224] | transpile() ... done [10:26:41.225] progressify() ... done === map ========================== purrr::map(xs, FUN) --------------------------------- progressify(purrr::map(xs, FUN)) [10:26:41.226] progressify() ... [10:26:41.226] | transpile() ... [10:26:41.227] | : get_transpiler() ... [10:26:41.227] | : . Finding call to be transpiled ... [10:26:41.228] | : . | descend_wrappers() ... [10:26:41.229] | : . | : Call: [10:26:41.229] | : . | : purrr::map [10:26:41.230] | : . | : parse_call() ... [10:26:41.230] | : . | : . Function: purrr::map(...) [10:26:41.231] | : . | : parse_call() ... done [10:26:41.231] | : . | descend_wrappers() ... done [10:26:41.232] | : . | parse_call() ... [10:26:41.233] | : . | : Function: purrr::map(...) [10:26:41.233] | : . | parse_call() ... done [10:26:41.234] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.234] | : . | purrr::map [10:26:41.235] | : . Finding call to be transpiled ... done [10:26:41.235] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.236] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.236] | : . | Transpiler description: purrr::map() transpiler [10:26:41.237] | : . | Transpiler function: [10:26:41.237] | : . | function (expr, options) [10:26:41.237] | : . | { [10:26:41.237] | : . | ns <- getNamespace("purrr") [10:26:41.237] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.237] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.237] | : . | } [10:26:41.237] | : . | [10:26:41.238] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.239] | : get_transpiler() ... done [10:26:41.239] | : Transpile call expression ... [10:26:41.240] | : . local(purrr::map({ [10:26:41.240] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.240] | : . xs [10:26:41.240] | : . }, local({ [10:26:41.240] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.240] | : . function(..., .progressr_progressor) { [10:26:41.240] | : . on.exit(.progressr_progressor()) [10:26:41.240] | : . .progressr_f(...) [10:26:41.240] | : . } [10:26:41.240] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.241] | : Transpile call expression ... done [10:26:41.241] | : Evaluate transpiled call expression [10:26:41.242] | transpile() ... done [10:26:41.243] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:41.246] progressify() ... [10:26:41.247] | transpile() ... [10:26:41.247] | : get_transpiler() ... [10:26:41.248] | : . Finding call to be transpiled ... [10:26:41.248] | : . | descend_wrappers() ... [10:26:41.249] | : . | : Call: [10:26:41.249] | : . | : purrr::map [10:26:41.250] | : . | : parse_call() ... [10:26:41.250] | : . | : . Function: purrr::map(...) [10:26:41.251] | : . | : parse_call() ... done [10:26:41.251] | : . | descend_wrappers() ... done [10:26:41.252] | : . | parse_call() ... [10:26:41.252] | : . | : Function: purrr::map(...) [10:26:41.253] | : . | parse_call() ... done [10:26:41.253] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.254] | : . | purrr::map [10:26:41.255] | : . Finding call to be transpiled ... done [10:26:41.255] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.256] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.256] | : . | Transpiler description: purrr::map() transpiler [10:26:41.257] | : . | Transpiler function: [10:26:41.257] | : . | function (expr, options) [10:26:41.257] | : . | { [10:26:41.257] | : . | ns <- getNamespace("purrr") [10:26:41.257] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.257] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.257] | : . | } [10:26:41.257] | : . | [10:26:41.258] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.258] | : get_transpiler() ... done [10:26:41.259] | : Transpile call expression ... [10:26:41.259] | : . local(purrr::map({ [10:26:41.259] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.259] | : . xs [10:26:41.259] | : . }, local({ [10:26:41.259] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.259] | : . function(..., .progressr_progressor) { [10:26:41.259] | : . on.exit(.progressr_progressor()) [10:26:41.259] | : . .progressr_f(...) [10:26:41.259] | : . } [10:26:41.259] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.261] | : Transpile call expression ... done [10:26:41.261] | : Evaluate transpiled call expression [10:26:41.262] | transpile() ... done [10:26:41.262] progressify() ... done character(0) [10:26:41.263] progressify() ... [10:26:41.264] | transpile() ... [10:26:41.264] | : get_transpiler() ... [10:26:41.265] | : . Finding call to be transpiled ... [10:26:41.265] | : . | descend_wrappers() ... [10:26:41.266] | : . | : Call: [10:26:41.266] | : . | : purrr::map [10:26:41.267] | : . | : parse_call() ... [10:26:41.267] | : . | : . Function: purrr::map(...) [10:26:41.268] | : . | : parse_call() ... done [10:26:41.268] | : . | descend_wrappers() ... done [10:26:41.269] | : . | parse_call() ... [10:26:41.269] | : . | : Function: purrr::map(...) [10:26:41.270] | : . | parse_call() ... done [10:26:41.270] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.271] | : . | purrr::map [10:26:41.271] | : . Finding call to be transpiled ... done [10:26:41.272] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.272] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.273] | : . | Transpiler description: purrr::map() transpiler [10:26:41.273] | : . | Transpiler function: [10:26:41.274] | : . | function (expr, options) [10:26:41.274] | : . | { [10:26:41.274] | : . | ns <- getNamespace("purrr") [10:26:41.274] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.274] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.274] | : . | } [10:26:41.274] | : . | [10:26:41.275] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.275] | : get_transpiler() ... done [10:26:41.276] | : Transpile call expression ... [10:26:41.276] | : . local(purrr::map({ [10:26:41.276] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.276] | : . xs [10:26:41.276] | : . }, local({ [10:26:41.276] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.276] | : . function(..., .progressr_progressor) { [10:26:41.276] | : . on.exit(.progressr_progressor()) [10:26:41.276] | : . .progressr_f(...) [10:26:41.276] | : . } [10:26:41.276] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.277] | : Transpile call expression ... done [10:26:41.278] | : Evaluate transpiled call expression [10:26:41.279] | transpile() ... done [10:26:41.279] progressify() ... done === map ========================== purrr::map(.x = xs, .f = FUN) --------------------------------- progressify(purrr::map(.x = xs, .f = FUN)) [10:26:41.280] progressify() ... [10:26:41.281] | transpile() ... [10:26:41.282] | : get_transpiler() ... [10:26:41.282] | : . Finding call to be transpiled ... [10:26:41.283] | : . | descend_wrappers() ... [10:26:41.283] | : . | : Call: [10:26:41.283] | : . | : purrr::map [10:26:41.284] | : . | : parse_call() ... [10:26:41.285] | : . | : . Function: purrr::map(...) [10:26:41.285] | : . | : parse_call() ... done [10:26:41.286] | : . | descend_wrappers() ... done [10:26:41.286] | : . | parse_call() ... [10:26:41.287] | : . | : Function: purrr::map(...) [10:26:41.287] | : . | parse_call() ... done [10:26:41.288] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.288] | : . | purrr::map [10:26:41.289] | : . Finding call to be transpiled ... done [10:26:41.289] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.290] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.290] | : . | Transpiler description: purrr::map() transpiler [10:26:41.291] | : . | Transpiler function: [10:26:41.291] | : . | function (expr, options) [10:26:41.291] | : . | { [10:26:41.291] | : . | ns <- getNamespace("purrr") [10:26:41.291] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.291] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.291] | : . | } [10:26:41.291] | : . | [10:26:41.292] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.292] | : get_transpiler() ... done [10:26:41.293] | : Transpile call expression ... [10:26:41.294] | : . local(purrr::map(.x = { [10:26:41.294] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.294] | : . xs [10:26:41.294] | : . }, .f = local({ [10:26:41.294] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.294] | : . function(..., .progressr_progressor) { [10:26:41.294] | : . on.exit(.progressr_progressor()) [10:26:41.294] | : . .progressr_f(...) [10:26:41.294] | : . } [10:26:41.294] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.295] | : Transpile call expression ... done [10:26:41.295] | : Evaluate transpiled call expression [10:26:41.296] | transpile() ... done [10:26:41.297] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:41.300] progressify() ... [10:26:41.301] | transpile() ... [10:26:41.301] | : get_transpiler() ... [10:26:41.302] | : . Finding call to be transpiled ... [10:26:41.302] | : . | descend_wrappers() ... [10:26:41.303] | : . | : Call: [10:26:41.303] | : . | : purrr::map [10:26:41.304] | : . | : parse_call() ... [10:26:41.304] | : . | : . Function: purrr::map(...) [10:26:41.305] | : . | : parse_call() ... done [10:26:41.305] | : . | descend_wrappers() ... done [10:26:41.306] | : . | parse_call() ... [10:26:41.306] | : . | : Function: purrr::map(...) [10:26:41.307] | : . | parse_call() ... done [10:26:41.307] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.308] | : . | purrr::map [10:26:41.308] | : . Finding call to be transpiled ... done [10:26:41.309] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.309] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.310] | : . | Transpiler description: purrr::map() transpiler [10:26:41.310] | : . | Transpiler function: [10:26:41.311] | : . | function (expr, options) [10:26:41.311] | : . | { [10:26:41.311] | : . | ns <- getNamespace("purrr") [10:26:41.311] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.311] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.311] | : . | } [10:26:41.311] | : . | [10:26:41.312] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.312] | : get_transpiler() ... done [10:26:41.313] | : Transpile call expression ... [10:26:41.313] | : . local(purrr::map(.x = { [10:26:41.313] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.313] | : . xs [10:26:41.313] | : . }, .f = local({ [10:26:41.313] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.313] | : . function(..., .progressr_progressor) { [10:26:41.313] | : . on.exit(.progressr_progressor()) [10:26:41.313] | : . .progressr_f(...) [10:26:41.313] | : . } [10:26:41.313] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.314] | : Transpile call expression ... done [10:26:41.315] | : Evaluate transpiled call expression [10:26:41.316] | transpile() ... done [10:26:41.316] progressify() ... done character(0) [10:26:41.317] progressify() ... [10:26:41.317] | transpile() ... [10:26:41.318] | : get_transpiler() ... [10:26:41.318] | : . Finding call to be transpiled ... [10:26:41.319] | : . | descend_wrappers() ... [10:26:41.319] | : . | : Call: [10:26:41.320] | : . | : purrr::map [10:26:41.320] | : . | : parse_call() ... [10:26:41.321] | : . | : . Function: purrr::map(...) [10:26:41.322] | : . | : parse_call() ... done [10:26:41.322] | : . | descend_wrappers() ... done [10:26:41.323] | : . | parse_call() ... [10:26:41.323] | : . | : Function: purrr::map(...) [10:26:41.324] | : . | parse_call() ... done [10:26:41.324] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.324] | : . | purrr::map [10:26:41.325] | : . Finding call to be transpiled ... done [10:26:41.326] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... [10:26:41.326] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.327] | : . | Transpiler description: purrr::map() transpiler [10:26:41.327] | : . | Transpiler function: [10:26:41.328] | : . | function (expr, options) [10:26:41.328] | : . | { [10:26:41.328] | : . | ns <- getNamespace("purrr") [10:26:41.328] | : . | fcn <- get("map", mode = "function", envir = ns) [10:26:41.328] | : . | progressify_purrr(expr, fcn_name = "map", fcn = fcn, envir = parent.frame()) [10:26:41.328] | : . | } [10:26:41.328] | : . | [10:26:41.328] | : . Locating 'progressify::built-in' transpiler for purrr::map() of class 'function' ... done [10:26:41.329] | : get_transpiler() ... done [10:26:41.329] | : Transpile call expression ... [10:26:41.330] | : . local(purrr::map(.x = { [10:26:41.330] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.330] | : . xs [10:26:41.330] | : . }, .f = local({ [10:26:41.330] | : . .progressr_f <- purrr::as_mapper(FUN) [10:26:41.330] | : . function(..., .progressr_progressor) { [10:26:41.330] | : . on.exit(.progressr_progressor()) [10:26:41.330] | : . .progressr_f(...) [10:26:41.330] | : . } [10:26:41.330] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.331] | : Transpile call expression ... done [10:26:41.332] | : Evaluate transpiled call expression [10:26:41.332] | transpile() ... done [10:26:41.333] progressify() ... done === map_lgl ========================== purrr::map_lgl(.x = xs, .f = function(x) length(x) > 1) --------------------------------- progressify(purrr::map_lgl(.x = xs, .f = function(x) length(x) > 1)) [10:26:41.335] progressify() ... [10:26:41.336] | transpile() ... [10:26:41.336] | : get_transpiler() ... [10:26:41.337] | : . Finding call to be transpiled ... [10:26:41.337] | : . | descend_wrappers() ... [10:26:41.338] | : . | : Call: [10:26:41.338] | : . | : purrr::map_lgl [10:26:41.339] | : . | : parse_call() ... [10:26:41.340] | : . | : . Function: purrr::map_lgl(...) [10:26:41.340] | : . | : parse_call() ... done [10:26:41.341] | : . | descend_wrappers() ... done [10:26:41.341] | : . | parse_call() ... [10:26:41.342] | : . | : Function: purrr::map_lgl(...) [10:26:41.342] | : . | parse_call() ... done [10:26:41.343] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.343] | : . | purrr::map_lgl [10:26:41.344] | : . Finding call to be transpiled ... done [10:26:41.344] | : . Locating 'progressify::built-in' transpiler for purrr::map_lgl() of class 'function' ... [10:26:41.345] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.345] | : . | Transpiler description: purrr::map_lgl() transpiler [10:26:41.346] | : . | Transpiler function: [10:26:41.346] | : . | function (expr, options) [10:26:41.346] | : . | { [10:26:41.346] | : . | ns <- getNamespace("purrr") [10:26:41.346] | : . | fcn <- get("map_lgl", mode = "function", envir = ns) [10:26:41.346] | : . | progressify_purrr(expr, fcn_name = "map_lgl", fcn = fcn, [10:26:41.346] | : . | envir = parent.frame()) [10:26:41.346] | : . | } [10:26:41.346] | : . | [10:26:41.347] | : . Locating 'progressify::built-in' transpiler for purrr::map_lgl() of class 'function' ... done [10:26:41.348] | : get_transpiler() ... done [10:26:41.348] | : Transpile call expression ... [10:26:41.349] | : . local(purrr::map_lgl(.x = { [10:26:41.349] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.349] | : . xs [10:26:41.349] | : . }, .f = local({ [10:26:41.349] | : . .progressr_f <- purrr::as_mapper(function(x) length(x) > [10:26:41.349] | : . 1) [10:26:41.349] | : . function(..., .progressr_progressor) { [10:26:41.349] | : . on.exit(.progressr_progressor()) [10:26:41.349] | : . .progressr_f(...) [10:26:41.349] | : . } [10:26:41.349] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.350] | : Transpile call expression ... done [10:26:41.350] | : Evaluate transpiled call expression [10:26:41.351] | transpile() ... done [10:26:41.351] progressify() ... done Named logi [1:5] FALSE TRUE TRUE TRUE TRUE - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:41.353] progressify() ... [10:26:41.353] | transpile() ... [10:26:41.356] | : get_transpiler() ... [10:26:41.357] | : . Finding call to be transpiled ... [10:26:41.357] | : . | descend_wrappers() ... [10:26:41.358] | : . | : Call: [10:26:41.358] | : . | : purrr::map_lgl [10:26:41.359] | : . | : parse_call() ... [10:26:41.359] | : . | : . Function: purrr::map_lgl(...) [10:26:41.360] | : . | : parse_call() ... done [10:26:41.360] | : . | descend_wrappers() ... done [10:26:41.361] | : . | parse_call() ... [10:26:41.361] | : . | : Function: purrr::map_lgl(...) [10:26:41.362] | : . | parse_call() ... done [10:26:41.362] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.362] | : . | purrr::map_lgl [10:26:41.363] | : . Finding call to be transpiled ... done [10:26:41.364] | : . Locating 'progressify::built-in' transpiler for purrr::map_lgl() of class 'function' ... [10:26:41.364] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.365] | : . | Transpiler description: purrr::map_lgl() transpiler [10:26:41.365] | : . | Transpiler function: [10:26:41.365] | : . | function (expr, options) [10:26:41.365] | : . | { [10:26:41.365] | : . | ns <- getNamespace("purrr") [10:26:41.365] | : . | fcn <- get("map_lgl", mode = "function", envir = ns) [10:26:41.365] | : . | progressify_purrr(expr, fcn_name = "map_lgl", fcn = fcn, [10:26:41.365] | : . | envir = parent.frame()) [10:26:41.365] | : . | } [10:26:41.365] | : . | [10:26:41.366] | : . Locating 'progressify::built-in' transpiler for purrr::map_lgl() of class 'function' ... done [10:26:41.367] | : get_transpiler() ... done [10:26:41.367] | : Transpile call expression ... [10:26:41.368] | : . local(purrr::map_lgl(.x = { [10:26:41.368] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.368] | : . xs [10:26:41.368] | : . }, .f = local({ [10:26:41.368] | : . .progressr_f <- purrr::as_mapper(function(x) length(x) > [10:26:41.368] | : . 1) [10:26:41.368] | : . function(..., .progressr_progressor) { [10:26:41.368] | : . on.exit(.progressr_progressor()) [10:26:41.368] | : . .progressr_f(...) [10:26:41.368] | : . } [10:26:41.368] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.369] | : Transpile call expression ... done [10:26:41.369] | : Evaluate transpiled call expression [10:26:41.370] | transpile() ... done [10:26:41.370] progressify() ... done character(0) [10:26:41.371] progressify() ... [10:26:41.371] | transpile() ... [10:26:41.372] | : get_transpiler() ... [10:26:41.372] | : . Finding call to be transpiled ... [10:26:41.373] | : . | descend_wrappers() ... [10:26:41.373] | : . | : Call: [10:26:41.374] | : . | : purrr::map_lgl [10:26:41.374] | : . | : parse_call() ... [10:26:41.375] | : . | : . Function: purrr::map_lgl(...) [10:26:41.375] | : . | : parse_call() ... done [10:26:41.376] | : . | descend_wrappers() ... done [10:26:41.376] | : . | parse_call() ... [10:26:41.377] | : . | : Function: purrr::map_lgl(...) [10:26:41.377] | : . | parse_call() ... done [10:26:41.378] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.378] | : . | purrr::map_lgl [10:26:41.379] | : . Finding call to be transpiled ... done [10:26:41.379] | : . Locating 'progressify::built-in' transpiler for purrr::map_lgl() of class 'function' ... [10:26:41.380] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.380] | : . | Transpiler description: purrr::map_lgl() transpiler [10:26:41.381] | : . | Transpiler function: [10:26:41.381] | : . | function (expr, options) [10:26:41.381] | : . | { [10:26:41.381] | : . | ns <- getNamespace("purrr") [10:26:41.381] | : . | fcn <- get("map_lgl", mode = "function", envir = ns) [10:26:41.381] | : . | progressify_purrr(expr, fcn_name = "map_lgl", fcn = fcn, [10:26:41.381] | : . | envir = parent.frame()) [10:26:41.381] | : . | } [10:26:41.381] | : . | [10:26:41.382] | : . Locating 'progressify::built-in' transpiler for purrr::map_lgl() of class 'function' ... done [10:26:41.382] | : get_transpiler() ... done [10:26:41.383] | : Transpile call expression ... [10:26:41.383] | : . local(purrr::map_lgl(.x = { [10:26:41.383] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.383] | : . xs [10:26:41.383] | : . }, .f = local({ [10:26:41.383] | : . .progressr_f <- purrr::as_mapper(function(x) length(x) > [10:26:41.383] | : . 1) [10:26:41.383] | : . function(..., .progressr_progressor) { [10:26:41.383] | : . on.exit(.progressr_progressor()) [10:26:41.383] | : . .progressr_f(...) [10:26:41.383] | : . } [10:26:41.383] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.384] | : Transpile call expression ... done [10:26:41.385] | : Evaluate transpiled call expression [10:26:41.386] | transpile() ... done [10:26:41.386] progressify() ... done === map_int ========================== purrr::map_int(.x = xs, .f = length) --------------------------------- progressify(purrr::map_int(.x = xs, .f = length)) [10:26:41.387] progressify() ... [10:26:41.387] | transpile() ... [10:26:41.388] | : get_transpiler() ... [10:26:41.388] | : . Finding call to be transpiled ... [10:26:41.389] | : . | descend_wrappers() ... [10:26:41.389] | : . | : Call: [10:26:41.390] | : . | : purrr::map_int [10:26:41.390] | : . | : parse_call() ... [10:26:41.391] | : . | : . Function: purrr::map_int(...) [10:26:41.391] | : . | : parse_call() ... done [10:26:41.392] | : . | descend_wrappers() ... done [10:26:41.392] | : . | parse_call() ... [10:26:41.393] | : . | : Function: purrr::map_int(...) [10:26:41.393] | : . | parse_call() ... done [10:26:41.394] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.394] | : . | purrr::map_int [10:26:41.395] | : . Finding call to be transpiled ... done [10:26:41.395] | : . Locating 'progressify::built-in' transpiler for purrr::map_int() of class 'function' ... [10:26:41.396] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.396] | : . | Transpiler description: purrr::map_int() transpiler [10:26:41.397] | : . | Transpiler function: [10:26:41.397] | : . | function (expr, options) [10:26:41.397] | : . | { [10:26:41.397] | : . | ns <- getNamespace("purrr") [10:26:41.397] | : . | fcn <- get("map_int", mode = "function", envir = ns) [10:26:41.397] | : . | progressify_purrr(expr, fcn_name = "map_int", fcn = fcn, [10:26:41.397] | : . | envir = parent.frame()) [10:26:41.397] | : . | } [10:26:41.397] | : . | [10:26:41.398] | : . Locating 'progressify::built-in' transpiler for purrr::map_int() of class 'function' ... done [10:26:41.398] | : get_transpiler() ... done [10:26:41.399] | : Transpile call expression ... [10:26:41.399] | : . local(purrr::map_int(.x = { [10:26:41.399] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.399] | : . xs [10:26:41.399] | : . }, .f = local({ [10:26:41.399] | : . .progressr_f <- purrr::as_mapper(length) [10:26:41.399] | : . function(..., .progressr_progressor) { [10:26:41.399] | : . on.exit(.progressr_progressor()) [10:26:41.399] | : . .progressr_f(...) [10:26:41.399] | : . } [10:26:41.399] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.400] | : Transpile call expression ... done [10:26:41.401] | : Evaluate transpiled call expression [10:26:41.402] | transpile() ... done [10:26:41.402] progressify() ... done Named int [1:5] 1 2 10 5 13 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:41.403] progressify() ... [10:26:41.404] | transpile() ... [10:26:41.404] | : get_transpiler() ... [10:26:41.405] | : . Finding call to be transpiled ... [10:26:41.405] | : . | descend_wrappers() ... [10:26:41.406] | : . | : Call: [10:26:41.406] | : . | : purrr::map_int [10:26:41.407] | : . | : parse_call() ... [10:26:41.407] | : . | : . Function: purrr::map_int(...) [10:26:41.408] | : . | : parse_call() ... done [10:26:41.408] | : . | descend_wrappers() ... done [10:26:41.409] | : . | parse_call() ... [10:26:41.409] | : . | : Function: purrr::map_int(...) [10:26:41.410] | : . | parse_call() ... done [10:26:41.410] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.411] | : . | purrr::map_int [10:26:41.411] | : . Finding call to be transpiled ... done [10:26:41.412] | : . Locating 'progressify::built-in' transpiler for purrr::map_int() of class 'function' ... [10:26:41.412] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.413] | : . | Transpiler description: purrr::map_int() transpiler [10:26:41.413] | : . | Transpiler function: [10:26:41.414] | : . | function (expr, options) [10:26:41.414] | : . | { [10:26:41.414] | : . | ns <- getNamespace("purrr") [10:26:41.414] | : . | fcn <- get("map_int", mode = "function", envir = ns) [10:26:41.414] | : . | progressify_purrr(expr, fcn_name = "map_int", fcn = fcn, [10:26:41.414] | : . | envir = parent.frame()) [10:26:41.414] | : . | } [10:26:41.414] | : . | [10:26:41.414] | : . Locating 'progressify::built-in' transpiler for purrr::map_int() of class 'function' ... done [10:26:41.415] | : get_transpiler() ... done [10:26:41.415] | : Transpile call expression ... [10:26:41.416] | : . local(purrr::map_int(.x = { [10:26:41.416] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.416] | : . xs [10:26:41.416] | : . }, .f = local({ [10:26:41.416] | : . .progressr_f <- purrr::as_mapper(length) [10:26:41.416] | : . function(..., .progressr_progressor) { [10:26:41.416] | : . on.exit(.progressr_progressor()) [10:26:41.416] | : . .progressr_f(...) [10:26:41.416] | : . } [10:26:41.416] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.417] | : Transpile call expression ... done [10:26:41.417] | : Evaluate transpiled call expression [10:26:41.418] | transpile() ... done [10:26:41.419] progressify() ... done character(0) [10:26:41.419] progressify() ... [10:26:41.420] | transpile() ... [10:26:41.420] | : get_transpiler() ... [10:26:41.421] | : . Finding call to be transpiled ... [10:26:41.421] | : . | descend_wrappers() ... [10:26:41.421] | : . | : Call: [10:26:41.422] | : . | : purrr::map_int [10:26:41.423] | : . | : parse_call() ... [10:26:41.423] | : . | : . Function: purrr::map_int(...) [10:26:41.423] | : . | : parse_call() ... done [10:26:41.424] | : . | descend_wrappers() ... done [10:26:41.424] | : . | parse_call() ... [10:26:41.425] | : . | : Function: purrr::map_int(...) [10:26:41.425] | : . | parse_call() ... done [10:26:41.426] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.426] | : . | purrr::map_int [10:26:41.427] | : . Finding call to be transpiled ... done [10:26:41.427] | : . Locating 'progressify::built-in' transpiler for purrr::map_int() of class 'function' ... [10:26:41.428] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.428] | : . | Transpiler description: purrr::map_int() transpiler [10:26:41.429] | : . | Transpiler function: [10:26:41.429] | : . | function (expr, options) [10:26:41.429] | : . | { [10:26:41.429] | : . | ns <- getNamespace("purrr") [10:26:41.429] | : . | fcn <- get("map_int", mode = "function", envir = ns) [10:26:41.429] | : . | progressify_purrr(expr, fcn_name = "map_int", fcn = fcn, [10:26:41.429] | : . | envir = parent.frame()) [10:26:41.429] | : . | } [10:26:41.429] | : . | [10:26:41.430] | : . Locating 'progressify::built-in' transpiler for purrr::map_int() of class 'function' ... done [10:26:41.430] | : get_transpiler() ... done [10:26:41.431] | : Transpile call expression ... [10:26:41.432] | : . local(purrr::map_int(.x = { [10:26:41.432] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.432] | : . xs [10:26:41.432] | : . }, .f = local({ [10:26:41.432] | : . .progressr_f <- purrr::as_mapper(length) [10:26:41.432] | : . function(..., .progressr_progressor) { [10:26:41.432] | : . on.exit(.progressr_progressor()) [10:26:41.432] | : . .progressr_f(...) [10:26:41.432] | : . } [10:26:41.432] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.433] | : Transpile call expression ... done [10:26:41.433] | : Evaluate transpiled call expression [10:26:41.434] | transpile() ... done [10:26:41.434] progressify() ... done === map_dbl ========================== purrr::map_dbl(.x = xs, .f = function(x) median(c(1:5, x))) --------------------------------- progressify(purrr::map_dbl(.x = xs, .f = function(x) median(c(1:5, x)))) [10:26:41.437] progressify() ... [10:26:41.437] | transpile() ... [10:26:41.438] | : get_transpiler() ... [10:26:41.438] | : . Finding call to be transpiled ... [10:26:41.439] | : . | descend_wrappers() ... [10:26:41.439] | : . | : Call: [10:26:41.440] | : . | : purrr::map_dbl [10:26:41.440] | : . | : parse_call() ... [10:26:41.441] | : . | : . Function: purrr::map_dbl(...) [10:26:41.441] | : . | : parse_call() ... done [10:26:41.442] | : . | descend_wrappers() ... done [10:26:41.442] | : . | parse_call() ... [10:26:41.443] | : . | : Function: purrr::map_dbl(...) [10:26:41.443] | : . | parse_call() ... done [10:26:41.444] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.444] | : . | purrr::map_dbl [10:26:41.445] | : . Finding call to be transpiled ... done [10:26:41.445] | : . Locating 'progressify::built-in' transpiler for purrr::map_dbl() of class 'function' ... [10:26:41.446] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.446] | : . | Transpiler description: purrr::map_dbl() transpiler [10:26:41.447] | : . | Transpiler function: [10:26:41.447] | : . | function (expr, options) [10:26:41.447] | : . | { [10:26:41.447] | : . | ns <- getNamespace("purrr") [10:26:41.447] | : . | fcn <- get("map_dbl", mode = "function", envir = ns) [10:26:41.447] | : . | progressify_purrr(expr, fcn_name = "map_dbl", fcn = fcn, [10:26:41.447] | : . | envir = parent.frame()) [10:26:41.447] | : . | } [10:26:41.447] | : . | [10:26:41.448] | : . Locating 'progressify::built-in' transpiler for purrr::map_dbl() of class 'function' ... done [10:26:41.448] | : get_transpiler() ... done [10:26:41.449] | : Transpile call expression ... [10:26:41.449] | : . local(purrr::map_dbl(.x = { [10:26:41.449] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.449] | : . xs [10:26:41.449] | : . }, .f = local({ [10:26:41.449] | : . .progressr_f <- purrr::as_mapper(function(x) median(c(1:5, [10:26:41.449] | : . x))) [10:26:41.449] | : . function(..., .progressr_progressor) { [10:26:41.449] | : . on.exit(.progressr_progressor()) [10:26:41.449] | : . .progressr_f(...) [10:26:41.449] | : . } [10:26:41.449] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.450] | : Transpile call expression ... done [10:26:41.451] | : Evaluate transpiled call expression [10:26:41.452] | transpile() ... done [10:26:41.452] progressify() ... done Named num [1:5] 2.5 2 4 3 1.5 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:41.454] progressify() ... [10:26:41.454] | transpile() ... [10:26:41.455] | : get_transpiler() ... [10:26:41.455] | : . Finding call to be transpiled ... [10:26:41.456] | : . | descend_wrappers() ... [10:26:41.456] | : . | : Call: [10:26:41.456] | : . | : purrr::map_dbl [10:26:41.457] | : . | : parse_call() ... [10:26:41.458] | : . | : . Function: purrr::map_dbl(...) [10:26:41.458] | : . | : parse_call() ... done [10:26:41.458] | : . | descend_wrappers() ... done [10:26:41.459] | : . | parse_call() ... [10:26:41.459] | : . | : Function: purrr::map_dbl(...) [10:26:41.460] | : . | parse_call() ... done [10:26:41.460] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.461] | : . | purrr::map_dbl [10:26:41.461] | : . Finding call to be transpiled ... done [10:26:41.462] | : . Locating 'progressify::built-in' transpiler for purrr::map_dbl() of class 'function' ... [10:26:41.462] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.463] | : . | Transpiler description: purrr::map_dbl() transpiler [10:26:41.463] | : . | Transpiler function: [10:26:41.464] | : . | function (expr, options) [10:26:41.464] | : . | { [10:26:41.464] | : . | ns <- getNamespace("purrr") [10:26:41.464] | : . | fcn <- get("map_dbl", mode = "function", envir = ns) [10:26:41.464] | : . | progressify_purrr(expr, fcn_name = "map_dbl", fcn = fcn, [10:26:41.464] | : . | envir = parent.frame()) [10:26:41.464] | : . | } [10:26:41.464] | : . | [10:26:41.465] | : . Locating 'progressify::built-in' transpiler for purrr::map_dbl() of class 'function' ... done [10:26:41.465] | : get_transpiler() ... done [10:26:41.465] | : Transpile call expression ... [10:26:41.466] | : . local(purrr::map_dbl(.x = { [10:26:41.466] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.466] | : . xs [10:26:41.466] | : . }, .f = local({ [10:26:41.466] | : . .progressr_f <- purrr::as_mapper(function(x) median(c(1:5, [10:26:41.466] | : . x))) [10:26:41.466] | : . function(..., .progressr_progressor) { [10:26:41.466] | : . on.exit(.progressr_progressor()) [10:26:41.466] | : . .progressr_f(...) [10:26:41.466] | : . } [10:26:41.466] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.467] | : Transpile call expression ... done [10:26:41.468] | : Evaluate transpiled call expression [10:26:41.468] | transpile() ... done [10:26:41.469] progressify() ... done character(0) [10:26:41.469] progressify() ... [10:26:41.470] | transpile() ... [10:26:41.470] | : get_transpiler() ... [10:26:41.471] | : . Finding call to be transpiled ... [10:26:41.471] | : . | descend_wrappers() ... [10:26:41.472] | : . | : Call: [10:26:41.472] | : . | : purrr::map_dbl [10:26:41.473] | : . | : parse_call() ... [10:26:41.473] | : . | : . Function: purrr::map_dbl(...) [10:26:41.474] | : . | : parse_call() ... done [10:26:41.474] | : . | descend_wrappers() ... done [10:26:41.475] | : . | parse_call() ... [10:26:41.475] | : . | : Function: purrr::map_dbl(...) [10:26:41.476] | : . | parse_call() ... done [10:26:41.476] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.477] | : . | purrr::map_dbl [10:26:41.477] | : . Finding call to be transpiled ... done [10:26:41.478] | : . Locating 'progressify::built-in' transpiler for purrr::map_dbl() of class 'function' ... [10:26:41.478] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.479] | : . | Transpiler description: purrr::map_dbl() transpiler [10:26:41.479] | : . | Transpiler function: [10:26:41.480] | : . | function (expr, options) [10:26:41.480] | : . | { [10:26:41.480] | : . | ns <- getNamespace("purrr") [10:26:41.480] | : . | fcn <- get("map_dbl", mode = "function", envir = ns) [10:26:41.480] | : . | progressify_purrr(expr, fcn_name = "map_dbl", fcn = fcn, [10:26:41.480] | : . | envir = parent.frame()) [10:26:41.480] | : . | } [10:26:41.480] | : . | [10:26:41.481] | : . Locating 'progressify::built-in' transpiler for purrr::map_dbl() of class 'function' ... done [10:26:41.481] | : get_transpiler() ... done [10:26:41.482] | : Transpile call expression ... [10:26:41.482] | : . local(purrr::map_dbl(.x = { [10:26:41.482] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.482] | : . xs [10:26:41.482] | : . }, .f = local({ [10:26:41.482] | : . .progressr_f <- purrr::as_mapper(function(x) median(c(1:5, [10:26:41.482] | : . x))) [10:26:41.482] | : . function(..., .progressr_progressor) { [10:26:41.482] | : . on.exit(.progressr_progressor()) [10:26:41.482] | : . .progressr_f(...) [10:26:41.482] | : . } [10:26:41.482] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.483] | : Transpile call expression ... done [10:26:41.484] | : Evaluate transpiled call expression [10:26:41.485] | transpile() ... done [10:26:41.485] progressify() ... done === map_chr ========================== purrr::map_chr(.x = xs, .f = function(x) as.character(length(x))) --------------------------------- progressify(purrr::map_chr(.x = xs, .f = function(x) as.character(length(x)))) [10:26:41.487] progressify() ... [10:26:41.487] | transpile() ... [10:26:41.488] | : get_transpiler() ... [10:26:41.488] | : . Finding call to be transpiled ... [10:26:41.489] | : . | descend_wrappers() ... [10:26:41.489] | : . | : Call: [10:26:41.490] | : . | : purrr::map_chr [10:26:41.490] | : . | : parse_call() ... [10:26:41.491] | : . | : . Function: purrr::map_chr(...) [10:26:41.491] | : . | : parse_call() ... done [10:26:41.492] | : . | descend_wrappers() ... done [10:26:41.492] | : . | parse_call() ... [10:26:41.493] | : . | : Function: purrr::map_chr(...) [10:26:41.493] | : . | parse_call() ... done [10:26:41.494] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.494] | : . | purrr::map_chr [10:26:41.495] | : . Finding call to be transpiled ... done [10:26:41.495] | : . Locating 'progressify::built-in' transpiler for purrr::map_chr() of class 'function' ... [10:26:41.496] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.496] | : . | Transpiler description: purrr::map_chr() transpiler [10:26:41.497] | : . | Transpiler function: [10:26:41.497] | : . | function (expr, options) [10:26:41.497] | : . | { [10:26:41.497] | : . | ns <- getNamespace("purrr") [10:26:41.497] | : . | fcn <- get("map_chr", mode = "function", envir = ns) [10:26:41.497] | : . | progressify_purrr(expr, fcn_name = "map_chr", fcn = fcn, [10:26:41.497] | : . | envir = parent.frame()) [10:26:41.497] | : . | } [10:26:41.497] | : . | [10:26:41.498] | : . Locating 'progressify::built-in' transpiler for purrr::map_chr() of class 'function' ... done [10:26:41.499] | : get_transpiler() ... done [10:26:41.499] | : Transpile call expression ... [10:26:41.500] | : . local(purrr::map_chr(.x = { [10:26:41.500] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.500] | : . xs [10:26:41.500] | : . }, .f = local({ [10:26:41.500] | : . .progressr_f <- purrr::as_mapper(function(x) as.character(length(x))) [10:26:41.500] | : . function(..., .progressr_progressor) { [10:26:41.500] | : . on.exit(.progressr_progressor()) [10:26:41.500] | : . .progressr_f(...) [10:26:41.500] | : . } [10:26:41.500] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.501] | : Transpile call expression ... done [10:26:41.501] | : Evaluate transpiled call expression [10:26:41.502] | transpile() ... done [10:26:41.502] progressify() ... done Named chr [1:5] "1" "2" "10" "5" "13" - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:41.503] progressify() ... [10:26:41.504] | transpile() ... [10:26:41.504] | : get_transpiler() ... [10:26:41.505] | : . Finding call to be transpiled ... [10:26:41.505] | : . | descend_wrappers() ... [10:26:41.506] | : . | : Call: [10:26:41.506] | : . | : purrr::map_chr [10:26:41.507] | : . | : parse_call() ... [10:26:41.507] | : . | : . Function: purrr::map_chr(...) [10:26:41.508] | : . | : parse_call() ... done [10:26:41.508] | : . | descend_wrappers() ... done [10:26:41.509] | : . | parse_call() ... [10:26:41.509] | : . | : Function: purrr::map_chr(...) [10:26:41.510] | : . | parse_call() ... done [10:26:41.510] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.511] | : . | purrr::map_chr [10:26:41.511] | : . Finding call to be transpiled ... done [10:26:41.512] | : . Locating 'progressify::built-in' transpiler for purrr::map_chr() of class 'function' ... [10:26:41.512] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.513] | : . | Transpiler description: purrr::map_chr() transpiler [10:26:41.513] | : . | Transpiler function: [10:26:41.514] | : . | function (expr, options) [10:26:41.514] | : . | { [10:26:41.514] | : . | ns <- getNamespace("purrr") [10:26:41.514] | : . | fcn <- get("map_chr", mode = "function", envir = ns) [10:26:41.514] | : . | progressify_purrr(expr, fcn_name = "map_chr", fcn = fcn, [10:26:41.514] | : . | envir = parent.frame()) [10:26:41.514] | : . | } [10:26:41.514] | : . | [10:26:41.514] | : . Locating 'progressify::built-in' transpiler for purrr::map_chr() of class 'function' ... done [10:26:41.515] | : get_transpiler() ... done [10:26:41.515] | : Transpile call expression ... [10:26:41.516] | : . local(purrr::map_chr(.x = { [10:26:41.516] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.516] | : . xs [10:26:41.516] | : . }, .f = local({ [10:26:41.516] | : . .progressr_f <- purrr::as_mapper(function(x) as.character(length(x))) [10:26:41.516] | : . function(..., .progressr_progressor) { [10:26:41.516] | : . on.exit(.progressr_progressor()) [10:26:41.516] | : . .progressr_f(...) [10:26:41.516] | : . } [10:26:41.516] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.517] | : Transpile call expression ... done [10:26:41.517] | : Evaluate transpiled call expression [10:26:41.518] | transpile() ... done [10:26:41.519] progressify() ... done character(0) [10:26:41.519] progressify() ... [10:26:41.520] | transpile() ... [10:26:41.520] | : get_transpiler() ... [10:26:41.521] | : . Finding call to be transpiled ... [10:26:41.521] | : . | descend_wrappers() ... [10:26:41.522] | : . | : Call: [10:26:41.522] | : . | : purrr::map_chr [10:26:41.523] | : . | : parse_call() ... [10:26:41.523] | : . | : . Function: purrr::map_chr(...) [10:26:41.524] | : . | : parse_call() ... done [10:26:41.524] | : . | descend_wrappers() ... done [10:26:41.524] | : . | parse_call() ... [10:26:41.525] | : . | : Function: purrr::map_chr(...) [10:26:41.525] | : . | parse_call() ... done [10:26:41.526] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.526] | : . | purrr::map_chr [10:26:41.527] | : . Finding call to be transpiled ... done [10:26:41.527] | : . Locating 'progressify::built-in' transpiler for purrr::map_chr() of class 'function' ... [10:26:41.528] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.528] | : . | Transpiler description: purrr::map_chr() transpiler [10:26:41.529] | : . | Transpiler function: [10:26:41.529] | : . | function (expr, options) [10:26:41.529] | : . | { [10:26:41.529] | : . | ns <- getNamespace("purrr") [10:26:41.529] | : . | fcn <- get("map_chr", mode = "function", envir = ns) [10:26:41.529] | : . | progressify_purrr(expr, fcn_name = "map_chr", fcn = fcn, [10:26:41.529] | : . | envir = parent.frame()) [10:26:41.529] | : . | } [10:26:41.529] | : . | [10:26:41.530] | : . Locating 'progressify::built-in' transpiler for purrr::map_chr() of class 'function' ... done [10:26:41.531] | : get_transpiler() ... done [10:26:41.531] | : Transpile call expression ... [10:26:41.532] | : . local(purrr::map_chr(.x = { [10:26:41.532] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.532] | : . xs [10:26:41.532] | : . }, .f = local({ [10:26:41.532] | : . .progressr_f <- purrr::as_mapper(function(x) as.character(length(x))) [10:26:41.532] | : . function(..., .progressr_progressor) { [10:26:41.532] | : . on.exit(.progressr_progressor()) [10:26:41.532] | : . .progressr_f(...) [10:26:41.532] | : . } [10:26:41.532] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.533] | : Transpile call expression ... done [10:26:41.533] | : Evaluate transpiled call expression [10:26:41.534] | transpile() ... done [10:26:41.534] progressify() ... done === walk ========================== purrr::walk(.x = xs, .f = function(x) invisible(NULL)) --------------------------------- progressify(purrr::walk(.x = xs, .f = function(x) invisible(NULL))) [10:26:41.536] progressify() ... [10:26:41.536] | transpile() ... [10:26:41.537] | : get_transpiler() ... [10:26:41.537] | : . Finding call to be transpiled ... [10:26:41.538] | : . | descend_wrappers() ... [10:26:41.538] | : . | : Call: [10:26:41.539] | : . | : purrr::walk [10:26:41.539] | : . | : parse_call() ... [10:26:41.540] | : . | : . Function: purrr::walk(...) [10:26:41.540] | : . | : parse_call() ... done [10:26:41.541] | : . | descend_wrappers() ... done [10:26:41.541] | : . | parse_call() ... [10:26:41.542] | : . | : Function: purrr::walk(...) [10:26:41.542] | : . | parse_call() ... done [10:26:41.543] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.543] | : . | purrr::walk [10:26:41.544] | : . Finding call to be transpiled ... done [10:26:41.544] | : . Locating 'progressify::built-in' transpiler for purrr::walk() of class 'function' ... [10:26:41.545] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.545] | : . | Transpiler description: purrr::walk() transpiler [10:26:41.546] | : . | Transpiler function: [10:26:41.546] | : . | function (expr, options) [10:26:41.546] | : . | { [10:26:41.546] | : . | ns <- getNamespace("purrr") [10:26:41.546] | : . | fcn <- get("walk", mode = "function", envir = ns) [10:26:41.546] | : . | progressify_purrr(expr, fcn_name = "walk", fcn = fcn, envir = parent.frame()) [10:26:41.546] | : . | } [10:26:41.546] | : . | [10:26:41.547] | : . Locating 'progressify::built-in' transpiler for purrr::walk() of class 'function' ... done [10:26:41.547] | : get_transpiler() ... done [10:26:41.548] | : Transpile call expression ... [10:26:41.549] | : . local(purrr::walk(.x = { [10:26:41.549] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.549] | : . xs [10:26:41.549] | : . }, .f = local({ [10:26:41.549] | : . .progressr_f <- purrr::as_mapper(function(x) invisible(NULL)) [10:26:41.549] | : . function(..., .progressr_progressor) { [10:26:41.549] | : . on.exit(.progressr_progressor()) [10:26:41.549] | : . .progressr_f(...) [10:26:41.549] | : . } [10:26:41.549] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.550] | : Transpile call expression ... done [10:26:41.550] | : Evaluate transpiled call expression [10:26:41.551] | transpile() ... done [10:26:41.551] progressify() ... done List of 5 $ aa : num 1 $ bb : int [1:2] 1 2 $ cc : int [1:10] 1 2 3 4 5 6 7 8 9 10 $ dd : int [1:5] 1 2 3 4 5 $ .ee: int [1:13] -6 -5 -4 -3 -2 -1 0 1 2 3 ... [10:26:41.554] progressify() ... [10:26:41.555] | transpile() ... [10:26:41.555] | : get_transpiler() ... [10:26:41.556] | : . Finding call to be transpiled ... [10:26:41.556] | : . | descend_wrappers() ... [10:26:41.556] | : . | : Call: [10:26:41.557] | : . | : purrr::walk [10:26:41.558] | : . | : parse_call() ... [10:26:41.558] | : . | : . Function: purrr::walk(...) [10:26:41.559] | : . | : parse_call() ... done [10:26:41.559] | : . | descend_wrappers() ... done [10:26:41.559] | : . | parse_call() ... [10:26:41.560] | : . | : Function: purrr::walk(...) [10:26:41.560] | : . | parse_call() ... done [10:26:41.561] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.561] | : . | purrr::walk [10:26:41.562] | : . Finding call to be transpiled ... done [10:26:41.562] | : . Locating 'progressify::built-in' transpiler for purrr::walk() of class 'function' ... [10:26:41.563] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.563] | : . | Transpiler description: purrr::walk() transpiler [10:26:41.564] | : . | Transpiler function: [10:26:41.564] | : . | function (expr, options) [10:26:41.564] | : . | { [10:26:41.564] | : . | ns <- getNamespace("purrr") [10:26:41.564] | : . | fcn <- get("walk", mode = "function", envir = ns) [10:26:41.564] | : . | progressify_purrr(expr, fcn_name = "walk", fcn = fcn, envir = parent.frame()) [10:26:41.564] | : . | } [10:26:41.564] | : . | [10:26:41.565] | : . Locating 'progressify::built-in' transpiler for purrr::walk() of class 'function' ... done [10:26:41.566] | : get_transpiler() ... done [10:26:41.566] | : Transpile call expression ... [10:26:41.567] | : . local(purrr::walk(.x = { [10:26:41.567] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.567] | : . xs [10:26:41.567] | : . }, .f = local({ [10:26:41.567] | : . .progressr_f <- purrr::as_mapper(function(x) invisible(NULL)) [10:26:41.567] | : . function(..., .progressr_progressor) { [10:26:41.567] | : . on.exit(.progressr_progressor()) [10:26:41.567] | : . .progressr_f(...) [10:26:41.567] | : . } [10:26:41.567] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.568] | : Transpile call expression ... done [10:26:41.568] | : Evaluate transpiled call expression [10:26:41.569] | transpile() ... done [10:26:41.569] progressify() ... done character(0) [10:26:41.570] progressify() ... [10:26:41.570] | transpile() ... [10:26:41.571] | : get_transpiler() ... [10:26:41.571] | : . Finding call to be transpiled ... [10:26:41.572] | : . | descend_wrappers() ... [10:26:41.572] | : . | : Call: [10:26:41.573] | : . | : purrr::walk [10:26:41.573] | : . | : parse_call() ... [10:26:41.574] | : . | : . Function: purrr::walk(...) [10:26:41.574] | : . | : parse_call() ... done [10:26:41.575] | : . | descend_wrappers() ... done [10:26:41.575] | : . | parse_call() ... [10:26:41.576] | : . | : Function: purrr::walk(...) [10:26:41.576] | : . | parse_call() ... done [10:26:41.577] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.577] | : . | purrr::walk [10:26:41.578] | : . Finding call to be transpiled ... done [10:26:41.578] | : . Locating 'progressify::built-in' transpiler for purrr::walk() of class 'function' ... [10:26:41.579] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.579] | : . | Transpiler description: purrr::walk() transpiler [10:26:41.580] | : . | Transpiler function: [10:26:41.580] | : . | function (expr, options) [10:26:41.580] | : . | { [10:26:41.580] | : . | ns <- getNamespace("purrr") [10:26:41.580] | : . | fcn <- get("walk", mode = "function", envir = ns) [10:26:41.580] | : . | progressify_purrr(expr, fcn_name = "walk", fcn = fcn, envir = parent.frame()) [10:26:41.580] | : . | } [10:26:41.580] | : . | [10:26:41.581] | : . Locating 'progressify::built-in' transpiler for purrr::walk() of class 'function' ... done [10:26:41.581] | : get_transpiler() ... done [10:26:41.582] | : Transpile call expression ... [10:26:41.582] | : . local(purrr::walk(.x = { [10:26:41.582] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.582] | : . xs [10:26:41.582] | : . }, .f = local({ [10:26:41.582] | : . .progressr_f <- purrr::as_mapper(function(x) invisible(NULL)) [10:26:41.582] | : . function(..., .progressr_progressor) { [10:26:41.582] | : . on.exit(.progressr_progressor()) [10:26:41.582] | : . .progressr_f(...) [10:26:41.582] | : . } [10:26:41.582] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.583] | : Transpile call expression ... done [10:26:41.584] | : Evaluate transpiled call expression [10:26:41.584] | transpile() ... done [10:26:41.585] progressify() ... done === imap ========================== purrr::imap(xs, function(x, idx) list(idx = idx, len = length(x))) --------------------------------- progressify(purrr::imap(xs, function(x, idx) list(idx = idx, len = length(x)))) [10:26:41.587] progressify() ... [10:26:41.588] | transpile() ... [10:26:41.588] | : get_transpiler() ... [10:26:41.589] | : . Finding call to be transpiled ... [10:26:41.589] | : . | descend_wrappers() ... [10:26:41.590] | : . | : Call: [10:26:41.590] | : . | : purrr::imap [10:26:41.591] | : . | : parse_call() ... [10:26:41.591] | : . | : . Function: purrr::imap(...) [10:26:41.592] | : . | : parse_call() ... done [10:26:41.592] | : . | descend_wrappers() ... done [10:26:41.593] | : . | parse_call() ... [10:26:41.593] | : . | : Function: purrr::imap(...) [10:26:41.594] | : . | parse_call() ... done [10:26:41.594] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.595] | : . | purrr::imap [10:26:41.595] | : . Finding call to be transpiled ... done [10:26:41.596] | : . Locating 'progressify::built-in' transpiler for purrr::imap() of class 'function' ... [10:26:41.596] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.597] | : . | Transpiler description: purrr::imap() transpiler [10:26:41.597] | : . | Transpiler function: [10:26:41.598] | : . | function (expr, options) [10:26:41.598] | : . | { [10:26:41.598] | : . | ns <- getNamespace("purrr") [10:26:41.598] | : . | fcn <- get("imap", mode = "function", envir = ns) [10:26:41.598] | : . | progressify_purrr(expr, fcn_name = "imap", fcn = fcn, envir = parent.frame()) [10:26:41.598] | : . | } [10:26:41.598] | : . | [10:26:41.598] | : . Locating 'progressify::built-in' transpiler for purrr::imap() of class 'function' ... done [10:26:41.599] | : get_transpiler() ... done [10:26:41.599] | : Transpile call expression ... [10:26:41.600] | : . local(purrr::imap({ [10:26:41.600] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.600] | : . xs [10:26:41.600] | : . }, local({ [10:26:41.600] | : . .progressr_f <- purrr::as_mapper(function(x, idx) list(idx = idx, [10:26:41.600] | : . len = length(x))) [10:26:41.600] | : . function(..., .progressr_progressor) { [10:26:41.600] | : . on.exit(.progressr_progressor()) [10:26:41.600] | : . .progressr_f(...) [10:26:41.600] | : . } [10:26:41.600] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.601] | : Transpile call expression ... done [10:26:41.601] | : Evaluate transpiled call expression [10:26:41.602] | transpile() ... done [10:26:41.603] progressify() ... done List of 5 $ aa :List of 2 ..$ idx: chr "aa" ..$ len: int 1 $ bb :List of 2 ..$ idx: chr "bb" ..$ len: int 2 $ cc :List of 2 ..$ idx: chr "cc" ..$ len: int 10 $ dd :List of 2 ..$ idx: chr "dd" ..$ len: int 5 $ .ee:List of 2 ..$ idx: chr ".ee" ..$ len: int 13 [10:26:41.609] progressify() ... [10:26:41.609] | transpile() ... [10:26:41.610] | : get_transpiler() ... [10:26:41.610] | : . Finding call to be transpiled ... [10:26:41.611] | : . | descend_wrappers() ... [10:26:41.611] | : . | : Call: [10:26:41.612] | : . | : purrr::imap [10:26:41.612] | : . | : parse_call() ... [10:26:41.613] | : . | : . Function: purrr::imap(...) [10:26:41.613] | : . | : parse_call() ... done [10:26:41.614] | : . | descend_wrappers() ... done [10:26:41.614] | : . | parse_call() ... [10:26:41.615] | : . | : Function: purrr::imap(...) [10:26:41.615] | : . | parse_call() ... done [10:26:41.616] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.616] | : . | purrr::imap [10:26:41.617] | : . Finding call to be transpiled ... done [10:26:41.617] | : . Locating 'progressify::built-in' transpiler for purrr::imap() of class 'function' ... [10:26:41.618] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.618] | : . | Transpiler description: purrr::imap() transpiler [10:26:41.619] | : . | Transpiler function: [10:26:41.619] | : . | function (expr, options) [10:26:41.619] | : . | { [10:26:41.619] | : . | ns <- getNamespace("purrr") [10:26:41.619] | : . | fcn <- get("imap", mode = "function", envir = ns) [10:26:41.619] | : . | progressify_purrr(expr, fcn_name = "imap", fcn = fcn, envir = parent.frame()) [10:26:41.619] | : . | } [10:26:41.619] | : . | [10:26:41.620] | : . Locating 'progressify::built-in' transpiler for purrr::imap() of class 'function' ... done [10:26:41.621] | : get_transpiler() ... done [10:26:41.621] | : Transpile call expression ... [10:26:41.622] | : . local(purrr::imap({ [10:26:41.622] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.622] | : . xs [10:26:41.622] | : . }, local({ [10:26:41.622] | : . .progressr_f <- purrr::as_mapper(function(x, idx) list(idx = idx, [10:26:41.622] | : . len = length(x))) [10:26:41.622] | : . function(..., .progressr_progressor) { [10:26:41.622] | : . on.exit(.progressr_progressor()) [10:26:41.622] | : . .progressr_f(...) [10:26:41.622] | : . } [10:26:41.622] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.623] | : Transpile call expression ... done [10:26:41.623] | : Evaluate transpiled call expression [10:26:41.624] | transpile() ... done [10:26:41.624] progressify() ... done character(0) [10:26:41.625] progressify() ... [10:26:41.626] | transpile() ... [10:26:41.626] | : get_transpiler() ... [10:26:41.627] | : . Finding call to be transpiled ... [10:26:41.627] | : . | descend_wrappers() ... [10:26:41.629] | : . | : Call: [10:26:41.630] | : . | : purrr::imap [10:26:41.630] | : . | : parse_call() ... [10:26:41.631] | : . | : . Function: purrr::imap(...) [10:26:41.631] | : . | : parse_call() ... done [10:26:41.632] | : . | descend_wrappers() ... done [10:26:41.632] | : . | parse_call() ... [10:26:41.633] | : . | : Function: purrr::imap(...) [10:26:41.633] | : . | parse_call() ... done [10:26:41.634] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.634] | : . | purrr::imap [10:26:41.635] | : . Finding call to be transpiled ... done [10:26:41.635] | : . Locating 'progressify::built-in' transpiler for purrr::imap() of class 'function' ... [10:26:41.636] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.636] | : . | Transpiler description: purrr::imap() transpiler [10:26:41.637] | : . | Transpiler function: [10:26:41.637] | : . | function (expr, options) [10:26:41.637] | : . | { [10:26:41.637] | : . | ns <- getNamespace("purrr") [10:26:41.637] | : . | fcn <- get("imap", mode = "function", envir = ns) [10:26:41.637] | : . | progressify_purrr(expr, fcn_name = "imap", fcn = fcn, envir = parent.frame()) [10:26:41.637] | : . | } [10:26:41.637] | : . | [10:26:41.638] | : . Locating 'progressify::built-in' transpiler for purrr::imap() of class 'function' ... done [10:26:41.639] | : get_transpiler() ... done [10:26:41.639] | : Transpile call expression ... [10:26:41.640] | : . local(purrr::imap({ [10:26:41.640] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.640] | : . xs [10:26:41.640] | : . }, local({ [10:26:41.640] | : . .progressr_f <- purrr::as_mapper(function(x, idx) list(idx = idx, [10:26:41.640] | : . len = length(x))) [10:26:41.640] | : . function(..., .progressr_progressor) { [10:26:41.640] | : . on.exit(.progressr_progressor()) [10:26:41.640] | : . .progressr_f(...) [10:26:41.640] | : . } [10:26:41.640] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.641] | : Transpile call expression ... done [10:26:41.641] | : Evaluate transpiled call expression [10:26:41.642] | transpile() ... done [10:26:41.642] progressify() ... done === imap_int ========================== purrr::imap_int(xs, function(x, idx) nchar(idx)) --------------------------------- progressify(purrr::imap_int(xs, function(x, idx) nchar(idx))) [10:26:41.644] progressify() ... [10:26:41.645] | transpile() ... [10:26:41.645] | : get_transpiler() ... [10:26:41.646] | : . Finding call to be transpiled ... [10:26:41.646] | : . | descend_wrappers() ... [10:26:41.647] | : . | : Call: [10:26:41.647] | : . | : purrr::imap_int [10:26:41.648] | : . | : parse_call() ... [10:26:41.648] | : . | : . Function: purrr::imap_int(...) [10:26:41.649] | : . | : parse_call() ... done [10:26:41.649] | : . | descend_wrappers() ... done [10:26:41.650] | : . | parse_call() ... [10:26:41.650] | : . | : Function: purrr::imap_int(...) [10:26:41.651] | : . | parse_call() ... done [10:26:41.651] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.652] | : . | purrr::imap_int [10:26:41.652] | : . Finding call to be transpiled ... done [10:26:41.653] | : . Locating 'progressify::built-in' transpiler for purrr::imap_int() of class 'function' ... [10:26:41.653] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.654] | : . | Transpiler description: purrr::imap_int() transpiler [10:26:41.654] | : . | Transpiler function: [10:26:41.655] | : . | function (expr, options) [10:26:41.655] | : . | { [10:26:41.655] | : . | ns <- getNamespace("purrr") [10:26:41.655] | : . | fcn <- get("imap_int", mode = "function", envir = ns) [10:26:41.655] | : . | progressify_purrr(expr, fcn_name = "imap_int", fcn = fcn, [10:26:41.655] | : . | envir = parent.frame()) [10:26:41.655] | : . | } [10:26:41.655] | : . | [10:26:41.655] | : . Locating 'progressify::built-in' transpiler for purrr::imap_int() of class 'function' ... done [10:26:41.656] | : get_transpiler() ... done [10:26:41.656] | : Transpile call expression ... [10:26:41.657] | : . local(purrr::imap_int({ [10:26:41.657] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.657] | : . xs [10:26:41.657] | : . }, local({ [10:26:41.657] | : . .progressr_f <- purrr::as_mapper(function(x, idx) nchar(idx)) [10:26:41.657] | : . function(..., .progressr_progressor) { [10:26:41.657] | : . on.exit(.progressr_progressor()) [10:26:41.657] | : . .progressr_f(...) [10:26:41.657] | : . } [10:26:41.657] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.658] | : Transpile call expression ... done [10:26:41.658] | : Evaluate transpiled call expression [10:26:41.659] | transpile() ... done [10:26:41.660] progressify() ... done Named int [1:5] 2 2 2 2 3 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:41.661] progressify() ... [10:26:41.661] | transpile() ... [10:26:41.662] | : get_transpiler() ... [10:26:41.662] | : . Finding call to be transpiled ... [10:26:41.663] | : . | descend_wrappers() ... [10:26:41.663] | : . | : Call: [10:26:41.664] | : . | : purrr::imap_int [10:26:41.664] | : . | : parse_call() ... [10:26:41.665] | : . | : . Function: purrr::imap_int(...) [10:26:41.665] | : . | : parse_call() ... done [10:26:41.666] | : . | descend_wrappers() ... done [10:26:41.666] | : . | parse_call() ... [10:26:41.667] | : . | : Function: purrr::imap_int(...) [10:26:41.667] | : . | parse_call() ... done [10:26:41.668] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.668] | : . | purrr::imap_int [10:26:41.669] | : . Finding call to be transpiled ... done [10:26:41.669] | : . Locating 'progressify::built-in' transpiler for purrr::imap_int() of class 'function' ... [10:26:41.670] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.670] | : . | Transpiler description: purrr::imap_int() transpiler [10:26:41.671] | : . | Transpiler function: [10:26:41.671] | : . | function (expr, options) [10:26:41.671] | : . | { [10:26:41.671] | : . | ns <- getNamespace("purrr") [10:26:41.671] | : . | fcn <- get("imap_int", mode = "function", envir = ns) [10:26:41.671] | : . | progressify_purrr(expr, fcn_name = "imap_int", fcn = fcn, [10:26:41.671] | : . | envir = parent.frame()) [10:26:41.671] | : . | } [10:26:41.671] | : . | [10:26:41.672] | : . Locating 'progressify::built-in' transpiler for purrr::imap_int() of class 'function' ... done [10:26:41.672] | : get_transpiler() ... done [10:26:41.673] | : Transpile call expression ... [10:26:41.673] | : . local(purrr::imap_int({ [10:26:41.673] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.673] | : . xs [10:26:41.673] | : . }, local({ [10:26:41.673] | : . .progressr_f <- purrr::as_mapper(function(x, idx) nchar(idx)) [10:26:41.673] | : . function(..., .progressr_progressor) { [10:26:41.673] | : . on.exit(.progressr_progressor()) [10:26:41.673] | : . .progressr_f(...) [10:26:41.673] | : . } [10:26:41.673] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.674] | : Transpile call expression ... done [10:26:41.675] | : Evaluate transpiled call expression [10:26:41.676] | transpile() ... done [10:26:41.676] progressify() ... done character(0) [10:26:41.677] progressify() ... [10:26:41.677] | transpile() ... [10:26:41.678] | : get_transpiler() ... [10:26:41.678] | : . Finding call to be transpiled ... [10:26:41.679] | : . | descend_wrappers() ... [10:26:41.679] | : . | : Call: [10:26:41.679] | : . | : purrr::imap_int [10:26:41.680] | : . | : parse_call() ... [10:26:41.681] | : . | : . Function: purrr::imap_int(...) [10:26:41.681] | : . | : parse_call() ... done [10:26:41.682] | : . | descend_wrappers() ... done [10:26:41.682] | : . | parse_call() ... [10:26:41.682] | : . | : Function: purrr::imap_int(...) [10:26:41.683] | : . | parse_call() ... done [10:26:41.683] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.684] | : . | purrr::imap_int [10:26:41.685] | : . Finding call to be transpiled ... done [10:26:41.685] | : . Locating 'progressify::built-in' transpiler for purrr::imap_int() of class 'function' ... [10:26:41.686] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.686] | : . | Transpiler description: purrr::imap_int() transpiler [10:26:41.686] | : . | Transpiler function: [10:26:41.687] | : . | function (expr, options) [10:26:41.687] | : . | { [10:26:41.687] | : . | ns <- getNamespace("purrr") [10:26:41.687] | : . | fcn <- get("imap_int", mode = "function", envir = ns) [10:26:41.687] | : . | progressify_purrr(expr, fcn_name = "imap_int", fcn = fcn, [10:26:41.687] | : . | envir = parent.frame()) [10:26:41.687] | : . | } [10:26:41.687] | : . | [10:26:41.688] | : . Locating 'progressify::built-in' transpiler for purrr::imap_int() of class 'function' ... done [10:26:41.688] | : get_transpiler() ... done [10:26:41.689] | : Transpile call expression ... [10:26:41.689] | : . local(purrr::imap_int({ [10:26:41.689] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.689] | : . xs [10:26:41.689] | : . }, local({ [10:26:41.689] | : . .progressr_f <- purrr::as_mapper(function(x, idx) nchar(idx)) [10:26:41.689] | : . function(..., .progressr_progressor) { [10:26:41.689] | : . on.exit(.progressr_progressor()) [10:26:41.689] | : . .progressr_f(...) [10:26:41.689] | : . } [10:26:41.689] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.690] | : Transpile call expression ... done [10:26:41.691] | : Evaluate transpiled call expression [10:26:41.691] | transpile() ... done [10:26:41.692] progressify() ... done === map2 ========================== purrr::map2(.x = xs, .y = ys, .f = FUN2) --------------------------------- progressify(purrr::map2(.x = xs, .y = ys, .f = FUN2)) [10:26:41.694] progressify() ... [10:26:41.695] | transpile() ... [10:26:41.695] | : get_transpiler() ... [10:26:41.696] | : . Finding call to be transpiled ... [10:26:41.696] | : . | descend_wrappers() ... [10:26:41.697] | : . | : Call: [10:26:41.697] | : . | : purrr::map2 [10:26:41.698] | : . | : parse_call() ... [10:26:41.698] | : . | : . Function: purrr::map2(...) [10:26:41.699] | : . | : parse_call() ... done [10:26:41.699] | : . | descend_wrappers() ... done [10:26:41.700] | : . | parse_call() ... [10:26:41.700] | : . | : Function: purrr::map2(...) [10:26:41.701] | : . | parse_call() ... done [10:26:41.701] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.702] | : . | purrr::map2 [10:26:41.702] | : . Finding call to be transpiled ... done [10:26:41.703] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... [10:26:41.703] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.704] | : . | Transpiler description: purrr::map2() transpiler [10:26:41.704] | : . | Transpiler function: [10:26:41.705] | : . | function (expr, options) [10:26:41.705] | : . | { [10:26:41.705] | : . | ns <- getNamespace("purrr") [10:26:41.705] | : . | fcn <- get("map2", mode = "function", envir = ns) [10:26:41.705] | : . | progressify_purrr(expr, fcn_name = "map2", fcn = fcn, envir = parent.frame()) [10:26:41.705] | : . | } [10:26:41.705] | : . | [10:26:41.705] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... done [10:26:41.706] | : get_transpiler() ... done [10:26:41.706] | : Transpile call expression ... [10:26:41.707] | : . local(purrr::map2(.x = { [10:26:41.707] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.707] | : . xs [10:26:41.707] | : . }, .y = ys, .f = local({ [10:26:41.707] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.707] | : . function(..., .progressr_progressor) { [10:26:41.707] | : . on.exit(.progressr_progressor()) [10:26:41.707] | : . .progressr_f(...) [10:26:41.707] | : . } [10:26:41.707] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.708] | : Transpile call expression ... done [10:26:41.708] | : Evaluate transpiled call expression [10:26:41.709] | transpile() ... done [10:26:41.710] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:26:41.712] progressify() ... [10:26:41.713] | transpile() ... [10:26:41.713] | : get_transpiler() ... [10:26:41.714] | : . Finding call to be transpiled ... [10:26:41.714] | : . | descend_wrappers() ... [10:26:41.715] | : . | : Call: [10:26:41.715] | : . | : purrr::map2 [10:26:41.716] | : . | : parse_call() ... [10:26:41.716] | : . | : . Function: purrr::map2(...) [10:26:41.717] | : . | : parse_call() ... done [10:26:41.717] | : . | descend_wrappers() ... done [10:26:41.718] | : . | parse_call() ... [10:26:41.718] | : . | : Function: purrr::map2(...) [10:26:41.719] | : . | parse_call() ... done [10:26:41.719] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.720] | : . | purrr::map2 [10:26:41.720] | : . Finding call to be transpiled ... done [10:26:41.721] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... [10:26:41.721] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.722] | : . | Transpiler description: purrr::map2() transpiler [10:26:41.722] | : . | Transpiler function: [10:26:41.723] | : . | function (expr, options) [10:26:41.723] | : . | { [10:26:41.723] | : . | ns <- getNamespace("purrr") [10:26:41.723] | : . | fcn <- get("map2", mode = "function", envir = ns) [10:26:41.723] | : . | progressify_purrr(expr, fcn_name = "map2", fcn = fcn, envir = parent.frame()) [10:26:41.723] | : . | } [10:26:41.723] | : . | [10:26:41.723] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... done [10:26:41.724] | : get_transpiler() ... done [10:26:41.724] | : Transpile call expression ... [10:26:41.725] | : . local(purrr::map2(.x = { [10:26:41.725] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.725] | : . xs [10:26:41.725] | : . }, .y = ys, .f = local({ [10:26:41.725] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.725] | : . function(..., .progressr_progressor) { [10:26:41.725] | : . on.exit(.progressr_progressor()) [10:26:41.725] | : . .progressr_f(...) [10:26:41.725] | : . } [10:26:41.725] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.726] | : Transpile call expression ... done [10:26:41.726] | : Evaluate transpiled call expression [10:26:41.727] | transpile() ... done [10:26:41.728] progressify() ... done character(0) [10:26:41.728] progressify() ... [10:26:41.729] | transpile() ... [10:26:41.729] | : get_transpiler() ... [10:26:41.730] | : . Finding call to be transpiled ... [10:26:41.730] | : . | descend_wrappers() ... [10:26:41.730] | : . | : Call: [10:26:41.731] | : . | : purrr::map2 [10:26:41.732] | : . | : parse_call() ... [10:26:41.732] | : . | : . Function: purrr::map2(...) [10:26:41.733] | : . | : parse_call() ... done [10:26:41.733] | : . | descend_wrappers() ... done [10:26:41.734] | : . | parse_call() ... [10:26:41.734] | : . | : Function: purrr::map2(...) [10:26:41.734] | : . | parse_call() ... done [10:26:41.735] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.735] | : . | purrr::map2 [10:26:41.736] | : . Finding call to be transpiled ... done [10:26:41.736] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... [10:26:41.737] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.737] | : . | Transpiler description: purrr::map2() transpiler [10:26:41.738] | : . | Transpiler function: [10:26:41.738] | : . | function (expr, options) [10:26:41.738] | : . | { [10:26:41.738] | : . | ns <- getNamespace("purrr") [10:26:41.738] | : . | fcn <- get("map2", mode = "function", envir = ns) [10:26:41.738] | : . | progressify_purrr(expr, fcn_name = "map2", fcn = fcn, envir = parent.frame()) [10:26:41.738] | : . | } [10:26:41.738] | : . | [10:26:41.739] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... done [10:26:41.740] | : get_transpiler() ... done [10:26:41.740] | : Transpile call expression ... [10:26:41.741] | : . local(purrr::map2(.x = { [10:26:41.741] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.741] | : . xs [10:26:41.741] | : . }, .y = ys, .f = local({ [10:26:41.741] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.741] | : . function(..., .progressr_progressor) { [10:26:41.741] | : . on.exit(.progressr_progressor()) [10:26:41.741] | : . .progressr_f(...) [10:26:41.741] | : . } [10:26:41.741] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.742] | : Transpile call expression ... done [10:26:41.742] | : Evaluate transpiled call expression [10:26:41.743] | transpile() ... done [10:26:41.743] progressify() ... done === map2 ========================== map2(xs, ys, FUN2) --------------------------------- progressify(map2(xs, ys, FUN2)) [10:26:41.744] progressify() ... [10:26:41.745] | transpile() ... [10:26:41.745] | : get_transpiler() ... [10:26:41.746] | : . Finding call to be transpiled ... [10:26:41.746] | : . | descend_wrappers() ... [10:26:41.747] | : . | : Call: [10:26:41.747] | : . | : map2 [10:26:41.748] | : . | : parse_call() ... [10:26:41.748] | : . | : . Function: map2(...) [10:26:41.749] | : . | : . Locate function ... [10:26:41.749] | : . | : . | Function located in: 'purrr' [10:26:41.750] | : . | : . Locate function ... done [10:26:41.750] | : . | : parse_call() ... done [10:26:41.750] | : . | descend_wrappers() ... done [10:26:41.751] | : . | parse_call() ... [10:26:41.751] | : . | : Function: map2(...) [10:26:41.752] | : . | : Locate function ... [10:26:41.752] | : . | : . Function located in: 'purrr' [10:26:41.753] | : . | : Locate function ... done [10:26:41.753] | : . | parse_call() ... done [10:26:41.754] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.754] | : . | map2 [10:26:41.755] | : . Finding call to be transpiled ... done [10:26:41.755] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... [10:26:41.756] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.756] | : . | Transpiler description: purrr::map2() transpiler [10:26:41.757] | : . | Transpiler function: [10:26:41.757] | : . | function (expr, options) [10:26:41.757] | : . | { [10:26:41.757] | : . | ns <- getNamespace("purrr") [10:26:41.757] | : . | fcn <- get("map2", mode = "function", envir = ns) [10:26:41.757] | : . | progressify_purrr(expr, fcn_name = "map2", fcn = fcn, envir = parent.frame()) [10:26:41.757] | : . | } [10:26:41.757] | : . | [10:26:41.758] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... done [10:26:41.758] | : get_transpiler() ... done [10:26:41.759] | : Transpile call expression ... [10:26:41.759] | : . local(map2({ [10:26:41.759] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.759] | : . xs [10:26:41.759] | : . }, ys, local({ [10:26:41.759] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.759] | : . function(..., .progressr_progressor) { [10:26:41.759] | : . on.exit(.progressr_progressor()) [10:26:41.759] | : . .progressr_f(...) [10:26:41.759] | : . } [10:26:41.759] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.760] | : Transpile call expression ... done [10:26:41.761] | : Evaluate transpiled call expression [10:26:41.762] | transpile() ... done [10:26:41.762] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:26:41.765] progressify() ... [10:26:41.765] | transpile() ... [10:26:41.766] | : get_transpiler() ... [10:26:41.766] | : . Finding call to be transpiled ... [10:26:41.767] | : . | descend_wrappers() ... [10:26:41.767] | : . | : Call: [10:26:41.768] | : . | : map2 [10:26:41.768] | : . | : parse_call() ... [10:26:41.769] | : . | : . Function: map2(...) [10:26:41.769] | : . | : . Locate function ... [10:26:41.770] | : . | : . | Function located in: 'purrr' [10:26:41.770] | : . | : . Locate function ... done [10:26:41.771] | : . | : parse_call() ... done [10:26:41.771] | : . | descend_wrappers() ... done [10:26:41.772] | : . | parse_call() ... [10:26:41.772] | : . | : Function: map2(...) [10:26:41.773] | : . | : Locate function ... [10:26:41.773] | : . | : . Function located in: 'purrr' [10:26:41.774] | : . | : Locate function ... done [10:26:41.774] | : . | parse_call() ... done [10:26:41.775] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.775] | : . | map2 [10:26:41.776] | : . Finding call to be transpiled ... done [10:26:41.776] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... [10:26:41.777] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.777] | : . | Transpiler description: purrr::map2() transpiler [10:26:41.777] | : . | Transpiler function: [10:26:41.778] | : . | function (expr, options) [10:26:41.778] | : . | { [10:26:41.778] | : . | ns <- getNamespace("purrr") [10:26:41.778] | : . | fcn <- get("map2", mode = "function", envir = ns) [10:26:41.778] | : . | progressify_purrr(expr, fcn_name = "map2", fcn = fcn, envir = parent.frame()) [10:26:41.778] | : . | } [10:26:41.778] | : . | [10:26:41.779] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... done [10:26:41.779] | : get_transpiler() ... done [10:26:41.780] | : Transpile call expression ... [10:26:41.780] | : . local(map2({ [10:26:41.780] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.780] | : . xs [10:26:41.780] | : . }, ys, local({ [10:26:41.780] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.780] | : . function(..., .progressr_progressor) { [10:26:41.780] | : . on.exit(.progressr_progressor()) [10:26:41.780] | : . .progressr_f(...) [10:26:41.780] | : . } [10:26:41.780] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.781] | : Transpile call expression ... done [10:26:41.782] | : Evaluate transpiled call expression [10:26:41.782] | transpile() ... done [10:26:41.783] progressify() ... done character(0) [10:26:41.783] progressify() ... [10:26:41.784] | transpile() ... [10:26:41.784] | : get_transpiler() ... [10:26:41.785] | : . Finding call to be transpiled ... [10:26:41.785] | : . | descend_wrappers() ... [10:26:41.786] | : . | : Call: [10:26:41.786] | : . | : map2 [10:26:41.787] | : . | : parse_call() ... [10:26:41.787] | : . | : . Function: map2(...) [10:26:41.788] | : . | : . Locate function ... [10:26:41.788] | : . | : . | Function located in: 'purrr' [10:26:41.789] | : . | : . Locate function ... done [10:26:41.789] | : . | : parse_call() ... done [10:26:41.790] | : . | descend_wrappers() ... done [10:26:41.790] | : . | parse_call() ... [10:26:41.791] | : . | : Function: map2(...) [10:26:41.791] | : . | : Locate function ... [10:26:41.792] | : . | : . Function located in: 'purrr' [10:26:41.792] | : . | : Locate function ... done [10:26:41.792] | : . | parse_call() ... done [10:26:41.793] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.793] | : . | map2 [10:26:41.794] | : . Finding call to be transpiled ... done [10:26:41.795] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... [10:26:41.795] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.796] | : . | Transpiler description: purrr::map2() transpiler [10:26:41.796] | : . | Transpiler function: [10:26:41.796] | : . | function (expr, options) [10:26:41.796] | : . | { [10:26:41.796] | : . | ns <- getNamespace("purrr") [10:26:41.796] | : . | fcn <- get("map2", mode = "function", envir = ns) [10:26:41.796] | : . | progressify_purrr(expr, fcn_name = "map2", fcn = fcn, envir = parent.frame()) [10:26:41.796] | : . | } [10:26:41.796] | : . | [10:26:41.797] | : . Locating 'progressify::built-in' transpiler for purrr::map2() of class 'function' ... done [10:26:41.798] | : get_transpiler() ... done [10:26:41.798] | : Transpile call expression ... [10:26:41.799] | : . local(map2({ [10:26:41.799] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.799] | : . xs [10:26:41.799] | : . }, ys, local({ [10:26:41.799] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.799] | : . function(..., .progressr_progressor) { [10:26:41.799] | : . on.exit(.progressr_progressor()) [10:26:41.799] | : . .progressr_f(...) [10:26:41.799] | : . } [10:26:41.799] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.800] | : Transpile call expression ... done [10:26:41.800] | : Evaluate transpiled call expression [10:26:41.801] | transpile() ... done [10:26:41.801] progressify() ... done === map2_dbl ========================== purrr::map2_dbl(.x = xs, .y = ys, .f = FUN2) --------------------------------- progressify(purrr::map2_dbl(.x = xs, .y = ys, .f = FUN2)) [10:26:41.802] progressify() ... [10:26:41.803] | transpile() ... [10:26:41.803] | : get_transpiler() ... [10:26:41.804] | : . Finding call to be transpiled ... [10:26:41.804] | : . | descend_wrappers() ... [10:26:41.805] | : . | : Call: [10:26:41.805] | : . | : purrr::map2_dbl [10:26:41.806] | : . | : parse_call() ... [10:26:41.806] | : . | : . Function: purrr::map2_dbl(...) [10:26:41.807] | : . | : parse_call() ... done [10:26:41.807] | : . | descend_wrappers() ... done [10:26:41.807] | : . | parse_call() ... [10:26:41.808] | : . | : Function: purrr::map2_dbl(...) [10:26:41.808] | : . | parse_call() ... done [10:26:41.809] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.809] | : . | purrr::map2_dbl [10:26:41.810] | : . Finding call to be transpiled ... done [10:26:41.810] | : . Locating 'progressify::built-in' transpiler for purrr::map2_dbl() of class 'function' ... [10:26:41.811] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.811] | : . | Transpiler description: purrr::map2_dbl() transpiler [10:26:41.812] | : . | Transpiler function: [10:26:41.812] | : . | function (expr, options) [10:26:41.812] | : . | { [10:26:41.812] | : . | ns <- getNamespace("purrr") [10:26:41.812] | : . | fcn <- get("map2_dbl", mode = "function", envir = ns) [10:26:41.812] | : . | progressify_purrr(expr, fcn_name = "map2_dbl", fcn = fcn, [10:26:41.812] | : . | envir = parent.frame()) [10:26:41.812] | : . | } [10:26:41.812] | : . | [10:26:41.813] | : . Locating 'progressify::built-in' transpiler for purrr::map2_dbl() of class 'function' ... done [10:26:41.813] | : get_transpiler() ... done [10:26:41.814] | : Transpile call expression ... [10:26:41.815] | : . local(purrr::map2_dbl(.x = { [10:26:41.815] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.815] | : . xs [10:26:41.815] | : . }, .y = ys, .f = local({ [10:26:41.815] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.815] | : . function(..., .progressr_progressor) { [10:26:41.815] | : . on.exit(.progressr_progressor()) [10:26:41.815] | : . .progressr_f(...) [10:26:41.815] | : . } [10:26:41.815] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.816] | : Transpile call expression ... done [10:26:41.816] | : Evaluate transpiled call expression [10:26:41.817] | transpile() ... done [10:26:41.817] progressify() ... done Named num [1:5] 11 44 400 225 605 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:41.818] progressify() ... [10:26:41.819] | transpile() ... [10:26:41.819] | : get_transpiler() ... [10:26:41.820] | : . Finding call to be transpiled ... [10:26:41.820] | : . | descend_wrappers() ... [10:26:41.821] | : . | : Call: [10:26:41.821] | : . | : purrr::map2_dbl [10:26:41.822] | : . | : parse_call() ... [10:26:41.822] | : . | : . Function: purrr::map2_dbl(...) [10:26:41.823] | : . | : parse_call() ... done [10:26:41.823] | : . | descend_wrappers() ... done [10:26:41.824] | : . | parse_call() ... [10:26:41.824] | : . | : Function: purrr::map2_dbl(...) [10:26:41.825] | : . | parse_call() ... done [10:26:41.825] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.826] | : . | purrr::map2_dbl [10:26:41.826] | : . Finding call to be transpiled ... done [10:26:41.827] | : . Locating 'progressify::built-in' transpiler for purrr::map2_dbl() of class 'function' ... [10:26:41.827] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.828] | : . | Transpiler description: purrr::map2_dbl() transpiler [10:26:41.828] | : . | Transpiler function: [10:26:41.829] | : . | function (expr, options) [10:26:41.829] | : . | { [10:26:41.829] | : . | ns <- getNamespace("purrr") [10:26:41.829] | : . | fcn <- get("map2_dbl", mode = "function", envir = ns) [10:26:41.829] | : . | progressify_purrr(expr, fcn_name = "map2_dbl", fcn = fcn, [10:26:41.829] | : . | envir = parent.frame()) [10:26:41.829] | : . | } [10:26:41.829] | : . | [10:26:41.829] | : . Locating 'progressify::built-in' transpiler for purrr::map2_dbl() of class 'function' ... done [10:26:41.830] | : get_transpiler() ... done [10:26:41.830] | : Transpile call expression ... [10:26:41.831] | : . local(purrr::map2_dbl(.x = { [10:26:41.831] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.831] | : . xs [10:26:41.831] | : . }, .y = ys, .f = local({ [10:26:41.831] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.831] | : . function(..., .progressr_progressor) { [10:26:41.831] | : . on.exit(.progressr_progressor()) [10:26:41.831] | : . .progressr_f(...) [10:26:41.831] | : . } [10:26:41.831] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.832] | : Transpile call expression ... done [10:26:41.832] | : Evaluate transpiled call expression [10:26:41.833] | transpile() ... done [10:26:41.833] progressify() ... done character(0) [10:26:41.834] progressify() ... [10:26:41.834] | transpile() ... [10:26:41.835] | : get_transpiler() ... [10:26:41.835] | : . Finding call to be transpiled ... [10:26:41.836] | : . | descend_wrappers() ... [10:26:41.836] | : . | : Call: [10:26:41.837] | : . | : purrr::map2_dbl [10:26:41.837] | : . | : parse_call() ... [10:26:41.838] | : . | : . Function: purrr::map2_dbl(...) [10:26:41.838] | : . | : parse_call() ... done [10:26:41.839] | : . | descend_wrappers() ... done [10:26:41.839] | : . | parse_call() ... [10:26:41.840] | : . | : Function: purrr::map2_dbl(...) [10:26:41.840] | : . | parse_call() ... done [10:26:41.841] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.841] | : . | purrr::map2_dbl [10:26:41.842] | : . Finding call to be transpiled ... done [10:26:41.842] | : . Locating 'progressify::built-in' transpiler for purrr::map2_dbl() of class 'function' ... [10:26:41.843] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.843] | : . | Transpiler description: purrr::map2_dbl() transpiler [10:26:41.844] | : . | Transpiler function: [10:26:41.844] | : . | function (expr, options) [10:26:41.844] | : . | { [10:26:41.844] | : . | ns <- getNamespace("purrr") [10:26:41.844] | : . | fcn <- get("map2_dbl", mode = "function", envir = ns) [10:26:41.844] | : . | progressify_purrr(expr, fcn_name = "map2_dbl", fcn = fcn, [10:26:41.844] | : . | envir = parent.frame()) [10:26:41.844] | : . | } [10:26:41.844] | : . | [10:26:41.845] | : . Locating 'progressify::built-in' transpiler for purrr::map2_dbl() of class 'function' ... done [10:26:41.845] | : get_transpiler() ... done [10:26:41.846] | : Transpile call expression ... [10:26:41.846] | : . local(purrr::map2_dbl(.x = { [10:26:41.846] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.846] | : . xs [10:26:41.846] | : . }, .y = ys, .f = local({ [10:26:41.846] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.846] | : . function(..., .progressr_progressor) { [10:26:41.846] | : . on.exit(.progressr_progressor()) [10:26:41.846] | : . .progressr_f(...) [10:26:41.846] | : . } [10:26:41.846] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.847] | : Transpile call expression ... done [10:26:41.848] | : Evaluate transpiled call expression [10:26:41.848] | transpile() ... done [10:26:41.849] progressify() ... done === walk2 ========================== purrr::walk2(.x = xs, .y = ys, .f = function(x, y) invisible(NULL)) --------------------------------- progressify(purrr::walk2(.x = xs, .y = ys, .f = function(x, y) invisible(NULL))) [10:26:41.849] progressify() ... [10:26:41.850] | transpile() ... [10:26:41.850] | : get_transpiler() ... [10:26:41.851] | : . Finding call to be transpiled ... [10:26:41.851] | : . | descend_wrappers() ... [10:26:41.852] | : . | : Call: [10:26:41.852] | : . | : purrr::walk2 [10:26:41.853] | : . | : parse_call() ... [10:26:41.853] | : . | : . Function: purrr::walk2(...) [10:26:41.854] | : . | : parse_call() ... done [10:26:41.854] | : . | descend_wrappers() ... done [10:26:41.855] | : . | parse_call() ... [10:26:41.855] | : . | : Function: purrr::walk2(...) [10:26:41.855] | : . | parse_call() ... done [10:26:41.856] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.856] | : . | purrr::walk2 [10:26:41.857] | : . Finding call to be transpiled ... done [10:26:41.857] | : . Locating 'progressify::built-in' transpiler for purrr::walk2() of class 'function' ... [10:26:41.858] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.858] | : . | Transpiler description: purrr::walk2() transpiler [10:26:41.859] | : . | Transpiler function: [10:26:41.859] | : . | function (expr, options) [10:26:41.859] | : . | { [10:26:41.859] | : . | ns <- getNamespace("purrr") [10:26:41.859] | : . | fcn <- get("walk2", mode = "function", envir = ns) [10:26:41.859] | : . | progressify_purrr(expr, fcn_name = "walk2", fcn = fcn, envir = parent.frame()) [10:26:41.859] | : . | } [10:26:41.859] | : . | [10:26:41.860] | : . Locating 'progressify::built-in' transpiler for purrr::walk2() of class 'function' ... done [10:26:41.860] | : get_transpiler() ... done [10:26:41.861] | : Transpile call expression ... [10:26:41.861] | : . local(purrr::walk2(.x = { [10:26:41.861] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.861] | : . xs [10:26:41.861] | : . }, .y = ys, .f = local({ [10:26:41.861] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:26:41.861] | : . function(..., .progressr_progressor) { [10:26:41.861] | : . on.exit(.progressr_progressor()) [10:26:41.861] | : . .progressr_f(...) [10:26:41.861] | : . } [10:26:41.861] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.862] | : Transpile call expression ... done [10:26:41.863] | : Evaluate transpiled call expression [10:26:41.863] | transpile() ... done [10:26:41.864] progressify() ... done List of 5 $ aa : num 1 $ bb : int [1:2] 1 2 $ cc : int [1:10] 1 2 3 4 5 6 7 8 9 10 $ dd : int [1:5] 1 2 3 4 5 $ .ee: int [1:13] -6 -5 -4 -3 -2 -1 0 1 2 3 ... [10:26:41.867] progressify() ... [10:26:41.867] | transpile() ... [10:26:41.867] | : get_transpiler() ... [10:26:41.868] | : . Finding call to be transpiled ... [10:26:41.868] | : . | descend_wrappers() ... [10:26:41.869] | : . | : Call: [10:26:41.869] | : . | : purrr::walk2 [10:26:41.870] | : . | : parse_call() ... [10:26:41.870] | : . | : . Function: purrr::walk2(...) [10:26:41.871] | : . | : parse_call() ... done [10:26:41.871] | : . | descend_wrappers() ... done [10:26:41.872] | : . | parse_call() ... [10:26:41.872] | : . | : Function: purrr::walk2(...) [10:26:41.873] | : . | parse_call() ... done [10:26:41.873] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.873] | : . | purrr::walk2 [10:26:41.874] | : . Finding call to be transpiled ... done [10:26:41.875] | : . Locating 'progressify::built-in' transpiler for purrr::walk2() of class 'function' ... [10:26:41.875] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.875] | : . | Transpiler description: purrr::walk2() transpiler [10:26:41.876] | : . | Transpiler function: [10:26:41.876] | : . | function (expr, options) [10:26:41.876] | : . | { [10:26:41.876] | : . | ns <- getNamespace("purrr") [10:26:41.876] | : . | fcn <- get("walk2", mode = "function", envir = ns) [10:26:41.876] | : . | progressify_purrr(expr, fcn_name = "walk2", fcn = fcn, envir = parent.frame()) [10:26:41.876] | : . | } [10:26:41.876] | : . | [10:26:41.877] | : . Locating 'progressify::built-in' transpiler for purrr::walk2() of class 'function' ... done [10:26:41.877] | : get_transpiler() ... done [10:26:41.878] | : Transpile call expression ... [10:26:41.878] | : . local(purrr::walk2(.x = { [10:26:41.878] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.878] | : . xs [10:26:41.878] | : . }, .y = ys, .f = local({ [10:26:41.878] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:26:41.878] | : . function(..., .progressr_progressor) { [10:26:41.878] | : . on.exit(.progressr_progressor()) [10:26:41.878] | : . .progressr_f(...) [10:26:41.878] | : . } [10:26:41.878] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.879] | : Transpile call expression ... done [10:26:41.880] | : Evaluate transpiled call expression [10:26:41.880] | transpile() ... done [10:26:41.881] progressify() ... done character(0) [10:26:41.881] progressify() ... [10:26:41.882] | transpile() ... [10:26:41.882] | : get_transpiler() ... [10:26:41.883] | : . Finding call to be transpiled ... [10:26:41.883] | : . | descend_wrappers() ... [10:26:41.884] | : . | : Call: [10:26:41.884] | : . | : purrr::walk2 [10:26:41.885] | : . | : parse_call() ... [10:26:41.885] | : . | : . Function: purrr::walk2(...) [10:26:41.886] | : . | : parse_call() ... done [10:26:41.886] | : . | descend_wrappers() ... done [10:26:41.887] | : . | parse_call() ... [10:26:41.887] | : . | : Function: purrr::walk2(...) [10:26:41.888] | : . | parse_call() ... done [10:26:41.888] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.888] | : . | purrr::walk2 [10:26:41.889] | : . Finding call to be transpiled ... done [10:26:41.889] | : . Locating 'progressify::built-in' transpiler for purrr::walk2() of class 'function' ... [10:26:41.890] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.890] | : . | Transpiler description: purrr::walk2() transpiler [10:26:41.891] | : . | Transpiler function: [10:26:41.891] | : . | function (expr, options) [10:26:41.891] | : . | { [10:26:41.891] | : . | ns <- getNamespace("purrr") [10:26:41.891] | : . | fcn <- get("walk2", mode = "function", envir = ns) [10:26:41.891] | : . | progressify_purrr(expr, fcn_name = "walk2", fcn = fcn, envir = parent.frame()) [10:26:41.891] | : . | } [10:26:41.891] | : . | [10:26:41.892] | : . Locating 'progressify::built-in' transpiler for purrr::walk2() of class 'function' ... done [10:26:41.892] | : get_transpiler() ... done [10:26:41.893] | : Transpile call expression ... [10:26:41.893] | : . local(purrr::walk2(.x = { [10:26:41.893] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:41.893] | : . xs [10:26:41.893] | : . }, .y = ys, .f = local({ [10:26:41.893] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:26:41.893] | : . function(..., .progressr_progressor) { [10:26:41.893] | : . on.exit(.progressr_progressor()) [10:26:41.893] | : . .progressr_f(...) [10:26:41.893] | : . } [10:26:41.893] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.894] | : Transpile call expression ... done [10:26:41.895] | : Evaluate transpiled call expression [10:26:41.895] | transpile() ... done [10:26:41.896] progressify() ... done === pmap ========================== purrr::pmap(.l = list(xs, ys), .f = FUN2) --------------------------------- progressify(purrr::pmap(.l = list(xs, ys), .f = FUN2)) [10:26:41.897] progressify() ... [10:26:41.898] | transpile() ... [10:26:41.898] | : get_transpiler() ... [10:26:41.898] | : . Finding call to be transpiled ... [10:26:41.899] | : . | descend_wrappers() ... [10:26:41.899] | : . | : Call: [10:26:41.900] | : . | : purrr::pmap [10:26:41.900] | : . | : parse_call() ... [10:26:41.901] | : . | : . Function: purrr::pmap(...) [10:26:41.901] | : . | : parse_call() ... done [10:26:41.902] | : . | descend_wrappers() ... done [10:26:41.902] | : . | parse_call() ... [10:26:41.903] | : . | : Function: purrr::pmap(...) [10:26:41.903] | : . | parse_call() ... done [10:26:41.904] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.904] | : . | purrr::pmap [10:26:41.905] | : . Finding call to be transpiled ... done [10:26:41.907] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... [10:26:41.907] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.908] | : . | Transpiler description: purrr::pmap() transpiler [10:26:41.908] | : . | Transpiler function: [10:26:41.909] | : . | function (expr, options) [10:26:41.909] | : . | { [10:26:41.909] | : . | ns <- getNamespace("purrr") [10:26:41.909] | : . | fcn <- get("pmap", mode = "function", envir = ns) [10:26:41.909] | : . | progressify_purrr(expr, fcn_name = "pmap", fcn = fcn, envir = parent.frame()) [10:26:41.909] | : . | } [10:26:41.909] | : . | [10:26:41.909] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... done [10:26:41.910] | : get_transpiler() ... done [10:26:41.910] | : Transpile call expression ... [10:26:41.911] | : . local(purrr::pmap(.l = { [10:26:41.911] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:41.911] | : . ys)[[1]]) [10:26:41.911] | : . list(xs, ys) [10:26:41.911] | : . }, .f = local({ [10:26:41.911] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.911] | : . function(..., .progressr_progressor) { [10:26:41.911] | : . on.exit(.progressr_progressor()) [10:26:41.911] | : . .progressr_f(...) [10:26:41.911] | : . } [10:26:41.911] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.912] | : Transpile call expression ... done [10:26:41.912] | : Evaluate transpiled call expression [10:26:41.913] | transpile() ... done [10:26:41.913] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:26:41.916] progressify() ... [10:26:41.917] | transpile() ... [10:26:41.917] | : get_transpiler() ... [10:26:41.917] | : . Finding call to be transpiled ... [10:26:41.918] | : . | descend_wrappers() ... [10:26:41.918] | : . | : Call: [10:26:41.919] | : . | : purrr::pmap [10:26:41.919] | : . | : parse_call() ... [10:26:41.920] | : . | : . Function: purrr::pmap(...) [10:26:41.920] | : . | : parse_call() ... done [10:26:41.921] | : . | descend_wrappers() ... done [10:26:41.921] | : . | parse_call() ... [10:26:41.922] | : . | : Function: purrr::pmap(...) [10:26:41.922] | : . | parse_call() ... done [10:26:41.923] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.923] | : . | purrr::pmap [10:26:41.924] | : . Finding call to be transpiled ... done [10:26:41.924] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... [10:26:41.925] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.925] | : . | Transpiler description: purrr::pmap() transpiler [10:26:41.925] | : . | Transpiler function: [10:26:41.926] | : . | function (expr, options) [10:26:41.926] | : . | { [10:26:41.926] | : . | ns <- getNamespace("purrr") [10:26:41.926] | : . | fcn <- get("pmap", mode = "function", envir = ns) [10:26:41.926] | : . | progressify_purrr(expr, fcn_name = "pmap", fcn = fcn, envir = parent.frame()) [10:26:41.926] | : . | } [10:26:41.926] | : . | [10:26:41.926] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... done [10:26:41.927] | : get_transpiler() ... done [10:26:41.927] | : Transpile call expression ... [10:26:41.928] | : . local(purrr::pmap(.l = { [10:26:41.928] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:41.928] | : . ys)[[1]]) [10:26:41.928] | : . list(xs, ys) [10:26:41.928] | : . }, .f = local({ [10:26:41.928] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.928] | : . function(..., .progressr_progressor) { [10:26:41.928] | : . on.exit(.progressr_progressor()) [10:26:41.928] | : . .progressr_f(...) [10:26:41.928] | : . } [10:26:41.928] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.929] | : Transpile call expression ... done [10:26:41.929] | : Evaluate transpiled call expression [10:26:41.930] | transpile() ... done [10:26:41.930] progressify() ... done character(0) [10:26:41.931] progressify() ... [10:26:41.931] | transpile() ... [10:26:41.932] | : get_transpiler() ... [10:26:41.932] | : . Finding call to be transpiled ... [10:26:41.933] | : . | descend_wrappers() ... [10:26:41.933] | : . | : Call: [10:26:41.934] | : . | : purrr::pmap [10:26:41.935] | : . | : parse_call() ... [10:26:41.935] | : . | : . Function: purrr::pmap(...) [10:26:41.936] | : . | : parse_call() ... done [10:26:41.936] | : . | descend_wrappers() ... done [10:26:41.936] | : . | parse_call() ... [10:26:41.937] | : . | : Function: purrr::pmap(...) [10:26:41.937] | : . | parse_call() ... done [10:26:41.938] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.938] | : . | purrr::pmap [10:26:41.939] | : . Finding call to be transpiled ... done [10:26:41.940] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... [10:26:41.940] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.941] | : . | Transpiler description: purrr::pmap() transpiler [10:26:41.941] | : . | Transpiler function: [10:26:41.941] | : . | function (expr, options) [10:26:41.941] | : . | { [10:26:41.941] | : . | ns <- getNamespace("purrr") [10:26:41.941] | : . | fcn <- get("pmap", mode = "function", envir = ns) [10:26:41.941] | : . | progressify_purrr(expr, fcn_name = "pmap", fcn = fcn, envir = parent.frame()) [10:26:41.941] | : . | } [10:26:41.941] | : . | [10:26:41.942] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... done [10:26:41.943] | : get_transpiler() ... done [10:26:41.943] | : Transpile call expression ... [10:26:41.944] | : . local(purrr::pmap(.l = { [10:26:41.944] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:41.944] | : . ys)[[1]]) [10:26:41.944] | : . list(xs, ys) [10:26:41.944] | : . }, .f = local({ [10:26:41.944] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.944] | : . function(..., .progressr_progressor) { [10:26:41.944] | : . on.exit(.progressr_progressor()) [10:26:41.944] | : . .progressr_f(...) [10:26:41.944] | : . } [10:26:41.944] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.945] | : Transpile call expression ... done [10:26:41.945] | : Evaluate transpiled call expression [10:26:41.946] | transpile() ... done [10:26:41.947] progressify() ... done === pmap ========================== pmap(list(xs, ys), FUN2) --------------------------------- progressify(pmap(list(xs, ys), FUN2)) [10:26:41.947] progressify() ... [10:26:41.948] | transpile() ... [10:26:41.949] | : get_transpiler() ... [10:26:41.949] | : . Finding call to be transpiled ... [10:26:41.950] | : . | descend_wrappers() ... [10:26:41.950] | : . | : Call: [10:26:41.950] | : . | : pmap [10:26:41.951] | : . | : parse_call() ... [10:26:41.952] | : . | : . Function: pmap(...) [10:26:41.952] | : . | : . Locate function ... [10:26:41.953] | : . | : . | Function located in: 'purrr' [10:26:41.953] | : . | : . Locate function ... done [10:26:41.954] | : . | : parse_call() ... done [10:26:41.954] | : . | descend_wrappers() ... done [10:26:41.955] | : . | parse_call() ... [10:26:41.955] | : . | : Function: pmap(...) [10:26:41.956] | : . | : Locate function ... [10:26:41.956] | : . | : . Function located in: 'purrr' [10:26:41.957] | : . | : Locate function ... done [10:26:41.957] | : . | parse_call() ... done [10:26:41.958] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.958] | : . | pmap [10:26:41.959] | : . Finding call to be transpiled ... done [10:26:41.959] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... [10:26:41.960] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.960] | : . | Transpiler description: purrr::pmap() transpiler [10:26:41.961] | : . | Transpiler function: [10:26:41.961] | : . | function (expr, options) [10:26:41.961] | : . | { [10:26:41.961] | : . | ns <- getNamespace("purrr") [10:26:41.961] | : . | fcn <- get("pmap", mode = "function", envir = ns) [10:26:41.961] | : . | progressify_purrr(expr, fcn_name = "pmap", fcn = fcn, envir = parent.frame()) [10:26:41.961] | : . | } [10:26:41.961] | : . | [10:26:41.962] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... done [10:26:41.962] | : get_transpiler() ... done [10:26:41.963] | : Transpile call expression ... [10:26:41.963] | : . local(pmap({ [10:26:41.963] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:41.963] | : . ys)[[1]]) [10:26:41.963] | : . list(xs, ys) [10:26:41.963] | : . }, local({ [10:26:41.963] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.963] | : . function(..., .progressr_progressor) { [10:26:41.963] | : . on.exit(.progressr_progressor()) [10:26:41.963] | : . .progressr_f(...) [10:26:41.963] | : . } [10:26:41.963] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.964] | : Transpile call expression ... done [10:26:41.965] | : Evaluate transpiled call expression [10:26:41.966] | transpile() ... done [10:26:41.966] progressify() ... done List of 5 $ aa : num 11 $ bb : int 44 $ cc : int 400 $ dd : int 225 $ .ee: int 605 [10:26:41.969] progressify() ... [10:26:41.969] | transpile() ... [10:26:41.970] | : get_transpiler() ... [10:26:41.970] | : . Finding call to be transpiled ... [10:26:41.971] | : . | descend_wrappers() ... [10:26:41.971] | : . | : Call: [10:26:41.972] | : . | : pmap [10:26:41.972] | : . | : parse_call() ... [10:26:41.973] | : . | : . Function: pmap(...) [10:26:41.973] | : . | : . Locate function ... [10:26:41.974] | : . | : . | Function located in: 'purrr' [10:26:41.974] | : . | : . Locate function ... done [10:26:41.975] | : . | : parse_call() ... done [10:26:41.975] | : . | descend_wrappers() ... done [10:26:41.975] | : . | parse_call() ... [10:26:41.976] | : . | : Function: pmap(...) [10:26:41.976] | : . | : Locate function ... [10:26:41.977] | : . | : . Function located in: 'purrr' [10:26:41.977] | : . | : Locate function ... done [10:26:41.978] | : . | parse_call() ... done [10:26:41.978] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.979] | : . | pmap [10:26:41.979] | : . Finding call to be transpiled ... done [10:26:41.980] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... [10:26:41.980] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.980] | : . | Transpiler description: purrr::pmap() transpiler [10:26:41.981] | : . | Transpiler function: [10:26:41.981] | : . | function (expr, options) [10:26:41.981] | : . | { [10:26:41.981] | : . | ns <- getNamespace("purrr") [10:26:41.981] | : . | fcn <- get("pmap", mode = "function", envir = ns) [10:26:41.981] | : . | progressify_purrr(expr, fcn_name = "pmap", fcn = fcn, envir = parent.frame()) [10:26:41.981] | : . | } [10:26:41.981] | : . | [10:26:41.982] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... done [10:26:41.982] | : get_transpiler() ... done [10:26:41.983] | : Transpile call expression ... [10:26:41.983] | : . local(pmap({ [10:26:41.983] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:41.983] | : . ys)[[1]]) [10:26:41.983] | : . list(xs, ys) [10:26:41.983] | : . }, local({ [10:26:41.983] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:41.983] | : . function(..., .progressr_progressor) { [10:26:41.983] | : . on.exit(.progressr_progressor()) [10:26:41.983] | : . .progressr_f(...) [10:26:41.983] | : . } [10:26:41.983] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:41.984] | : Transpile call expression ... done [10:26:41.985] | : Evaluate transpiled call expression [10:26:41.986] | transpile() ... done [10:26:41.986] progressify() ... done character(0) [10:26:41.987] progressify() ... [10:26:41.987] | transpile() ... [10:26:41.987] | : get_transpiler() ... [10:26:41.988] | : . Finding call to be transpiled ... [10:26:41.988] | : . | descend_wrappers() ... [10:26:41.989] | : . | : Call: [10:26:41.989] | : . | : pmap [10:26:41.990] | : . | : parse_call() ... [10:26:41.990] | : . | : . Function: pmap(...) [10:26:41.991] | : . | : . Locate function ... [10:26:41.991] | : . | : . | Function located in: 'purrr' [10:26:41.992] | : . | : . Locate function ... done [10:26:41.992] | : . | : parse_call() ... done [10:26:41.992] | : . | descend_wrappers() ... done [10:26:41.993] | : . | parse_call() ... [10:26:41.993] | : . | : Function: pmap(...) [10:26:41.994] | : . | : Locate function ... [10:26:41.994] | : . | : . Function located in: 'purrr' [10:26:41.995] | : . | : Locate function ... done [10:26:41.995] | : . | parse_call() ... done [10:26:41.996] | : . | Position of call to be transpiled in expression: c(1) [10:26:41.996] | : . | pmap [10:26:41.997] | : . Finding call to be transpiled ... done [10:26:41.997] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... [10:26:41.998] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:41.998] | : . | Transpiler description: purrr::pmap() transpiler [10:26:41.999] | : . | Transpiler function: [10:26:41.999] | : . | function (expr, options) [10:26:41.999] | : . | { [10:26:41.999] | : . | ns <- getNamespace("purrr") [10:26:41.999] | : . | fcn <- get("pmap", mode = "function", envir = ns) [10:26:41.999] | : . | progressify_purrr(expr, fcn_name = "pmap", fcn = fcn, envir = parent.frame()) [10:26:41.999] | : . | } [10:26:41.999] | : . | [10:26:42.000] | : . Locating 'progressify::built-in' transpiler for purrr::pmap() of class 'function' ... done [10:26:42.000] | : get_transpiler() ... done [10:26:42.001] | : Transpile call expression ... [10:26:42.001] | : . local(pmap({ [10:26:42.001] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.001] | : . ys)[[1]]) [10:26:42.001] | : . list(xs, ys) [10:26:42.001] | : . }, local({ [10:26:42.001] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:42.001] | : . function(..., .progressr_progressor) { [10:26:42.001] | : . on.exit(.progressr_progressor()) [10:26:42.001] | : . .progressr_f(...) [10:26:42.001] | : . } [10:26:42.001] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.002] | : Transpile call expression ... done [10:26:42.003] | : Evaluate transpiled call expression [10:26:42.003] | transpile() ... done [10:26:42.004] progressify() ... done === pmap_dbl ========================== purrr::pmap_dbl(.l = list(xs, ys), .f = FUN2) --------------------------------- progressify(purrr::pmap_dbl(.l = list(xs, ys), .f = FUN2)) [10:26:42.005] progressify() ... [10:26:42.005] | transpile() ... [10:26:42.006] | : get_transpiler() ... [10:26:42.006] | : . Finding call to be transpiled ... [10:26:42.007] | : . | descend_wrappers() ... [10:26:42.007] | : . | : Call: [10:26:42.008] | : . | : purrr::pmap_dbl [10:26:42.008] | : . | : parse_call() ... [10:26:42.009] | : . | : . Function: purrr::pmap_dbl(...) [10:26:42.009] | : . | : parse_call() ... done [10:26:42.010] | : . | descend_wrappers() ... done [10:26:42.010] | : . | parse_call() ... [10:26:42.011] | : . | : Function: purrr::pmap_dbl(...) [10:26:42.011] | : . | parse_call() ... done [10:26:42.012] | : . | Position of call to be transpiled in expression: c(1) [10:26:42.012] | : . | purrr::pmap_dbl [10:26:42.013] | : . Finding call to be transpiled ... done [10:26:42.013] | : . Locating 'progressify::built-in' transpiler for purrr::pmap_dbl() of class 'function' ... [10:26:42.014] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:42.014] | : . | Transpiler description: purrr::pmap_dbl() transpiler [10:26:42.015] | : . | Transpiler function: [10:26:42.015] | : . | function (expr, options) [10:26:42.015] | : . | { [10:26:42.015] | : . | ns <- getNamespace("purrr") [10:26:42.015] | : . | fcn <- get("pmap_dbl", mode = "function", envir = ns) [10:26:42.015] | : . | progressify_purrr(expr, fcn_name = "pmap_dbl", fcn = fcn, [10:26:42.015] | : . | envir = parent.frame()) [10:26:42.015] | : . | } [10:26:42.015] | : . | [10:26:42.016] | : . Locating 'progressify::built-in' transpiler for purrr::pmap_dbl() of class 'function' ... done [10:26:42.016] | : get_transpiler() ... done [10:26:42.017] | : Transpile call expression ... [10:26:42.017] | : . local(purrr::pmap_dbl(.l = { [10:26:42.017] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.017] | : . ys)[[1]]) [10:26:42.017] | : . list(xs, ys) [10:26:42.017] | : . }, .f = local({ [10:26:42.017] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:42.017] | : . function(..., .progressr_progressor) { [10:26:42.017] | : . on.exit(.progressr_progressor()) [10:26:42.017] | : . .progressr_f(...) [10:26:42.017] | : . } [10:26:42.017] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.019] | : Transpile call expression ... done [10:26:42.019] | : Evaluate transpiled call expression [10:26:42.020] | transpile() ... done [10:26:42.020] progressify() ... done Named num [1:5] 11 44 400 225 605 - attr(*, "names")= chr [1:5] "aa" "bb" "cc" "dd" ... [10:26:42.021] progressify() ... [10:26:42.022] | transpile() ... [10:26:42.022] | : get_transpiler() ... [10:26:42.023] | : . Finding call to be transpiled ... [10:26:42.023] | : . | descend_wrappers() ... [10:26:42.024] | : . | : Call: [10:26:42.024] | : . | : purrr::pmap_dbl [10:26:42.025] | : . | : parse_call() ... [10:26:42.025] | : . | : . Function: purrr::pmap_dbl(...) [10:26:42.026] | : . | : parse_call() ... done [10:26:42.026] | : . | descend_wrappers() ... done [10:26:42.027] | : . | parse_call() ... [10:26:42.027] | : . | : Function: purrr::pmap_dbl(...) [10:26:42.028] | : . | parse_call() ... done [10:26:42.028] | : . | Position of call to be transpiled in expression: c(1) [10:26:42.029] | : . | purrr::pmap_dbl [10:26:42.029] | : . Finding call to be transpiled ... done [10:26:42.030] | : . Locating 'progressify::built-in' transpiler for purrr::pmap_dbl() of class 'function' ... [10:26:42.030] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:42.031] | : . | Transpiler description: purrr::pmap_dbl() transpiler [10:26:42.031] | : . | Transpiler function: [10:26:42.032] | : . | function (expr, options) [10:26:42.032] | : . | { [10:26:42.032] | : . | ns <- getNamespace("purrr") [10:26:42.032] | : . | fcn <- get("pmap_dbl", mode = "function", envir = ns) [10:26:42.032] | : . | progressify_purrr(expr, fcn_name = "pmap_dbl", fcn = fcn, [10:26:42.032] | : . | envir = parent.frame()) [10:26:42.032] | : . | } [10:26:42.032] | : . | [10:26:42.032] | : . Locating 'progressify::built-in' transpiler for purrr::pmap_dbl() of class 'function' ... done [10:26:42.033] | : get_transpiler() ... done [10:26:42.033] | : Transpile call expression ... [10:26:42.034] | : . local(purrr::pmap_dbl(.l = { [10:26:42.034] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.034] | : . ys)[[1]]) [10:26:42.034] | : . list(xs, ys) [10:26:42.034] | : . }, .f = local({ [10:26:42.034] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:42.034] | : . function(..., .progressr_progressor) { [10:26:42.034] | : . on.exit(.progressr_progressor()) [10:26:42.034] | : . .progressr_f(...) [10:26:42.034] | : . } [10:26:42.034] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.035] | : Transpile call expression ... done [10:26:42.036] | : Evaluate transpiled call expression [10:26:42.036] | transpile() ... done [10:26:42.037] progressify() ... done character(0) [10:26:42.037] progressify() ... [10:26:42.038] | transpile() ... [10:26:42.038] | : get_transpiler() ... [10:26:42.039] | : . Finding call to be transpiled ... [10:26:42.039] | : . | descend_wrappers() ... [10:26:42.040] | : . | : Call: [10:26:42.040] | : . | : purrr::pmap_dbl [10:26:42.041] | : . | : parse_call() ... [10:26:42.041] | : . | : . Function: purrr::pmap_dbl(...) [10:26:42.042] | : . | : parse_call() ... done [10:26:42.042] | : . | descend_wrappers() ... done [10:26:42.043] | : . | parse_call() ... [10:26:42.043] | : . | : Function: purrr::pmap_dbl(...) [10:26:42.044] | : . | parse_call() ... done [10:26:42.044] | : . | Position of call to be transpiled in expression: c(1) [10:26:42.045] | : . | purrr::pmap_dbl [10:26:42.045] | : . Finding call to be transpiled ... done [10:26:42.046] | : . Locating 'progressify::built-in' transpiler for purrr::pmap_dbl() of class 'function' ... [10:26:42.046] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:42.047] | : . | Transpiler description: purrr::pmap_dbl() transpiler [10:26:42.047] | : . | Transpiler function: [10:26:42.048] | : . | function (expr, options) [10:26:42.048] | : . | { [10:26:42.048] | : . | ns <- getNamespace("purrr") [10:26:42.048] | : . | fcn <- get("pmap_dbl", mode = "function", envir = ns) [10:26:42.048] | : . | progressify_purrr(expr, fcn_name = "pmap_dbl", fcn = fcn, [10:26:42.048] | : . | envir = parent.frame()) [10:26:42.048] | : . | } [10:26:42.048] | : . | [10:26:42.048] | : . Locating 'progressify::built-in' transpiler for purrr::pmap_dbl() of class 'function' ... done [10:26:42.049] | : get_transpiler() ... done [10:26:42.049] | : Transpile call expression ... [10:26:42.050] | : . local(purrr::pmap_dbl(.l = { [10:26:42.050] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.050] | : . ys)[[1]]) [10:26:42.050] | : . list(xs, ys) [10:26:42.050] | : . }, .f = local({ [10:26:42.050] | : . .progressr_f <- purrr::as_mapper(FUN2) [10:26:42.050] | : . function(..., .progressr_progressor) { [10:26:42.050] | : . on.exit(.progressr_progressor()) [10:26:42.050] | : . .progressr_f(...) [10:26:42.050] | : . } [10:26:42.050] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.051] | : Transpile call expression ... done [10:26:42.051] | : Evaluate transpiled call expression [10:26:42.052] | transpile() ... done [10:26:42.053] progressify() ... done === pwalk ========================== purrr::pwalk(.l = list(xs, ys), .f = function(x, y) invisible(NULL)) --------------------------------- progressify(purrr::pwalk(.l = list(xs, ys), .f = function(x, y) invisible(NULL))) [10:26:42.054] progressify() ... [10:26:42.054] | transpile() ... [10:26:42.055] | : get_transpiler() ... [10:26:42.055] | : . Finding call to be transpiled ... [10:26:42.056] | : . | descend_wrappers() ... [10:26:42.056] | : . | : Call: [10:26:42.057] | : . | : purrr::pwalk [10:26:42.057] | : . | : parse_call() ... [10:26:42.058] | : . | : . Function: purrr::pwalk(...) [10:26:42.058] | : . | : parse_call() ... done [10:26:42.059] | : . | descend_wrappers() ... done [10:26:42.059] | : . | parse_call() ... [10:26:42.060] | : . | : Function: purrr::pwalk(...) [10:26:42.060] | : . | parse_call() ... done [10:26:42.060] | : . | Position of call to be transpiled in expression: c(1) [10:26:42.061] | : . | purrr::pwalk [10:26:42.062] | : . Finding call to be transpiled ... done [10:26:42.062] | : . Locating 'progressify::built-in' transpiler for purrr::pwalk() of class 'function' ... [10:26:42.063] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:42.063] | : . | Transpiler description: purrr::pwalk() transpiler [10:26:42.063] | : . | Transpiler function: [10:26:42.064] | : . | function (expr, options) [10:26:42.064] | : . | { [10:26:42.064] | : . | ns <- getNamespace("purrr") [10:26:42.064] | : . | fcn <- get("pwalk", mode = "function", envir = ns) [10:26:42.064] | : . | progressify_purrr(expr, fcn_name = "pwalk", fcn = fcn, envir = parent.frame()) [10:26:42.064] | : . | } [10:26:42.064] | : . | [10:26:42.065] | : . Locating 'progressify::built-in' transpiler for purrr::pwalk() of class 'function' ... done [10:26:42.065] | : get_transpiler() ... done [10:26:42.066] | : Transpile call expression ... [10:26:42.066] | : . local(purrr::pwalk(.l = { [10:26:42.066] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.066] | : . ys)[[1]]) [10:26:42.066] | : . list(xs, ys) [10:26:42.066] | : . }, .f = local({ [10:26:42.066] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:26:42.066] | : . function(..., .progressr_progressor) { [10:26:42.066] | : . on.exit(.progressr_progressor()) [10:26:42.066] | : . .progressr_f(...) [10:26:42.066] | : . } [10:26:42.066] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.067] | : Transpile call expression ... done [10:26:42.068] | : Evaluate transpiled call expression [10:26:42.068] | transpile() ... done [10:26:42.069] progressify() ... done List of 2 $ :List of 5 ..$ aa : num 1 ..$ bb : int [1:2] 1 2 ..$ cc : int [1:10] 1 2 3 4 5 6 7 8 9 10 ..$ dd : int [1:5] 1 2 3 4 5 ..$ .ee: int [1:13] -6 -5 -4 -3 -2 -1 0 1 2 3 ... $ :List of 5 ..$ aa : num 10 ..$ bb : int [1:2] 20 21 ..$ cc : int [1:10] 30 31 32 33 34 35 36 37 38 39 ..$ dd : int [1:5] 40 41 42 43 44 ..$ .ee: int [1:11] 50 51 52 53 54 55 56 57 58 59 ... [10:26:42.074] progressify() ... [10:26:42.075] | transpile() ... [10:26:42.076] | : get_transpiler() ... [10:26:42.076] | : . Finding call to be transpiled ... [10:26:42.076] | : . | descend_wrappers() ... [10:26:42.077] | : . | : Call: [10:26:42.077] | : . | : purrr::pwalk [10:26:42.078] | : . | : parse_call() ... [10:26:42.079] | : . | : . Function: purrr::pwalk(...) [10:26:42.079] | : . | : parse_call() ... done [10:26:42.079] | : . | descend_wrappers() ... done [10:26:42.080] | : . | parse_call() ... [10:26:42.080] | : . | : Function: purrr::pwalk(...) [10:26:42.081] | : . | parse_call() ... done [10:26:42.081] | : . | Position of call to be transpiled in expression: c(1) [10:26:42.082] | : . | purrr::pwalk [10:26:42.082] | : . Finding call to be transpiled ... done [10:26:42.083] | : . Locating 'progressify::built-in' transpiler for purrr::pwalk() of class 'function' ... [10:26:42.083] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:42.084] | : . | Transpiler description: purrr::pwalk() transpiler [10:26:42.084] | : . | Transpiler function: [10:26:42.085] | : . | function (expr, options) [10:26:42.085] | : . | { [10:26:42.085] | : . | ns <- getNamespace("purrr") [10:26:42.085] | : . | fcn <- get("pwalk", mode = "function", envir = ns) [10:26:42.085] | : . | progressify_purrr(expr, fcn_name = "pwalk", fcn = fcn, envir = parent.frame()) [10:26:42.085] | : . | } [10:26:42.085] | : . | [10:26:42.086] | : . Locating 'progressify::built-in' transpiler for purrr::pwalk() of class 'function' ... done [10:26:42.086] | : get_transpiler() ... done [10:26:42.087] | : Transpile call expression ... [10:26:42.087] | : . local(purrr::pwalk(.l = { [10:26:42.087] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.087] | : . ys)[[1]]) [10:26:42.087] | : . list(xs, ys) [10:26:42.087] | : . }, .f = local({ [10:26:42.087] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:26:42.087] | : . function(..., .progressr_progressor) { [10:26:42.087] | : . on.exit(.progressr_progressor()) [10:26:42.087] | : . .progressr_f(...) [10:26:42.087] | : . } [10:26:42.087] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.088] | : Transpile call expression ... done [10:26:42.089] | : Evaluate transpiled call expression [10:26:42.089] | transpile() ... done [10:26:42.090] progressify() ... done character(0) [10:26:42.090] progressify() ... [10:26:42.091] | transpile() ... [10:26:42.091] | : get_transpiler() ... [10:26:42.092] | : . Finding call to be transpiled ... [10:26:42.092] | : . | descend_wrappers() ... [10:26:42.093] | : . | : Call: [10:26:42.093] | : . | : purrr::pwalk [10:26:42.094] | : . | : parse_call() ... [10:26:42.094] | : . | : . Function: purrr::pwalk(...) [10:26:42.095] | : . | : parse_call() ... done [10:26:42.095] | : . | descend_wrappers() ... done [10:26:42.096] | : . | parse_call() ... [10:26:42.096] | : . | : Function: purrr::pwalk(...) [10:26:42.097] | : . | parse_call() ... done [10:26:42.097] | : . | Position of call to be transpiled in expression: c(1) [10:26:42.098] | : . | purrr::pwalk [10:26:42.098] | : . Finding call to be transpiled ... done [10:26:42.099] | : . Locating 'progressify::built-in' transpiler for purrr::pwalk() of class 'function' ... [10:26:42.099] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:42.100] | : . | Transpiler description: purrr::pwalk() transpiler [10:26:42.100] | : . | Transpiler function: [10:26:42.101] | : . | function (expr, options) [10:26:42.101] | : . | { [10:26:42.101] | : . | ns <- getNamespace("purrr") [10:26:42.101] | : . | fcn <- get("pwalk", mode = "function", envir = ns) [10:26:42.101] | : . | progressify_purrr(expr, fcn_name = "pwalk", fcn = fcn, envir = parent.frame()) [10:26:42.101] | : . | } [10:26:42.101] | : . | [10:26:42.101] | : . Locating 'progressify::built-in' transpiler for purrr::pwalk() of class 'function' ... done [10:26:42.102] | : get_transpiler() ... done [10:26:42.102] | : Transpile call expression ... [10:26:42.103] | : . local(purrr::pwalk(.l = { [10:26:42.103] | : . .progressr_progressor <- progressr::progressor(along = list(xs, [10:26:42.103] | : . ys)[[1]]) [10:26:42.103] | : . list(xs, ys) [10:26:42.103] | : . }, .f = local({ [10:26:42.103] | : . .progressr_f <- purrr::as_mapper(function(x, y) invisible(NULL)) [10:26:42.103] | : . function(..., .progressr_progressor) { [10:26:42.103] | : . on.exit(.progressr_progressor()) [10:26:42.103] | : . .progressr_f(...) [10:26:42.103] | : . } [10:26:42.103] | : . }), .progressr_progressor = .progressr_progressor)) [10:26:42.104] | : Transpile call expression ... done [10:26:42.105] | : Evaluate transpiled call expression [10:26:42.105] | transpile() ... done [10:26:42.106] progressify() ... done Test time: user.self=1s, sys.self=0.2s, elapsed=1s, user.child=NAs, sys.child=NAs Test 'progressify-purrr' ... success > > proc.time() user system elapsed 1.29 0.26 1.56