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-plyr.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > progressify:::testme("progressify-plyr") Test 'progressify-plyr' ... chr "none" > if (requireNamespace("plyr")) { + library(progressify) + library(plyr) + options(progressify.debug = TRUE) + xs <- list(aa = 1, bb = .... [TRUNCATED] Loading required namespace: plyr Loading required package: progressr === llply ========================== llply(xs, FUN) --------------------------------- progressify(llply(xs, FUN)) [10:26:39.613] progressify() ... [10:26:39.614] | transpile() ... [10:26:39.615] | : get_transpiler() ... [10:26:39.615] | : . Finding call to be transpiled ... [10:26:39.616] | : . | descend_wrappers() ... [10:26:39.616] | : . | : Call: [10:26:39.617] | : . | : llply [10:26:39.618] | : . | : parse_call() ... [10:26:39.618] | : . | : . Function: llply(...) [10:26:39.619] | : . | : . Locate function ... [10:26:39.619] | : . | : . | Function located in: 'plyr' [10:26:39.620] | : . | : . Locate function ... done [10:26:39.620] | : . | : parse_call() ... done [10:26:39.621] | : . | descend_wrappers() ... done [10:26:39.621] | : . | parse_call() ... [10:26:39.622] | : . | : Function: llply(...) [10:26:39.622] | : . | : Locate function ... [10:26:39.623] | : . | : . Function located in: 'plyr' [10:26:39.623] | : . | : Locate function ... done [10:26:39.624] | : . | parse_call() ... done [10:26:39.624] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.625] | : . | llply [10:26:39.625] | : . Finding call to be transpiled ... done [10:26:39.626] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.626] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.627] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.627] | : . | Transpiler function: [10:26:39.628] | : . | function (expr, options) [10:26:39.628] | : . | { [10:26:39.628] | : . | ns <- getNamespace("plyr") [10:26:39.628] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.628] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.628] | : . | } [10:26:39.628] | : . | [10:26:39.628] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.629] | : get_transpiler() ... done [10:26:39.629] | : Transpile call expression ... [10:26:39.630] | : . local(llply({ [10:26:39.630] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.630] | : . xs [10:26:39.630] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.630] | : . on.exit(.progressr_progressor()) [10:26:39.630] | : . ...FUN(...) [10:26:39.630] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.631] | : Transpile call expression ... done [10:26:39.632] | : Evaluate transpiled call expression [10:26:39.633] | transpile() ... done [10:26:39.633] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:39.637] progressify() ... [10:26:39.638] | transpile() ... [10:26:39.638] | : get_transpiler() ... [10:26:39.639] | : . Finding call to be transpiled ... [10:26:39.639] | : . | descend_wrappers() ... [10:26:39.640] | : . | : Call: [10:26:39.640] | : . | : llply [10:26:39.665] | : . | : parse_call() ... [10:26:39.666] | : . | : . Function: llply(...) [10:26:39.666] | : . | : . Locate function ... [10:26:39.667] | : . | : . | Function located in: 'plyr' [10:26:39.667] | : . | : . Locate function ... done [10:26:39.668] | : . | : parse_call() ... done [10:26:39.668] | : . | descend_wrappers() ... done [10:26:39.669] | : . | parse_call() ... [10:26:39.669] | : . | : Function: llply(...) [10:26:39.669] | : . | : Locate function ... [10:26:39.670] | : . | : . Function located in: 'plyr' [10:26:39.670] | : . | : Locate function ... done [10:26:39.671] | : . | parse_call() ... done [10:26:39.671] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.672] | : . | llply [10:26:39.672] | : . Finding call to be transpiled ... done [10:26:39.673] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.673] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.674] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.674] | : . | Transpiler function: [10:26:39.675] | : . | function (expr, options) [10:26:39.675] | : . | { [10:26:39.675] | : . | ns <- getNamespace("plyr") [10:26:39.675] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.675] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.675] | : . | } [10:26:39.675] | : . | [10:26:39.676] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.676] | : get_transpiler() ... done [10:26:39.676] | : Transpile call expression ... [10:26:39.677] | : . local(llply({ [10:26:39.677] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.677] | : . xs [10:26:39.677] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.677] | : . on.exit(.progressr_progressor()) [10:26:39.677] | : . ...FUN(...) [10:26:39.677] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.678] | : Transpile call expression ... done [10:26:39.679] | : Evaluate transpiled call expression [10:26:39.679] | transpile() ... done [10:26:39.680] progressify() ... done character(0) [10:26:39.680] progressify() ... [10:26:39.681] | transpile() ... [10:26:39.681] | : get_transpiler() ... [10:26:39.682] | : . Finding call to be transpiled ... [10:26:39.682] | : . | descend_wrappers() ... [10:26:39.683] | : . | : Call: [10:26:39.683] | : . | : llply [10:26:39.684] | : . | : parse_call() ... [10:26:39.684] | : . | : . Function: llply(...) [10:26:39.685] | : . | : . Locate function ... [10:26:39.686] | : . | : . | Function located in: 'plyr' [10:26:39.686] | : . | : . Locate function ... done [10:26:39.687] | : . | : parse_call() ... done [10:26:39.687] | : . | descend_wrappers() ... done [10:26:39.688] | : . | parse_call() ... [10:26:39.688] | : . | : Function: llply(...) [10:26:39.688] | : . | : Locate function ... [10:26:39.689] | : . | : . Function located in: 'plyr' [10:26:39.689] | : . | : Locate function ... done [10:26:39.690] | : . | parse_call() ... done [10:26:39.690] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.691] | : . | llply [10:26:39.692] | : . Finding call to be transpiled ... done [10:26:39.692] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.692] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.693] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.693] | : . | Transpiler function: [10:26:39.694] | : . | function (expr, options) [10:26:39.694] | : . | { [10:26:39.694] | : . | ns <- getNamespace("plyr") [10:26:39.694] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.694] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.694] | : . | } [10:26:39.694] | : . | [10:26:39.695] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.695] | : get_transpiler() ... done [10:26:39.696] | : Transpile call expression ... [10:26:39.696] | : . local(llply({ [10:26:39.696] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.696] | : . xs [10:26:39.696] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.696] | : . on.exit(.progressr_progressor()) [10:26:39.696] | : . ...FUN(...) [10:26:39.696] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.697] | : Transpile call expression ... done [10:26:39.698] | : Evaluate transpiled call expression [10:26:39.698] | transpile() ... done [10:26:39.699] progressify() ... done === llply ========================== plyr::llply(xs, FUN) --------------------------------- progressify(plyr::llply(xs, FUN)) [10:26:39.700] progressify() ... [10:26:39.700] | transpile() ... [10:26:39.701] | : get_transpiler() ... [10:26:39.701] | : . Finding call to be transpiled ... [10:26:39.702] | : . | descend_wrappers() ... [10:26:39.702] | : . | : Call: [10:26:39.703] | : . | : plyr::llply [10:26:39.703] | : . | : parse_call() ... [10:26:39.704] | : . | : . Function: plyr::llply(...) [10:26:39.704] | : . | : parse_call() ... done [10:26:39.705] | : . | descend_wrappers() ... done [10:26:39.705] | : . | parse_call() ... [10:26:39.706] | : . | : Function: plyr::llply(...) [10:26:39.706] | : . | parse_call() ... done [10:26:39.707] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.707] | : . | plyr::llply [10:26:39.708] | : . Finding call to be transpiled ... done [10:26:39.708] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.709] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.709] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.710] | : . | Transpiler function: [10:26:39.710] | : . | function (expr, options) [10:26:39.710] | : . | { [10:26:39.710] | : . | ns <- getNamespace("plyr") [10:26:39.710] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.710] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.710] | : . | } [10:26:39.710] | : . | [10:26:39.711] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.711] | : get_transpiler() ... done [10:26:39.712] | : Transpile call expression ... [10:26:39.712] | : . local(plyr::llply({ [10:26:39.712] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.712] | : . xs [10:26:39.712] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.712] | : . on.exit(.progressr_progressor()) [10:26:39.712] | : . ...FUN(...) [10:26:39.712] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.713] | : Transpile call expression ... done [10:26:39.714] | : Evaluate transpiled call expression [10:26:39.714] | transpile() ... done [10:26:39.715] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:39.718] progressify() ... [10:26:39.718] | transpile() ... [10:26:39.719] | : get_transpiler() ... [10:26:39.719] | : . Finding call to be transpiled ... [10:26:39.720] | : . | descend_wrappers() ... [10:26:39.720] | : . | : Call: [10:26:39.721] | : . | : plyr::llply [10:26:39.721] | : . | : parse_call() ... [10:26:39.722] | : . | : . Function: plyr::llply(...) [10:26:39.722] | : . | : parse_call() ... done [10:26:39.723] | : . | descend_wrappers() ... done [10:26:39.723] | : . | parse_call() ... [10:26:39.724] | : . | : Function: plyr::llply(...) [10:26:39.724] | : . | parse_call() ... done [10:26:39.725] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.725] | : . | plyr::llply [10:26:39.726] | : . Finding call to be transpiled ... done [10:26:39.726] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.727] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.727] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.728] | : . | Transpiler function: [10:26:39.728] | : . | function (expr, options) [10:26:39.728] | : . | { [10:26:39.728] | : . | ns <- getNamespace("plyr") [10:26:39.728] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.728] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.728] | : . | } [10:26:39.728] | : . | [10:26:39.729] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.729] | : get_transpiler() ... done [10:26:39.730] | : Transpile call expression ... [10:26:39.730] | : . local(plyr::llply({ [10:26:39.730] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.730] | : . xs [10:26:39.730] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.730] | : . on.exit(.progressr_progressor()) [10:26:39.730] | : . ...FUN(...) [10:26:39.730] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.731] | : Transpile call expression ... done [10:26:39.732] | : Evaluate transpiled call expression [10:26:39.733] | transpile() ... done [10:26:39.733] progressify() ... done character(0) [10:26:39.734] progressify() ... [10:26:39.734] | transpile() ... [10:26:39.735] | : get_transpiler() ... [10:26:39.735] | : . Finding call to be transpiled ... [10:26:39.736] | : . | descend_wrappers() ... [10:26:39.736] | : . | : Call: [10:26:39.737] | : . | : plyr::llply [10:26:39.738] | : . | : parse_call() ... [10:26:39.738] | : . | : . Function: plyr::llply(...) [10:26:39.739] | : . | : parse_call() ... done [10:26:39.739] | : . | descend_wrappers() ... done [10:26:39.740] | : . | parse_call() ... [10:26:39.740] | : . | : Function: plyr::llply(...) [10:26:39.741] | : . | parse_call() ... done [10:26:39.741] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.742] | : . | plyr::llply [10:26:39.742] | : . Finding call to be transpiled ... done [10:26:39.743] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.743] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.744] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.744] | : . | Transpiler function: [10:26:39.745] | : . | function (expr, options) [10:26:39.745] | : . | { [10:26:39.745] | : . | ns <- getNamespace("plyr") [10:26:39.745] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.745] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.745] | : . | } [10:26:39.745] | : . | [10:26:39.746] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.746] | : get_transpiler() ... done [10:26:39.747] | : Transpile call expression ... [10:26:39.747] | : . local(plyr::llply({ [10:26:39.747] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.747] | : . xs [10:26:39.747] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.747] | : . on.exit(.progressr_progressor()) [10:26:39.747] | : . ...FUN(...) [10:26:39.747] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.748] | : Transpile call expression ... done [10:26:39.749] | : Evaluate transpiled call expression [10:26:39.750] | transpile() ... done [10:26:39.750] progressify() ... done === llply ========================== plyr::llply(.data = xs, .fun = FUN) --------------------------------- progressify(plyr::llply(.data = xs, .fun = FUN)) [10:26:39.751] progressify() ... [10:26:39.752] | transpile() ... [10:26:39.753] | : get_transpiler() ... [10:26:39.753] | : . Finding call to be transpiled ... [10:26:39.753] | : . | descend_wrappers() ... [10:26:39.754] | : . | : Call: [10:26:39.754] | : . | : plyr::llply [10:26:39.755] | : . | : parse_call() ... [10:26:39.756] | : . | : . Function: plyr::llply(...) [10:26:39.756] | : . | : parse_call() ... done [10:26:39.757] | : . | descend_wrappers() ... done [10:26:39.757] | : . | parse_call() ... [10:26:39.758] | : . | : Function: plyr::llply(...) [10:26:39.758] | : . | parse_call() ... done [10:26:39.759] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.759] | : . | plyr::llply [10:26:39.760] | : . Finding call to be transpiled ... done [10:26:39.760] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.761] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.761] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.762] | : . | Transpiler function: [10:26:39.762] | : . | function (expr, options) [10:26:39.762] | : . | { [10:26:39.762] | : . | ns <- getNamespace("plyr") [10:26:39.762] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.762] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.762] | : . | } [10:26:39.762] | : . | [10:26:39.763] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.763] | : get_transpiler() ... done [10:26:39.764] | : Transpile call expression ... [10:26:39.765] | : . local(plyr::llply(.data = { [10:26:39.765] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.765] | : . xs [10:26:39.765] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.765] | : . on.exit(.progressr_progressor()) [10:26:39.765] | : . ...FUN(...) [10:26:39.765] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.766] | : Transpile call expression ... done [10:26:39.766] | : Evaluate transpiled call expression [10:26:39.767] | transpile() ... done [10:26:39.767] progressify() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:39.771] progressify() ... [10:26:39.771] | transpile() ... [10:26:39.772] | : get_transpiler() ... [10:26:39.772] | : . Finding call to be transpiled ... [10:26:39.773] | : . | descend_wrappers() ... [10:26:39.773] | : . | : Call: [10:26:39.774] | : . | : plyr::llply [10:26:39.774] | : . | : parse_call() ... [10:26:39.775] | : . | : . Function: plyr::llply(...) [10:26:39.775] | : . | : parse_call() ... done [10:26:39.776] | : . | descend_wrappers() ... done [10:26:39.776] | : . | parse_call() ... [10:26:39.777] | : . | : Function: plyr::llply(...) [10:26:39.778] | : . | parse_call() ... done [10:26:39.778] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.779] | : . | plyr::llply [10:26:39.779] | : . Finding call to be transpiled ... done [10:26:39.780] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.780] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.781] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.781] | : . | Transpiler function: [10:26:39.782] | : . | function (expr, options) [10:26:39.782] | : . | { [10:26:39.782] | : . | ns <- getNamespace("plyr") [10:26:39.782] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.782] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.782] | : . | } [10:26:39.782] | : . | [10:26:39.782] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.783] | : get_transpiler() ... done [10:26:39.783] | : Transpile call expression ... [10:26:39.784] | : . local(plyr::llply(.data = { [10:26:39.784] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.784] | : . xs [10:26:39.784] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.784] | : . on.exit(.progressr_progressor()) [10:26:39.784] | : . ...FUN(...) [10:26:39.784] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.785] | : Transpile call expression ... done [10:26:39.786] | : Evaluate transpiled call expression [10:26:39.786] | transpile() ... done [10:26:39.787] progressify() ... done character(0) [10:26:39.787] progressify() ... [10:26:39.788] | transpile() ... [10:26:39.788] | : get_transpiler() ... [10:26:39.789] | : . Finding call to be transpiled ... [10:26:39.789] | : . | descend_wrappers() ... [10:26:39.790] | : . | : Call: [10:26:39.790] | : . | : plyr::llply [10:26:39.791] | : . | : parse_call() ... [10:26:39.792] | : . | : . Function: plyr::llply(...) [10:26:39.792] | : . | : parse_call() ... done [10:26:39.793] | : . | descend_wrappers() ... done [10:26:39.793] | : . | parse_call() ... [10:26:39.794] | : . | : Function: plyr::llply(...) [10:26:39.794] | : . | parse_call() ... done [10:26:39.795] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.795] | : . | plyr::llply [10:26:39.796] | : . Finding call to be transpiled ... done [10:26:39.796] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:39.797] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.797] | : . | Transpiler description: plyr::llply() transpiler [10:26:39.798] | : . | Transpiler function: [10:26:39.798] | : . | function (expr, options) [10:26:39.798] | : . | { [10:26:39.798] | : . | ns <- getNamespace("plyr") [10:26:39.798] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:39.798] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:39.798] | : . | } [10:26:39.798] | : . | [10:26:39.799] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:39.800] | : get_transpiler() ... done [10:26:39.800] | : Transpile call expression ... [10:26:39.801] | : . local(plyr::llply(.data = { [10:26:39.801] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.801] | : . xs [10:26:39.801] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.801] | : . on.exit(.progressr_progressor()) [10:26:39.801] | : . ...FUN(...) [10:26:39.801] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.802] | : Transpile call expression ... done [10:26:39.802] | : Evaluate transpiled call expression [10:26:39.803] | transpile() ... done [10:26:39.804] progressify() ... done === ldply ========================== plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, x)))) --------------------------------- progressify(plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, x))))) [10:26:39.811] progressify() ... [10:26:39.811] | transpile() ... [10:26:39.812] | : get_transpiler() ... [10:26:39.812] | : . Finding call to be transpiled ... [10:26:39.813] | : . | descend_wrappers() ... [10:26:39.813] | : . | : Call: [10:26:39.814] | : . | : plyr::ldply [10:26:39.814] | : . | : parse_call() ... [10:26:39.815] | : . | : . Function: plyr::ldply(...) [10:26:39.815] | : . | : parse_call() ... done [10:26:39.816] | : . | descend_wrappers() ... done [10:26:39.817] | : . | parse_call() ... [10:26:39.817] | : . | : Function: plyr::ldply(...) [10:26:39.818] | : . | parse_call() ... done [10:26:39.818] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.819] | : . | plyr::ldply [10:26:39.819] | : . Finding call to be transpiled ... done [10:26:39.820] | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:39.820] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.821] | : . | Transpiler description: plyr::ldply() transpiler [10:26:39.821] | : . | Transpiler function: [10:26:39.822] | : . | function (expr, options) [10:26:39.822] | : . | { [10:26:39.822] | : . | ns <- getNamespace("plyr") [10:26:39.822] | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:39.822] | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:39.822] | : . | } [10:26:39.822] | : . | [10:26:39.822] | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:39.823] | : get_transpiler() ... done [10:26:39.824] | : Transpile call expression ... [10:26:39.824] | : . local(plyr::ldply(.data = { [10:26:39.824] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.824] | : . xs [10:26:39.824] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.824] | : . on.exit(.progressr_progressor()) [10:26:39.824] | : . ...FUN(...) [10:26:39.824] | : . }, ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:39.824] | : . .progressr_progressor = .progressr_progressor)) [10:26:39.825] | : Transpile call expression ... done [10:26:39.826] | : Evaluate transpiled call expression [10:26:39.829] | transpile() ... done [10:26:39.829] progressify() ... done 'data.frame': 5 obs. of 2 variables: $ .id: chr "aa" "bb" "cc" "dd" ... $ med: num 2.5 2 4 3 1.5 [10:26:39.831] progressify() ... [10:26:39.832] | transpile() ... [10:26:39.832] | : get_transpiler() ... [10:26:39.833] | : . Finding call to be transpiled ... [10:26:39.833] | : . | descend_wrappers() ... [10:26:39.834] | : . | : Call: [10:26:39.834] | : . | : plyr::ldply [10:26:39.835] | : . | : parse_call() ... [10:26:39.836] | : . | : . Function: plyr::ldply(...) [10:26:39.836] | : . | : parse_call() ... done [10:26:39.837] | : . | descend_wrappers() ... done [10:26:39.837] | : . | parse_call() ... [10:26:39.838] | : . | : Function: plyr::ldply(...) [10:26:39.838] | : . | parse_call() ... done [10:26:39.839] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.839] | : . | plyr::ldply [10:26:39.840] | : . Finding call to be transpiled ... done [10:26:39.840] | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:39.841] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.841] | : . | Transpiler description: plyr::ldply() transpiler [10:26:39.842] | : . | Transpiler function: [10:26:39.843] | : . | function (expr, options) [10:26:39.843] | : . | { [10:26:39.843] | : . | ns <- getNamespace("plyr") [10:26:39.843] | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:39.843] | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:39.843] | : . | } [10:26:39.843] | : . | [10:26:39.843] | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:39.844] | : get_transpiler() ... done [10:26:39.845] | : Transpile call expression ... [10:26:39.845] | : . local(plyr::ldply(.data = { [10:26:39.845] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.845] | : . xs [10:26:39.845] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.845] | : . on.exit(.progressr_progressor()) [10:26:39.845] | : . ...FUN(...) [10:26:39.845] | : . }, ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:39.845] | : . .progressr_progressor = .progressr_progressor)) [10:26:39.847] | : Transpile call expression ... done [10:26:39.847] | : Evaluate transpiled call expression [10:26:39.850] | transpile() ... done [10:26:39.851] progressify() ... done character(0) [10:26:39.851] progressify() ... [10:26:39.852] | transpile() ... [10:26:39.853] | : get_transpiler() ... [10:26:39.853] | : . Finding call to be transpiled ... [10:26:39.854] | : . | descend_wrappers() ... [10:26:39.854] | : . | : Call: [10:26:39.855] | : . | : plyr::ldply [10:26:39.856] | : . | : parse_call() ... [10:26:39.856] | : . | : . Function: plyr::ldply(...) [10:26:39.857] | : . | : parse_call() ... done [10:26:39.858] | : . | descend_wrappers() ... done [10:26:39.858] | : . | parse_call() ... [10:26:39.859] | : . | : Function: plyr::ldply(...) [10:26:39.859] | : . | parse_call() ... done [10:26:39.860] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.860] | : . | plyr::ldply [10:26:39.861] | : . Finding call to be transpiled ... done [10:26:39.862] | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:39.862] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.863] | : . | Transpiler description: plyr::ldply() transpiler [10:26:39.864] | : . | Transpiler function: [10:26:39.864] | : . | function (expr, options) [10:26:39.864] | : . | { [10:26:39.864] | : . | ns <- getNamespace("plyr") [10:26:39.864] | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:39.864] | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:39.864] | : . | } [10:26:39.864] | : . | [10:26:39.865] | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:39.866] | : get_transpiler() ... done [10:26:39.866] | : Transpile call expression ... [10:26:39.867] | : . local(plyr::ldply(.data = { [10:26:39.867] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.867] | : . xs [10:26:39.867] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.867] | : . on.exit(.progressr_progressor()) [10:26:39.867] | : . ...FUN(...) [10:26:39.867] | : . }, ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:39.867] | : . .progressr_progressor = .progressr_progressor)) [10:26:39.868] | : Transpile call expression ... done [10:26:39.869] | : Evaluate transpiled call expression [10:26:39.872] | transpile() ... done [10:26:39.872] progressify() ... done === laply ========================== plyr::laply(.data = xs, .fun = function(x) median(c(1:5, x))) --------------------------------- progressify(plyr::laply(.data = xs, .fun = function(x) median(c(1:5, x)))) [10:26:39.878] progressify() ... [10:26:39.878] | transpile() ... [10:26:39.879] | : get_transpiler() ... [10:26:39.880] | : . Finding call to be transpiled ... [10:26:39.880] | : . | descend_wrappers() ... [10:26:39.881] | : . | : Call: [10:26:39.881] | : . | : plyr::laply [10:26:39.882] | : . | : parse_call() ... [10:26:39.883] | : . | : . Function: plyr::laply(...) [10:26:39.883] | : . | : parse_call() ... done [10:26:39.884] | : . | descend_wrappers() ... done [10:26:39.884] | : . | parse_call() ... [10:26:39.885] | : . | : Function: plyr::laply(...) [10:26:39.886] | : . | parse_call() ... done [10:26:39.886] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.887] | : . | plyr::laply [10:26:39.888] | : . Finding call to be transpiled ... done [10:26:39.888] | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:39.889] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.889] | : . | Transpiler description: plyr::laply() transpiler [10:26:39.890] | : . | Transpiler function: [10:26:39.890] | : . | function (expr, options) [10:26:39.890] | : . | { [10:26:39.890] | : . | ns <- getNamespace("plyr") [10:26:39.890] | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:39.890] | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:39.890] | : . | } [10:26:39.890] | : . | [10:26:39.891] | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:39.892] | : get_transpiler() ... done [10:26:39.892] | : Transpile call expression ... [10:26:39.893] | : . local(plyr::laply(.data = { [10:26:39.893] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.893] | : . xs [10:26:39.893] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.893] | : . on.exit(.progressr_progressor()) [10:26:39.893] | : . ...FUN(...) [10:26:39.893] | : . }, ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)) [10:26:39.894] | : Transpile call expression ... done [10:26:39.895] | : Evaluate transpiled call expression [10:26:39.897] | transpile() ... done [10:26:39.897] progressify() ... done num [1:5] 2.5 2 4 3 1.5 [10:26:39.898] progressify() ... [10:26:39.899] | transpile() ... [10:26:39.900] | : get_transpiler() ... [10:26:39.900] | : . Finding call to be transpiled ... [10:26:39.901] | : . | descend_wrappers() ... [10:26:39.901] | : . | : Call: [10:26:39.902] | : . | : plyr::laply [10:26:39.903] | : . | : parse_call() ... [10:26:39.903] | : . | : . Function: plyr::laply(...) [10:26:39.904] | : . | : parse_call() ... done [10:26:39.904] | : . | descend_wrappers() ... done [10:26:39.905] | : . | parse_call() ... [10:26:39.905] | : . | : Function: plyr::laply(...) [10:26:39.906] | : . | parse_call() ... done [10:26:39.907] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.907] | : . | plyr::laply [10:26:39.908] | : . Finding call to be transpiled ... done [10:26:39.908] | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:39.909] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.910] | : . | Transpiler description: plyr::laply() transpiler [10:26:39.910] | : . | Transpiler function: [10:26:39.911] | : . | function (expr, options) [10:26:39.911] | : . | { [10:26:39.911] | : . | ns <- getNamespace("plyr") [10:26:39.911] | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:39.911] | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:39.911] | : . | } [10:26:39.911] | : . | [10:26:39.911] | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:39.912] | : get_transpiler() ... done [10:26:39.913] | : Transpile call expression ... [10:26:39.913] | : . local(plyr::laply(.data = { [10:26:39.913] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.913] | : . xs [10:26:39.913] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.913] | : . on.exit(.progressr_progressor()) [10:26:39.913] | : . ...FUN(...) [10:26:39.913] | : . }, ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)) [10:26:39.915] | : Transpile call expression ... done [10:26:39.915] | : Evaluate transpiled call expression [10:26:39.917] | transpile() ... done [10:26:39.918] progressify() ... done character(0) [10:26:39.918] progressify() ... [10:26:39.919] | transpile() ... [10:26:39.919] | : get_transpiler() ... [10:26:39.920] | : . Finding call to be transpiled ... [10:26:39.920] | : . | descend_wrappers() ... [10:26:39.921] | : . | : Call: [10:26:39.922] | : . | : plyr::laply [10:26:39.922] | : . | : parse_call() ... [10:26:39.923] | : . | : . Function: plyr::laply(...) [10:26:39.923] | : . | : parse_call() ... done [10:26:39.924] | : . | descend_wrappers() ... done [10:26:39.925] | : . | parse_call() ... [10:26:39.925] | : . | : Function: plyr::laply(...) [10:26:39.926] | : . | parse_call() ... done [10:26:39.926] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.927] | : . | plyr::laply [10:26:39.928] | : . Finding call to be transpiled ... done [10:26:39.928] | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:39.929] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.929] | : . | Transpiler description: plyr::laply() transpiler [10:26:39.930] | : . | Transpiler function: [10:26:39.930] | : . | function (expr, options) [10:26:39.930] | : . | { [10:26:39.930] | : . | ns <- getNamespace("plyr") [10:26:39.930] | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:39.930] | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:39.930] | : . | } [10:26:39.930] | : . | [10:26:39.931] | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:39.932] | : get_transpiler() ... done [10:26:39.932] | : Transpile call expression ... [10:26:39.933] | : . local(plyr::laply(.data = { [10:26:39.933] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.933] | : . xs [10:26:39.933] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:39.933] | : . on.exit(.progressr_progressor()) [10:26:39.933] | : . ...FUN(...) [10:26:39.933] | : . }, ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)) [10:26:39.934] | : Transpile call expression ... done [10:26:39.935] | : Evaluate transpiled call expression [10:26:39.937] | transpile() ... done [10:26:39.938] progressify() ... done === l_ply ========================== l_ply(xs, FUN) --------------------------------- progressify(l_ply(xs, FUN)) [10:26:39.940] progressify() ... [10:26:39.940] | transpile() ... [10:26:39.941] | : get_transpiler() ... [10:26:39.941] | : . Finding call to be transpiled ... [10:26:39.942] | : . | descend_wrappers() ... [10:26:39.943] | : . | : Call: [10:26:39.943] | : . | : l_ply [10:26:39.944] | : . | : parse_call() ... [10:26:39.945] | : . | : . Function: l_ply(...) [10:26:39.945] | : . | : . Locate function ... [10:26:39.946] | : . | : . | Function located in: 'plyr' [10:26:39.948] | : . | : . Locate function ... done [10:26:39.949] | : . | : parse_call() ... done [10:26:39.949] | : . | descend_wrappers() ... done [10:26:39.950] | : . | parse_call() ... [10:26:39.951] | : . | : Function: l_ply(...) [10:26:39.951] | : . | : Locate function ... [10:26:39.952] | : . | : . Function located in: 'plyr' [10:26:39.952] | : . | : Locate function ... done [10:26:39.953] | : . | parse_call() ... done [10:26:39.953] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.954] | : . | l_ply [10:26:39.955] | : . Finding call to be transpiled ... done [10:26:39.955] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:39.956] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.956] | : . | Transpiler description: plyr::l_ply() transpiler [10:26:39.957] | : . | Transpiler function: [10:26:39.958] | : . | function (expr, options) [10:26:39.958] | : . | { [10:26:39.958] | : . | ns <- getNamespace("plyr") [10:26:39.958] | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:39.958] | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:39.958] | : . | } [10:26:39.958] | : . | [10:26:39.958] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:39.959] | : get_transpiler() ... done [10:26:39.959] | : Transpile call expression ... [10:26:39.960] | : . local(l_ply({ [10:26:39.960] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.960] | : . xs [10:26:39.960] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.960] | : . on.exit(.progressr_progressor()) [10:26:39.960] | : . ...FUN(...) [10:26:39.960] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.961] | : Transpile call expression ... done [10:26:39.962] | : Evaluate transpiled call expression [10:26:39.963] | transpile() ... done [10:26:39.963] progressify() ... done NULL [10:26:39.964] progressify() ... [10:26:39.965] | transpile() ... [10:26:39.965] | : get_transpiler() ... [10:26:39.966] | : . Finding call to be transpiled ... [10:26:39.966] | : . | descend_wrappers() ... [10:26:39.967] | : . | : Call: [10:26:39.968] | : . | : l_ply [10:26:39.968] | : . | : parse_call() ... [10:26:39.969] | : . | : . Function: l_ply(...) [10:26:39.969] | : . | : . Locate function ... [10:26:39.970] | : . | : . | Function located in: 'plyr' [10:26:39.970] | : . | : . Locate function ... done [10:26:39.971] | : . | : parse_call() ... done [10:26:39.971] | : . | descend_wrappers() ... done [10:26:39.972] | : . | parse_call() ... [10:26:39.972] | : . | : Function: l_ply(...) [10:26:39.973] | : . | : Locate function ... [10:26:39.973] | : . | : . Function located in: 'plyr' [10:26:39.974] | : . | : Locate function ... done [10:26:39.974] | : . | parse_call() ... done [10:26:39.975] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.975] | : . | l_ply [10:26:39.976] | : . Finding call to be transpiled ... done [10:26:39.976] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:39.977] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.978] | : . | Transpiler description: plyr::l_ply() transpiler [10:26:39.978] | : . | Transpiler function: [10:26:39.978] | : . | function (expr, options) [10:26:39.978] | : . | { [10:26:39.978] | : . | ns <- getNamespace("plyr") [10:26:39.978] | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:39.978] | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:39.978] | : . | } [10:26:39.978] | : . | [10:26:39.979] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:39.980] | : get_transpiler() ... done [10:26:39.980] | : Transpile call expression ... [10:26:39.981] | : . local(l_ply({ [10:26:39.981] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:39.981] | : . xs [10:26:39.981] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:39.981] | : . on.exit(.progressr_progressor()) [10:26:39.981] | : . ...FUN(...) [10:26:39.981] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:39.982] | : Transpile call expression ... done [10:26:39.982] | : Evaluate transpiled call expression [10:26:39.983] | transpile() ... done [10:26:39.984] progressify() ... done character(0) [10:26:39.984] progressify() ... [10:26:39.985] | transpile() ... [10:26:39.985] | : get_transpiler() ... [10:26:39.986] | : . Finding call to be transpiled ... [10:26:39.987] | : . | descend_wrappers() ... [10:26:39.987] | : . | : Call: [10:26:39.987] | : . | : l_ply [10:26:39.988] | : . | : parse_call() ... [10:26:39.989] | : . | : . Function: l_ply(...) [10:26:39.989] | : . | : . Locate function ... [10:26:39.990] | : . | : . | Function located in: 'plyr' [10:26:39.990] | : . | : . Locate function ... done [10:26:39.991] | : . | : parse_call() ... done [10:26:39.991] | : . | descend_wrappers() ... done [10:26:39.992] | : . | parse_call() ... [10:26:39.992] | : . | : Function: l_ply(...) [10:26:39.993] | : . | : Locate function ... [10:26:39.993] | : . | : . Function located in: 'plyr' [10:26:39.994] | : . | : Locate function ... done [10:26:39.994] | : . | parse_call() ... done [10:26:39.995] | : . | Position of call to be transpiled in expression: c(1) [10:26:39.995] | : . | l_ply [10:26:39.996] | : . Finding call to be transpiled ... done [10:26:39.996] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:39.997] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:39.997] | : . | Transpiler description: plyr::l_ply() transpiler [10:26:39.998] | : . | Transpiler function: [10:26:39.998] | : . | function (expr, options) [10:26:39.998] | : . | { [10:26:39.998] | : . | ns <- getNamespace("plyr") [10:26:39.998] | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:39.998] | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:39.998] | : . | } [10:26:39.998] | : . | [10:26:39.999] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:40.000] | : get_transpiler() ... done [10:26:40.000] | : Transpile call expression ... [10:26:40.001] | : . local(l_ply({ [10:26:40.001] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:40.001] | : . xs [10:26:40.001] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:40.001] | : . on.exit(.progressr_progressor()) [10:26:40.001] | : . ...FUN(...) [10:26:40.001] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:40.002] | : Transpile call expression ... done [10:26:40.002] | : Evaluate transpiled call expression [10:26:40.003] | transpile() ... done [10:26:40.003] progressify() ... done === l_ply ========================== plyr::l_ply(xs, FUN) --------------------------------- progressify(plyr::l_ply(xs, FUN)) [10:26:40.004] progressify() ... [10:26:40.005] | transpile() ... [10:26:40.005] | : get_transpiler() ... [10:26:40.006] | : . Finding call to be transpiled ... [10:26:40.006] | : . | descend_wrappers() ... [10:26:40.007] | : . | : Call: [10:26:40.007] | : . | : plyr::l_ply [10:26:40.008] | : . | : parse_call() ... [10:26:40.008] | : . | : . Function: plyr::l_ply(...) [10:26:40.009] | : . | : parse_call() ... done [10:26:40.009] | : . | descend_wrappers() ... done [10:26:40.010] | : . | parse_call() ... [10:26:40.010] | : . | : Function: plyr::l_ply(...) [10:26:40.011] | : . | parse_call() ... done [10:26:40.011] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.012] | : . | plyr::l_ply [10:26:40.012] | : . Finding call to be transpiled ... done [10:26:40.013] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:40.013] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.014] | : . | Transpiler description: plyr::l_ply() transpiler [10:26:40.014] | : . | Transpiler function: [10:26:40.015] | : . | function (expr, options) [10:26:40.015] | : . | { [10:26:40.015] | : . | ns <- getNamespace("plyr") [10:26:40.015] | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:40.015] | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:40.015] | : . | } [10:26:40.015] | : . | [10:26:40.015] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:40.016] | : get_transpiler() ... done [10:26:40.016] | : Transpile call expression ... [10:26:40.017] | : . local(plyr::l_ply({ [10:26:40.017] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:40.017] | : . xs [10:26:40.017] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:40.017] | : . on.exit(.progressr_progressor()) [10:26:40.017] | : . ...FUN(...) [10:26:40.017] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:40.018] | : Transpile call expression ... done [10:26:40.018] | : Evaluate transpiled call expression [10:26:40.019] | transpile() ... done [10:26:40.020] progressify() ... done NULL [10:26:40.020] progressify() ... [10:26:40.021] | transpile() ... [10:26:40.021] | : get_transpiler() ... [10:26:40.022] | : . Finding call to be transpiled ... [10:26:40.022] | : . | descend_wrappers() ... [10:26:40.023] | : . | : Call: [10:26:40.023] | : . | : plyr::l_ply [10:26:40.024] | : . | : parse_call() ... [10:26:40.024] | : . | : . Function: plyr::l_ply(...) [10:26:40.025] | : . | : parse_call() ... done [10:26:40.025] | : . | descend_wrappers() ... done [10:26:40.026] | : . | parse_call() ... [10:26:40.026] | : . | : Function: plyr::l_ply(...) [10:26:40.027] | : . | parse_call() ... done [10:26:40.027] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.028] | : . | plyr::l_ply [10:26:40.028] | : . Finding call to be transpiled ... done [10:26:40.029] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:40.029] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.030] | : . | Transpiler description: plyr::l_ply() transpiler [10:26:40.030] | : . | Transpiler function: [10:26:40.031] | : . | function (expr, options) [10:26:40.031] | : . | { [10:26:40.031] | : . | ns <- getNamespace("plyr") [10:26:40.031] | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:40.031] | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:40.031] | : . | } [10:26:40.031] | : . | [10:26:40.031] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:40.032] | : get_transpiler() ... done [10:26:40.032] | : Transpile call expression ... [10:26:40.033] | : . local(plyr::l_ply({ [10:26:40.033] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:40.033] | : . xs [10:26:40.033] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:40.033] | : . on.exit(.progressr_progressor()) [10:26:40.033] | : . ...FUN(...) [10:26:40.033] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:40.034] | : Transpile call expression ... done [10:26:40.034] | : Evaluate transpiled call expression [10:26:40.035] | transpile() ... done [10:26:40.035] progressify() ... done character(0) [10:26:40.036] progressify() ... [10:26:40.036] | transpile() ... [10:26:40.037] | : get_transpiler() ... [10:26:40.037] | : . Finding call to be transpiled ... [10:26:40.038] | : . | descend_wrappers() ... [10:26:40.039] | : . | : Call: [10:26:40.039] | : . | : plyr::l_ply [10:26:40.040] | : . | : parse_call() ... [10:26:40.040] | : . | : . Function: plyr::l_ply(...) [10:26:40.041] | : . | : parse_call() ... done [10:26:40.041] | : . | descend_wrappers() ... done [10:26:40.042] | : . | parse_call() ... [10:26:40.042] | : . | : Function: plyr::l_ply(...) [10:26:40.043] | : . | parse_call() ... done [10:26:40.043] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.044] | : . | plyr::l_ply [10:26:40.044] | : . Finding call to be transpiled ... done [10:26:40.045] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:40.045] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.046] | : . | Transpiler description: plyr::l_ply() transpiler [10:26:40.046] | : . | Transpiler function: [10:26:40.047] | : . | function (expr, options) [10:26:40.047] | : . | { [10:26:40.047] | : . | ns <- getNamespace("plyr") [10:26:40.047] | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:40.047] | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:40.047] | : . | } [10:26:40.047] | : . | [10:26:40.047] | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:40.048] | : get_transpiler() ... done [10:26:40.048] | : Transpile call expression ... [10:26:40.049] | : . local(plyr::l_ply({ [10:26:40.049] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:40.049] | : . xs [10:26:40.049] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:40.049] | : . on.exit(.progressr_progressor()) [10:26:40.049] | : . ...FUN(...) [10:26:40.049] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:40.050] | : Transpile call expression ... done [10:26:40.050] | : Evaluate transpiled call expression [10:26:40.051] | transpile() ... done [10:26:40.052] progressify() ... done === mlply ========================== plyr::mlply(.data = args_df, .fun = FUN_m) --------------------------------- progressify(plyr::mlply(.data = args_df, .fun = FUN_m)) [10:26:40.069] progressify() ... [10:26:40.070] | transpile() ... [10:26:40.070] | : get_transpiler() ... [10:26:40.071] | : . Finding call to be transpiled ... [10:26:40.071] | : . | descend_wrappers() ... [10:26:40.072] | : . | : Call: [10:26:40.072] | : . | : plyr::mlply [10:26:40.073] | : . | : parse_call() ... [10:26:40.073] | : . | : . Function: plyr::mlply(...) [10:26:40.074] | : . | : parse_call() ... done [10:26:40.074] | : . | descend_wrappers() ... done [10:26:40.075] | : . | parse_call() ... [10:26:40.075] | : . | : Function: plyr::mlply(...) [10:26:40.076] | : . | parse_call() ... done [10:26:40.076] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.077] | : . | plyr::mlply [10:26:40.077] | : . Finding call to be transpiled ... done [10:26:40.078] | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:40.078] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.079] | : . | Transpiler description: plyr::mlply() transpiler [10:26:40.079] | : . | Transpiler function: [10:26:40.080] | : . | function (expr, options) [10:26:40.080] | : . | { [10:26:40.080] | : . | ns <- getNamespace("plyr") [10:26:40.080] | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:40.080] | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:40.080] | : . | } [10:26:40.080] | : . | [10:26:40.080] | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:40.081] | : get_transpiler() ... done [10:26:40.081] | : Transpile call expression ... [10:26:40.082] | : . local(plyr::mlply(.data = { [10:26:40.082] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.082] | : . args_df [10:26:40.082] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.082] | : . on.exit(.progressr_progressor()) [10:26:40.082] | : . ...FUN(...) [10:26:40.082] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.083] | : Transpile call expression ... done [10:26:40.084] | : Evaluate transpiled call expression [10:26:40.085] | transpile() ... done [10:26:40.085] progressify() ... done List of 5 $ 1: int 7 $ 2: int 9 $ 3: int 11 $ 4: int 13 $ 5: int 15 - attr(*, "split_type")= chr "array" - attr(*, "split_labels")='data.frame': 5 obs. of 2 variables: ..$ x: int [1:5] 1 2 3 4 5 ..$ y: int [1:5] 6 7 8 9 10 [10:26:40.090] progressify() ... [10:26:40.091] | transpile() ... [10:26:40.091] | : get_transpiler() ... [10:26:40.092] | : . Finding call to be transpiled ... [10:26:40.092] | : . | descend_wrappers() ... [10:26:40.093] | : . | : Call: [10:26:40.093] | : . | : plyr::mlply [10:26:40.094] | : . | : parse_call() ... [10:26:40.094] | : . | : . Function: plyr::mlply(...) [10:26:40.095] | : . | : parse_call() ... done [10:26:40.095] | : . | descend_wrappers() ... done [10:26:40.096] | : . | parse_call() ... [10:26:40.096] | : . | : Function: plyr::mlply(...) [10:26:40.096] | : . | parse_call() ... done [10:26:40.097] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.097] | : . | plyr::mlply [10:26:40.098] | : . Finding call to be transpiled ... done [10:26:40.098] | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:40.099] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.099] | : . | Transpiler description: plyr::mlply() transpiler [10:26:40.100] | : . | Transpiler function: [10:26:40.100] | : . | function (expr, options) [10:26:40.100] | : . | { [10:26:40.100] | : . | ns <- getNamespace("plyr") [10:26:40.100] | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:40.100] | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:40.100] | : . | } [10:26:40.100] | : . | [10:26:40.101] | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:40.102] | : get_transpiler() ... done [10:26:40.102] | : Transpile call expression ... [10:26:40.103] | : . local(plyr::mlply(.data = { [10:26:40.103] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.103] | : . args_df [10:26:40.103] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.103] | : . on.exit(.progressr_progressor()) [10:26:40.103] | : . ...FUN(...) [10:26:40.103] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.104] | : Transpile call expression ... done [10:26:40.104] | : Evaluate transpiled call expression [10:26:40.105] | transpile() ... done [10:26:40.106] progressify() ... done character(0) [10:26:40.107] progressify() ... [10:26:40.107] | transpile() ... [10:26:40.108] | : get_transpiler() ... [10:26:40.108] | : . Finding call to be transpiled ... [10:26:40.109] | : . | descend_wrappers() ... [10:26:40.109] | : . | : Call: [10:26:40.109] | : . | : plyr::mlply [10:26:40.110] | : . | : parse_call() ... [10:26:40.111] | : . | : . Function: plyr::mlply(...) [10:26:40.111] | : . | : parse_call() ... done [10:26:40.111] | : . | descend_wrappers() ... done [10:26:40.112] | : . | parse_call() ... [10:26:40.112] | : . | : Function: plyr::mlply(...) [10:26:40.113] | : . | parse_call() ... done [10:26:40.113] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.114] | : . | plyr::mlply [10:26:40.114] | : . Finding call to be transpiled ... done [10:26:40.115] | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:40.115] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.116] | : . | Transpiler description: plyr::mlply() transpiler [10:26:40.116] | : . | Transpiler function: [10:26:40.117] | : . | function (expr, options) [10:26:40.117] | : . | { [10:26:40.117] | : . | ns <- getNamespace("plyr") [10:26:40.117] | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:40.117] | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:40.117] | : . | } [10:26:40.117] | : . | [10:26:40.118] | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:40.118] | : get_transpiler() ... done [10:26:40.119] | : Transpile call expression ... [10:26:40.119] | : . local(plyr::mlply(.data = { [10:26:40.119] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.119] | : . args_df [10:26:40.119] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.119] | : . on.exit(.progressr_progressor()) [10:26:40.119] | : . ...FUN(...) [10:26:40.119] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.120] | : Transpile call expression ... done [10:26:40.121] | : Evaluate transpiled call expression [10:26:40.122] | transpile() ... done [10:26:40.122] progressify() ... done === mdply ========================== plyr::mdply(.data = args_df, .fun = FUN_m) --------------------------------- progressify(plyr::mdply(.data = args_df, .fun = FUN_m)) [10:26:40.125] progressify() ... [10:26:40.125] | transpile() ... [10:26:40.126] | : get_transpiler() ... [10:26:40.126] | : . Finding call to be transpiled ... [10:26:40.127] | : . | descend_wrappers() ... [10:26:40.127] | : . | : Call: [10:26:40.128] | : . | : plyr::mdply [10:26:40.128] | : . | : parse_call() ... [10:26:40.129] | : . | : . Function: plyr::mdply(...) [10:26:40.129] | : . | : parse_call() ... done [10:26:40.130] | : . | descend_wrappers() ... done [10:26:40.130] | : . | parse_call() ... [10:26:40.131] | : . | : Function: plyr::mdply(...) [10:26:40.131] | : . | parse_call() ... done [10:26:40.132] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.132] | : . | plyr::mdply [10:26:40.133] | : . Finding call to be transpiled ... done [10:26:40.133] | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:40.134] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.134] | : . | Transpiler description: plyr::mdply() transpiler [10:26:40.135] | : . | Transpiler function: [10:26:40.135] | : . | function (expr, options) [10:26:40.135] | : . | { [10:26:40.135] | : . | ns <- getNamespace("plyr") [10:26:40.135] | : . | fcn <- get("mdply", mode = "function", envir = ns) [10:26:40.135] | : . | progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:40.135] | : . | } [10:26:40.135] | : . | [10:26:40.136] | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:40.136] | : get_transpiler() ... done [10:26:40.137] | : Transpile call expression ... [10:26:40.137] | : . local(plyr::mdply(.data = { [10:26:40.137] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.137] | : . args_df [10:26:40.137] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.137] | : . on.exit(.progressr_progressor()) [10:26:40.137] | : . ...FUN(...) [10:26:40.137] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.138] | : Transpile call expression ... done [10:26:40.139] | : Evaluate transpiled call expression [10:26:40.141] | transpile() ... done [10:26:40.141] progressify() ... done 'data.frame': 5 obs. of 3 variables: $ x : int 1 2 3 4 5 $ y : int 6 7 8 9 10 $ V1: int 7 9 11 13 15 [10:26:40.143] progressify() ... [10:26:40.144] | transpile() ... [10:26:40.144] | : get_transpiler() ... [10:26:40.145] | : . Finding call to be transpiled ... [10:26:40.145] | : . | descend_wrappers() ... [10:26:40.146] | : . | : Call: [10:26:40.146] | : . | : plyr::mdply [10:26:40.147] | : . | : parse_call() ... [10:26:40.147] | : . | : . Function: plyr::mdply(...) [10:26:40.148] | : . | : parse_call() ... done [10:26:40.148] | : . | descend_wrappers() ... done [10:26:40.149] | : . | parse_call() ... [10:26:40.149] | : . | : Function: plyr::mdply(...) [10:26:40.150] | : . | parse_call() ... done [10:26:40.150] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.151] | : . | plyr::mdply [10:26:40.151] | : . Finding call to be transpiled ... done [10:26:40.152] | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:40.152] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.153] | : . | Transpiler description: plyr::mdply() transpiler [10:26:40.153] | : . | Transpiler function: [10:26:40.154] | : . | function (expr, options) [10:26:40.154] | : . | { [10:26:40.154] | : . | ns <- getNamespace("plyr") [10:26:40.154] | : . | fcn <- get("mdply", mode = "function", envir = ns) [10:26:40.154] | : . | progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:40.154] | : . | } [10:26:40.154] | : . | [10:26:40.154] | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:40.155] | : get_transpiler() ... done [10:26:40.155] | : Transpile call expression ... [10:26:40.156] | : . local(plyr::mdply(.data = { [10:26:40.156] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.156] | : . args_df [10:26:40.156] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.156] | : . on.exit(.progressr_progressor()) [10:26:40.156] | : . ...FUN(...) [10:26:40.156] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.157] | : Transpile call expression ... done [10:26:40.157] | : Evaluate transpiled call expression [10:26:40.159] | transpile() ... done [10:26:40.160] progressify() ... done character(0) [10:26:40.160] progressify() ... [10:26:40.161] | transpile() ... [10:26:40.161] | : get_transpiler() ... [10:26:40.162] | : . Finding call to be transpiled ... [10:26:40.162] | : . | descend_wrappers() ... [10:26:40.163] | : . | : Call: [10:26:40.165] | : . | : plyr::mdply [10:26:40.165] | : . | : parse_call() ... [10:26:40.166] | : . | : . Function: plyr::mdply(...) [10:26:40.166] | : . | : parse_call() ... done [10:26:40.167] | : . | descend_wrappers() ... done [10:26:40.167] | : . | parse_call() ... [10:26:40.168] | : . | : Function: plyr::mdply(...) [10:26:40.168] | : . | parse_call() ... done [10:26:40.169] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.170] | : . | plyr::mdply [10:26:40.170] | : . Finding call to be transpiled ... done [10:26:40.171] | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:40.171] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.172] | : . | Transpiler description: plyr::mdply() transpiler [10:26:40.172] | : . | Transpiler function: [10:26:40.173] | : . | function (expr, options) [10:26:40.173] | : . | { [10:26:40.173] | : . | ns <- getNamespace("plyr") [10:26:40.173] | : . | fcn <- get("mdply", mode = "function", envir = ns) [10:26:40.173] | : . | progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:40.173] | : . | } [10:26:40.173] | : . | [10:26:40.173] | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:40.174] | : get_transpiler() ... done [10:26:40.174] | : Transpile call expression ... [10:26:40.175] | : . local(plyr::mdply(.data = { [10:26:40.175] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.175] | : . args_df [10:26:40.175] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.175] | : . on.exit(.progressr_progressor()) [10:26:40.175] | : . ...FUN(...) [10:26:40.175] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.176] | : Transpile call expression ... done [10:26:40.176] | : Evaluate transpiled call expression [10:26:40.178] | transpile() ... done [10:26:40.178] progressify() ... done === maply ========================== plyr::maply(.data = args_df, .fun = FUN_m) --------------------------------- progressify(plyr::maply(.data = args_df, .fun = FUN_m)) [10:26:40.181] progressify() ... [10:26:40.181] | transpile() ... [10:26:40.182] | : get_transpiler() ... [10:26:40.182] | : . Finding call to be transpiled ... [10:26:40.183] | : . | descend_wrappers() ... [10:26:40.183] | : . | : Call: [10:26:40.184] | : . | : plyr::maply [10:26:40.185] | : . | : parse_call() ... [10:26:40.185] | : . | : . Function: plyr::maply(...) [10:26:40.185] | : . | : parse_call() ... done [10:26:40.186] | : . | descend_wrappers() ... done [10:26:40.186] | : . | parse_call() ... [10:26:40.187] | : . | : Function: plyr::maply(...) [10:26:40.187] | : . | parse_call() ... done [10:26:40.188] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.188] | : . | plyr::maply [10:26:40.189] | : . Finding call to be transpiled ... done [10:26:40.189] | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:40.190] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.190] | : . | Transpiler description: plyr::maply() transpiler [10:26:40.191] | : . | Transpiler function: [10:26:40.191] | : . | function (expr, options) [10:26:40.191] | : . | { [10:26:40.191] | : . | ns <- getNamespace("plyr") [10:26:40.191] | : . | fcn <- get("maply", mode = "function", envir = ns) [10:26:40.191] | : . | progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:40.191] | : . | } [10:26:40.191] | : . | [10:26:40.192] | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:40.192] | : get_transpiler() ... done [10:26:40.193] | : Transpile call expression ... [10:26:40.194] | : . local(plyr::maply(.data = { [10:26:40.194] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.194] | : . args_df [10:26:40.194] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.194] | : . on.exit(.progressr_progressor()) [10:26:40.194] | : . ...FUN(...) [10:26:40.194] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.195] | : Transpile call expression ... done [10:26:40.195] | : Evaluate transpiled call expression [10:26:40.197] | transpile() ... done [10:26:40.198] progressify() ... done int [1:5, 1:5] 7 NA NA NA NA NA 9 NA NA NA ... - attr(*, "dimnames")=List of 2 ..$ x: chr [1:5] "1" "2" "3" "4" ... ..$ y: chr [1:5] "6" "7" "8" "9" ... [10:26:40.200] progressify() ... [10:26:40.200] | transpile() ... [10:26:40.201] | : get_transpiler() ... [10:26:40.201] | : . Finding call to be transpiled ... [10:26:40.202] | : . | descend_wrappers() ... [10:26:40.202] | : . | : Call: [10:26:40.203] | : . | : plyr::maply [10:26:40.203] | : . | : parse_call() ... [10:26:40.204] | : . | : . Function: plyr::maply(...) [10:26:40.204] | : . | : parse_call() ... done [10:26:40.205] | : . | descend_wrappers() ... done [10:26:40.205] | : . | parse_call() ... [10:26:40.206] | : . | : Function: plyr::maply(...) [10:26:40.206] | : . | parse_call() ... done [10:26:40.207] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.207] | : . | plyr::maply [10:26:40.208] | : . Finding call to be transpiled ... done [10:26:40.208] | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:40.209] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.209] | : . | Transpiler description: plyr::maply() transpiler [10:26:40.210] | : . | Transpiler function: [10:26:40.210] | : . | function (expr, options) [10:26:40.210] | : . | { [10:26:40.210] | : . | ns <- getNamespace("plyr") [10:26:40.210] | : . | fcn <- get("maply", mode = "function", envir = ns) [10:26:40.210] | : . | progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:40.210] | : . | } [10:26:40.210] | : . | [10:26:40.211] | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:40.211] | : get_transpiler() ... done [10:26:40.212] | : Transpile call expression ... [10:26:40.212] | : . local(plyr::maply(.data = { [10:26:40.212] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.212] | : . args_df [10:26:40.212] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.212] | : . on.exit(.progressr_progressor()) [10:26:40.212] | : . ...FUN(...) [10:26:40.212] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.213] | : Transpile call expression ... done [10:26:40.214] | : Evaluate transpiled call expression [10:26:40.216] | transpile() ... done [10:26:40.216] progressify() ... done character(0) [10:26:40.217] progressify() ... [10:26:40.217] | transpile() ... [10:26:40.218] | : get_transpiler() ... [10:26:40.218] | : . Finding call to be transpiled ... [10:26:40.219] | : . | descend_wrappers() ... [10:26:40.219] | : . | : Call: [10:26:40.220] | : . | : plyr::maply [10:26:40.220] | : . | : parse_call() ... [10:26:40.221] | : . | : . Function: plyr::maply(...) [10:26:40.221] | : . | : parse_call() ... done [10:26:40.222] | : . | descend_wrappers() ... done [10:26:40.222] | : . | parse_call() ... [10:26:40.223] | : . | : Function: plyr::maply(...) [10:26:40.223] | : . | parse_call() ... done [10:26:40.224] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.224] | : . | plyr::maply [10:26:40.225] | : . Finding call to be transpiled ... done [10:26:40.225] | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:40.226] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.226] | : . | Transpiler description: plyr::maply() transpiler [10:26:40.227] | : . | Transpiler function: [10:26:40.227] | : . | function (expr, options) [10:26:40.227] | : . | { [10:26:40.227] | : . | ns <- getNamespace("plyr") [10:26:40.227] | : . | fcn <- get("maply", mode = "function", envir = ns) [10:26:40.227] | : . | progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:40.227] | : . | } [10:26:40.227] | : . | [10:26:40.228] | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:40.228] | : get_transpiler() ... done [10:26:40.229] | : Transpile call expression ... [10:26:40.229] | : . local(plyr::maply(.data = { [10:26:40.229] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.229] | : . args_df [10:26:40.229] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.229] | : . on.exit(.progressr_progressor()) [10:26:40.229] | : . ...FUN(...) [10:26:40.229] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.230] | : Transpile call expression ... done [10:26:40.231] | : Evaluate transpiled call expression [10:26:40.233] | transpile() ... done [10:26:40.233] progressify() ... done === m_ply ========================== plyr::m_ply(.data = args_df, .fun = FUN_m) --------------------------------- progressify(plyr::m_ply(.data = args_df, .fun = FUN_m)) [10:26:40.235] progressify() ... [10:26:40.236] | transpile() ... [10:26:40.236] | : get_transpiler() ... [10:26:40.237] | : . Finding call to be transpiled ... [10:26:40.237] | : . | descend_wrappers() ... [10:26:40.238] | : . | : Call: [10:26:40.238] | : . | : plyr::m_ply [10:26:40.239] | : . | : parse_call() ... [10:26:40.239] | : . | : . Function: plyr::m_ply(...) [10:26:40.240] | : . | : parse_call() ... done [10:26:40.240] | : . | descend_wrappers() ... done [10:26:40.241] | : . | parse_call() ... [10:26:40.241] | : . | : Function: plyr::m_ply(...) [10:26:40.241] | : . | parse_call() ... done [10:26:40.242] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.242] | : . | plyr::m_ply [10:26:40.243] | : . Finding call to be transpiled ... done [10:26:40.243] | : . Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:40.244] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.244] | : . | Transpiler description: plyr::m_ply() transpiler [10:26:40.245] | : . | Transpiler function: [10:26:40.245] | : . | function (expr, options) [10:26:40.245] | : . | { [10:26:40.245] | : . | ns <- getNamespace("plyr") [10:26:40.245] | : . | fcn <- get("m_ply", mode = "function", envir = ns) [10:26:40.245] | : . | progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:40.245] | : . | } [10:26:40.245] | : . | [10:26:40.246] | : . Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:40.247] | : get_transpiler() ... done [10:26:40.247] | : Transpile call expression ... [10:26:40.248] | : . local(plyr::m_ply(.data = { [10:26:40.248] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.248] | : . args_df [10:26:40.248] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.248] | : . on.exit(.progressr_progressor()) [10:26:40.248] | : . ...FUN(...) [10:26:40.248] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.249] | : Transpile call expression ... done [10:26:40.249] | : Evaluate transpiled call expression [10:26:40.251] | transpile() ... done [10:26:40.251] progressify() ... done NULL [10:26:40.252] progressify() ... [10:26:40.252] | transpile() ... [10:26:40.253] | : get_transpiler() ... [10:26:40.253] | : . Finding call to be transpiled ... [10:26:40.254] | : . | descend_wrappers() ... [10:26:40.254] | : . | : Call: [10:26:40.255] | : . | : plyr::m_ply [10:26:40.255] | : . | : parse_call() ... [10:26:40.256] | : . | : . Function: plyr::m_ply(...) [10:26:40.256] | : . | : parse_call() ... done [10:26:40.257] | : . | descend_wrappers() ... done [10:26:40.257] | : . | parse_call() ... [10:26:40.258] | : . | : Function: plyr::m_ply(...) [10:26:40.258] | : . | parse_call() ... done [10:26:40.259] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.259] | : . | plyr::m_ply [10:26:40.260] | : . Finding call to be transpiled ... done [10:26:40.260] | : . Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:40.261] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.261] | : . | Transpiler description: plyr::m_ply() transpiler [10:26:40.262] | : . | Transpiler function: [10:26:40.262] | : . | function (expr, options) [10:26:40.262] | : . | { [10:26:40.262] | : . | ns <- getNamespace("plyr") [10:26:40.262] | : . | fcn <- get("m_ply", mode = "function", envir = ns) [10:26:40.262] | : . | progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:40.262] | : . | } [10:26:40.262] | : . | [10:26:40.263] | : . Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:40.263] | : get_transpiler() ... done [10:26:40.264] | : Transpile call expression ... [10:26:40.264] | : . local(plyr::m_ply(.data = { [10:26:40.264] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.264] | : . args_df [10:26:40.264] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.264] | : . on.exit(.progressr_progressor()) [10:26:40.264] | : . ...FUN(...) [10:26:40.264] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.265] | : Transpile call expression ... done [10:26:40.266] | : Evaluate transpiled call expression [10:26:40.267] | transpile() ... done [10:26:40.268] progressify() ... done character(0) [10:26:40.268] progressify() ... [10:26:40.269] | transpile() ... [10:26:40.269] | : get_transpiler() ... [10:26:40.270] | : . Finding call to be transpiled ... [10:26:40.270] | : . | descend_wrappers() ... [10:26:40.271] | : . | : Call: [10:26:40.271] | : . | : plyr::m_ply [10:26:40.272] | : . | : parse_call() ... [10:26:40.272] | : . | : . Function: plyr::m_ply(...) [10:26:40.273] | : . | : parse_call() ... done [10:26:40.273] | : . | descend_wrappers() ... done [10:26:40.273] | : . | parse_call() ... [10:26:40.274] | : . | : Function: plyr::m_ply(...) [10:26:40.274] | : . | parse_call() ... done [10:26:40.275] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.275] | : . | plyr::m_ply [10:26:40.276] | : . Finding call to be transpiled ... done [10:26:40.276] | : . Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:40.277] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.277] | : . | Transpiler description: plyr::m_ply() transpiler [10:26:40.278] | : . | Transpiler function: [10:26:40.278] | : . | function (expr, options) [10:26:40.278] | : . | { [10:26:40.278] | : . | ns <- getNamespace("plyr") [10:26:40.278] | : . | fcn <- get("m_ply", mode = "function", envir = ns) [10:26:40.278] | : . | progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:40.278] | : . | } [10:26:40.278] | : . | [10:26:40.279] | : . Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:40.280] | : get_transpiler() ... done [10:26:40.280] | : Transpile call expression ... [10:26:40.281] | : . local(plyr::m_ply(.data = { [10:26:40.281] | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:40.281] | : . args_df [10:26:40.281] | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:40.281] | : . on.exit(.progressr_progressor()) [10:26:40.281] | : . ...FUN(...) [10:26:40.281] | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:40.282] | : Transpile call expression ... done [10:26:40.282] | : Evaluate transpiled call expression [10:26:40.283] | transpile() ... done [10:26:40.284] progressify() ... done === rlply ========================== plyr::rlply(.n = 5, .expr = { median(1:5) }) --------------------------------- progressify(plyr::rlply(.n = 5, .expr = { median(1:5) })) [10:26:40.301] progressify() ... [10:26:40.301] | transpile() ... [10:26:40.302] | : get_transpiler() ... [10:26:40.302] | : . Finding call to be transpiled ... [10:26:40.303] | : . | descend_wrappers() ... [10:26:40.303] | : . | : Call: [10:26:40.304] | : . | : plyr::rlply [10:26:40.304] | : . | : parse_call() ... [10:26:40.305] | : . | : . Function: plyr::rlply(...) [10:26:40.305] | : . | : parse_call() ... done [10:26:40.306] | : . | descend_wrappers() ... done [10:26:40.306] | : . | parse_call() ... [10:26:40.307] | : . | : Function: plyr::rlply(...) [10:26:40.307] | : . | parse_call() ... done [10:26:40.307] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.308] | : . | plyr::rlply [10:26:40.309] | : . Finding call to be transpiled ... done [10:26:40.309] | : . Locating 'progressify::built-in' transpiler for plyr::rlply() of class 'function' ... [10:26:40.310] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.310] | : . | Transpiler description: plyr::rlply() transpiler [10:26:40.310] | : . | Transpiler function: [10:26:40.311] | : . | function (expr, options) [10:26:40.311] | : . | { [10:26:40.311] | : . | ns <- getNamespace("plyr") [10:26:40.311] | : . | fcn <- get("rlply", mode = "function", envir = ns) [10:26:40.311] | : . | progressify_plyr(expr, fcn_name = "rlply", fcn = fcn, envir = parent.frame()) [10:26:40.311] | : . | } [10:26:40.311] | : . | [10:26:40.312] | : . Locating 'progressify::built-in' transpiler for plyr::rlply() of class 'function' ... done [10:26:40.312] | : get_transpiler() ... done [10:26:40.313] | : Transpile call expression ... [10:26:40.313] | : . local(plyr::rlply(.n = { [10:26:40.313] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.313] | : . 5 [10:26:40.313] | : . }, .expr = local({ [10:26:40.313] | : . on.exit(.progressr_progressor()) [10:26:40.313] | : . { [10:26:40.313] | : . median(1:5) [10:26:40.313] | : . } [10:26:40.313] | : . }))) [10:26:40.314] | : Transpile call expression ... done [10:26:40.315] | : Evaluate transpiled call expression [10:26:40.315] | transpile() ... done [10:26:40.316] progressify() ... done List of 5 $ : int 3 $ : int 3 $ : int 3 $ : int 3 $ : int 3 [10:26:40.319] progressify() ... [10:26:40.319] | transpile() ... [10:26:40.320] | : get_transpiler() ... [10:26:40.320] | : . Finding call to be transpiled ... [10:26:40.321] | : . | descend_wrappers() ... [10:26:40.321] | : . | : Call: [10:26:40.322] | : . | : plyr::rlply [10:26:40.322] | : . | : parse_call() ... [10:26:40.323] | : . | : . Function: plyr::rlply(...) [10:26:40.323] | : . | : parse_call() ... done [10:26:40.324] | : . | descend_wrappers() ... done [10:26:40.324] | : . | parse_call() ... [10:26:40.325] | : . | : Function: plyr::rlply(...) [10:26:40.325] | : . | parse_call() ... done [10:26:40.326] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.326] | : . | plyr::rlply [10:26:40.327] | : . Finding call to be transpiled ... done [10:26:40.327] | : . Locating 'progressify::built-in' transpiler for plyr::rlply() of class 'function' ... [10:26:40.328] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.328] | : . | Transpiler description: plyr::rlply() transpiler [10:26:40.329] | : . | Transpiler function: [10:26:40.329] | : . | function (expr, options) [10:26:40.329] | : . | { [10:26:40.329] | : . | ns <- getNamespace("plyr") [10:26:40.329] | : . | fcn <- get("rlply", mode = "function", envir = ns) [10:26:40.329] | : . | progressify_plyr(expr, fcn_name = "rlply", fcn = fcn, envir = parent.frame()) [10:26:40.329] | : . | } [10:26:40.329] | : . | [10:26:40.330] | : . Locating 'progressify::built-in' transpiler for plyr::rlply() of class 'function' ... done [10:26:40.330] | : get_transpiler() ... done [10:26:40.331] | : Transpile call expression ... [10:26:40.331] | : . local(plyr::rlply(.n = { [10:26:40.331] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.331] | : . 5 [10:26:40.331] | : . }, .expr = local({ [10:26:40.331] | : . on.exit(.progressr_progressor()) [10:26:40.331] | : . { [10:26:40.331] | : . median(1:5) [10:26:40.331] | : . } [10:26:40.331] | : . }))) [10:26:40.332] | : Transpile call expression ... done [10:26:40.333] | : Evaluate transpiled call expression [10:26:40.333] | transpile() ... done [10:26:40.334] progressify() ... done character(0) [10:26:40.335] progressify() ... [10:26:40.335] | transpile() ... [10:26:40.335] | : get_transpiler() ... [10:26:40.336] | : . Finding call to be transpiled ... [10:26:40.336] | : . | descend_wrappers() ... [10:26:40.337] | : . | : Call: [10:26:40.337] | : . | : plyr::rlply [10:26:40.338] | : . | : parse_call() ... [10:26:40.338] | : . | : . Function: plyr::rlply(...) [10:26:40.339] | : . | : parse_call() ... done [10:26:40.339] | : . | descend_wrappers() ... done [10:26:40.340] | : . | parse_call() ... [10:26:40.340] | : . | : Function: plyr::rlply(...) [10:26:40.341] | : . | parse_call() ... done [10:26:40.341] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.342] | : . | plyr::rlply [10:26:40.342] | : . Finding call to be transpiled ... done [10:26:40.343] | : . Locating 'progressify::built-in' transpiler for plyr::rlply() of class 'function' ... [10:26:40.343] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.344] | : . | Transpiler description: plyr::rlply() transpiler [10:26:40.344] | : . | Transpiler function: [10:26:40.345] | : . | function (expr, options) [10:26:40.345] | : . | { [10:26:40.345] | : . | ns <- getNamespace("plyr") [10:26:40.345] | : . | fcn <- get("rlply", mode = "function", envir = ns) [10:26:40.345] | : . | progressify_plyr(expr, fcn_name = "rlply", fcn = fcn, envir = parent.frame()) [10:26:40.345] | : . | } [10:26:40.345] | : . | [10:26:40.346] | : . Locating 'progressify::built-in' transpiler for plyr::rlply() of class 'function' ... done [10:26:40.346] | : get_transpiler() ... done [10:26:40.346] | : Transpile call expression ... [10:26:40.347] | : . local(plyr::rlply(.n = { [10:26:40.347] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.347] | : . 5 [10:26:40.347] | : . }, .expr = local({ [10:26:40.347] | : . on.exit(.progressr_progressor()) [10:26:40.347] | : . { [10:26:40.347] | : . median(1:5) [10:26:40.347] | : . } [10:26:40.347] | : . }))) [10:26:40.348] | : Transpile call expression ... done [10:26:40.349] | : Evaluate transpiled call expression [10:26:40.349] | transpile() ... done [10:26:40.350] progressify() ... done === rdply ========================== plyr::rdply(.n = 5, .expr = data.frame(med = median(1:5))) --------------------------------- progressify(plyr::rdply(.n = 5, .expr = data.frame(med = median(1:5)))) [10:26:40.354] progressify() ... [10:26:40.354] | transpile() ... [10:26:40.355] | : get_transpiler() ... [10:26:40.355] | : . Finding call to be transpiled ... [10:26:40.356] | : . | descend_wrappers() ... [10:26:40.356] | : . | : Call: [10:26:40.357] | : . | : plyr::rdply [10:26:40.357] | : . | : parse_call() ... [10:26:40.358] | : . | : . Function: plyr::rdply(...) [10:26:40.358] | : . | : parse_call() ... done [10:26:40.360] | : . | descend_wrappers() ... done [10:26:40.361] | : . | parse_call() ... [10:26:40.361] | : . | : Function: plyr::rdply(...) [10:26:40.362] | : . | parse_call() ... done [10:26:40.362] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.363] | : . | plyr::rdply [10:26:40.363] | : . Finding call to be transpiled ... done [10:26:40.364] | : . Locating 'progressify::built-in' transpiler for plyr::rdply() of class 'function' ... [10:26:40.364] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.365] | : . | Transpiler description: plyr::rdply() transpiler [10:26:40.365] | : . | Transpiler function: [10:26:40.366] | : . | function (expr, options) [10:26:40.366] | : . | { [10:26:40.366] | : . | ns <- getNamespace("plyr") [10:26:40.366] | : . | fcn <- get("rdply", mode = "function", envir = ns) [10:26:40.366] | : . | progressify_plyr(expr, fcn_name = "rdply", fcn = fcn, envir = parent.frame()) [10:26:40.366] | : . | } [10:26:40.366] | : . | [10:26:40.366] | : . Locating 'progressify::built-in' transpiler for plyr::rdply() of class 'function' ... done [10:26:40.367] | : get_transpiler() ... done [10:26:40.367] | : Transpile call expression ... [10:26:40.368] | : . local(plyr::rdply(.n = { [10:26:40.368] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.368] | : . 5 [10:26:40.368] | : . }, .expr = local({ [10:26:40.368] | : . on.exit(.progressr_progressor()) [10:26:40.368] | : . data.frame(med = median(1:5)) [10:26:40.368] | : . }))) [10:26:40.369] | : Transpile call expression ... done [10:26:40.369] | : Evaluate transpiled call expression [10:26:40.372] | transpile() ... done [10:26:40.372] progressify() ... done 'data.frame': 5 obs. of 2 variables: $ .n : int 1 2 3 4 5 $ med: int 3 3 3 3 3 [10:26:40.374] progressify() ... [10:26:40.374] | transpile() ... [10:26:40.375] | : get_transpiler() ... [10:26:40.375] | : . Finding call to be transpiled ... [10:26:40.376] | : . | descend_wrappers() ... [10:26:40.376] | : . | : Call: [10:26:40.377] | : . | : plyr::rdply [10:26:40.377] | : . | : parse_call() ... [10:26:40.378] | : . | : . Function: plyr::rdply(...) [10:26:40.378] | : . | : parse_call() ... done [10:26:40.379] | : . | descend_wrappers() ... done [10:26:40.379] | : . | parse_call() ... [10:26:40.380] | : . | : Function: plyr::rdply(...) [10:26:40.380] | : . | parse_call() ... done [10:26:40.381] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.381] | : . | plyr::rdply [10:26:40.382] | : . Finding call to be transpiled ... done [10:26:40.382] | : . Locating 'progressify::built-in' transpiler for plyr::rdply() of class 'function' ... [10:26:40.383] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.383] | : . | Transpiler description: plyr::rdply() transpiler [10:26:40.384] | : . | Transpiler function: [10:26:40.384] | : . | function (expr, options) [10:26:40.384] | : . | { [10:26:40.384] | : . | ns <- getNamespace("plyr") [10:26:40.384] | : . | fcn <- get("rdply", mode = "function", envir = ns) [10:26:40.384] | : . | progressify_plyr(expr, fcn_name = "rdply", fcn = fcn, envir = parent.frame()) [10:26:40.384] | : . | } [10:26:40.384] | : . | [10:26:40.385] | : . Locating 'progressify::built-in' transpiler for plyr::rdply() of class 'function' ... done [10:26:40.385] | : get_transpiler() ... done [10:26:40.386] | : Transpile call expression ... [10:26:40.387] | : . local(plyr::rdply(.n = { [10:26:40.387] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.387] | : . 5 [10:26:40.387] | : . }, .expr = local({ [10:26:40.387] | : . on.exit(.progressr_progressor()) [10:26:40.387] | : . data.frame(med = median(1:5)) [10:26:40.387] | : . }))) [10:26:40.388] | : Transpile call expression ... done [10:26:40.388] | : Evaluate transpiled call expression [10:26:40.390] | transpile() ... done [10:26:40.391] progressify() ... done character(0) [10:26:40.392] progressify() ... [10:26:40.392] | transpile() ... [10:26:40.393] | : get_transpiler() ... [10:26:40.393] | : . Finding call to be transpiled ... [10:26:40.393] | : . | descend_wrappers() ... [10:26:40.394] | : . | : Call: [10:26:40.394] | : . | : plyr::rdply [10:26:40.395] | : . | : parse_call() ... [10:26:40.395] | : . | : . Function: plyr::rdply(...) [10:26:40.396] | : . | : parse_call() ... done [10:26:40.396] | : . | descend_wrappers() ... done [10:26:40.397] | : . | parse_call() ... [10:26:40.397] | : . | : Function: plyr::rdply(...) [10:26:40.398] | : . | parse_call() ... done [10:26:40.398] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.399] | : . | plyr::rdply [10:26:40.399] | : . Finding call to be transpiled ... done [10:26:40.400] | : . Locating 'progressify::built-in' transpiler for plyr::rdply() of class 'function' ... [10:26:40.400] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.401] | : . | Transpiler description: plyr::rdply() transpiler [10:26:40.401] | : . | Transpiler function: [10:26:40.402] | : . | function (expr, options) [10:26:40.402] | : . | { [10:26:40.402] | : . | ns <- getNamespace("plyr") [10:26:40.402] | : . | fcn <- get("rdply", mode = "function", envir = ns) [10:26:40.402] | : . | progressify_plyr(expr, fcn_name = "rdply", fcn = fcn, envir = parent.frame()) [10:26:40.402] | : . | } [10:26:40.402] | : . | [10:26:40.402] | : . Locating 'progressify::built-in' transpiler for plyr::rdply() of class 'function' ... done [10:26:40.403] | : get_transpiler() ... done [10:26:40.403] | : Transpile call expression ... [10:26:40.404] | : . local(plyr::rdply(.n = { [10:26:40.404] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.404] | : . 5 [10:26:40.404] | : . }, .expr = local({ [10:26:40.404] | : . on.exit(.progressr_progressor()) [10:26:40.404] | : . data.frame(med = median(1:5)) [10:26:40.404] | : . }))) [10:26:40.405] | : Transpile call expression ... done [10:26:40.406] | : Evaluate transpiled call expression [10:26:40.408] | transpile() ... done [10:26:40.408] progressify() ... done === raply ========================== plyr::raply(.n = 5, .expr = median(1:5)) --------------------------------- progressify(plyr::raply(.n = 5, .expr = median(1:5))) [10:26:40.411] progressify() ... [10:26:40.412] | transpile() ... [10:26:40.412] | : get_transpiler() ... [10:26:40.413] | : . Finding call to be transpiled ... [10:26:40.413] | : . | descend_wrappers() ... [10:26:40.414] | : . | : Call: [10:26:40.414] | : . | : plyr::raply [10:26:40.415] | : . | : parse_call() ... [10:26:40.415] | : . | : . Function: plyr::raply(...) [10:26:40.416] | : . | : parse_call() ... done [10:26:40.416] | : . | descend_wrappers() ... done [10:26:40.417] | : . | parse_call() ... [10:26:40.417] | : . | : Function: plyr::raply(...) [10:26:40.418] | : . | parse_call() ... done [10:26:40.418] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.419] | : . | plyr::raply [10:26:40.419] | : . Finding call to be transpiled ... done [10:26:40.420] | : . Locating 'progressify::built-in' transpiler for plyr::raply() of class 'function' ... [10:26:40.420] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.421] | : . | Transpiler description: plyr::raply() transpiler [10:26:40.421] | : . | Transpiler function: [10:26:40.422] | : . | function (expr, options) [10:26:40.422] | : . | { [10:26:40.422] | : . | ns <- getNamespace("plyr") [10:26:40.422] | : . | fcn <- get("raply", mode = "function", envir = ns) [10:26:40.422] | : . | progressify_plyr(expr, fcn_name = "raply", fcn = fcn, envir = parent.frame()) [10:26:40.422] | : . | } [10:26:40.422] | : . | [10:26:40.422] | : . Locating 'progressify::built-in' transpiler for plyr::raply() of class 'function' ... done [10:26:40.423] | : get_transpiler() ... done [10:26:40.423] | : Transpile call expression ... [10:26:40.424] | : . local(plyr::raply(.n = { [10:26:40.424] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.424] | : . 5 [10:26:40.424] | : . }, .expr = local({ [10:26:40.424] | : . on.exit(.progressr_progressor()) [10:26:40.424] | : . median(1:5) [10:26:40.424] | : . }))) [10:26:40.425] | : Transpile call expression ... done [10:26:40.425] | : Evaluate transpiled call expression [10:26:40.427] | transpile() ... done [10:26:40.427] progressify() ... done int [1:5] 3 3 3 3 3 [10:26:40.428] progressify() ... [10:26:40.429] | transpile() ... [10:26:40.429] | : get_transpiler() ... [10:26:40.430] | : . Finding call to be transpiled ... [10:26:40.430] | : . | descend_wrappers() ... [10:26:40.431] | : . | : Call: [10:26:40.431] | : . | : plyr::raply [10:26:40.432] | : . | : parse_call() ... [10:26:40.432] | : . | : . Function: plyr::raply(...) [10:26:40.433] | : . | : parse_call() ... done [10:26:40.433] | : . | descend_wrappers() ... done [10:26:40.434] | : . | parse_call() ... [10:26:40.434] | : . | : Function: plyr::raply(...) [10:26:40.435] | : . | parse_call() ... done [10:26:40.435] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.436] | : . | plyr::raply [10:26:40.436] | : . Finding call to be transpiled ... done [10:26:40.437] | : . Locating 'progressify::built-in' transpiler for plyr::raply() of class 'function' ... [10:26:40.437] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.438] | : . | Transpiler description: plyr::raply() transpiler [10:26:40.438] | : . | Transpiler function: [10:26:40.439] | : . | function (expr, options) [10:26:40.439] | : . | { [10:26:40.439] | : . | ns <- getNamespace("plyr") [10:26:40.439] | : . | fcn <- get("raply", mode = "function", envir = ns) [10:26:40.439] | : . | progressify_plyr(expr, fcn_name = "raply", fcn = fcn, envir = parent.frame()) [10:26:40.439] | : . | } [10:26:40.439] | : . | [10:26:40.439] | : . Locating 'progressify::built-in' transpiler for plyr::raply() of class 'function' ... done [10:26:40.440] | : get_transpiler() ... done [10:26:40.440] | : Transpile call expression ... [10:26:40.441] | : . local(plyr::raply(.n = { [10:26:40.441] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.441] | : . 5 [10:26:40.441] | : . }, .expr = local({ [10:26:40.441] | : . on.exit(.progressr_progressor()) [10:26:40.441] | : . median(1:5) [10:26:40.441] | : . }))) [10:26:40.442] | : Transpile call expression ... done [10:26:40.442] | : Evaluate transpiled call expression [10:26:40.444] | transpile() ... done [10:26:40.444] progressify() ... done character(0) [10:26:40.445] progressify() ... [10:26:40.445] | transpile() ... [10:26:40.446] | : get_transpiler() ... [10:26:40.446] | : . Finding call to be transpiled ... [10:26:40.447] | : . | descend_wrappers() ... [10:26:40.447] | : . | : Call: [10:26:40.448] | : . | : plyr::raply [10:26:40.448] | : . | : parse_call() ... [10:26:40.449] | : . | : . Function: plyr::raply(...) [10:26:40.449] | : . | : parse_call() ... done [10:26:40.450] | : . | descend_wrappers() ... done [10:26:40.450] | : . | parse_call() ... [10:26:40.451] | : . | : Function: plyr::raply(...) [10:26:40.451] | : . | parse_call() ... done [10:26:40.452] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.452] | : . | plyr::raply [10:26:40.453] | : . Finding call to be transpiled ... done [10:26:40.453] | : . Locating 'progressify::built-in' transpiler for plyr::raply() of class 'function' ... [10:26:40.454] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.454] | : . | Transpiler description: plyr::raply() transpiler [10:26:40.455] | : . | Transpiler function: [10:26:40.455] | : . | function (expr, options) [10:26:40.455] | : . | { [10:26:40.455] | : . | ns <- getNamespace("plyr") [10:26:40.455] | : . | fcn <- get("raply", mode = "function", envir = ns) [10:26:40.455] | : . | progressify_plyr(expr, fcn_name = "raply", fcn = fcn, envir = parent.frame()) [10:26:40.455] | : . | } [10:26:40.455] | : . | [10:26:40.456] | : . Locating 'progressify::built-in' transpiler for plyr::raply() of class 'function' ... done [10:26:40.456] | : get_transpiler() ... done [10:26:40.457] | : Transpile call expression ... [10:26:40.457] | : . local(plyr::raply(.n = { [10:26:40.457] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.457] | : . 5 [10:26:40.457] | : . }, .expr = local({ [10:26:40.457] | : . on.exit(.progressr_progressor()) [10:26:40.457] | : . median(1:5) [10:26:40.457] | : . }))) [10:26:40.458] | : Transpile call expression ... done [10:26:40.459] | : Evaluate transpiled call expression [10:26:40.460] | transpile() ... done [10:26:40.461] progressify() ... done === r_ply ========================== plyr::r_ply(.n = 5, .expr = { median(1:5) }) --------------------------------- progressify(plyr::r_ply(.n = 5, .expr = { median(1:5) })) [10:26:40.462] progressify() ... [10:26:40.462] | transpile() ... [10:26:40.463] | : get_transpiler() ... [10:26:40.463] | : . Finding call to be transpiled ... [10:26:40.464] | : . | descend_wrappers() ... [10:26:40.464] | : . | : Call: [10:26:40.465] | : . | : plyr::r_ply [10:26:40.465] | : . | : parse_call() ... [10:26:40.466] | : . | : . Function: plyr::r_ply(...) [10:26:40.466] | : . | : parse_call() ... done [10:26:40.467] | : . | descend_wrappers() ... done [10:26:40.467] | : . | parse_call() ... [10:26:40.468] | : . | : Function: plyr::r_ply(...) [10:26:40.468] | : . | parse_call() ... done [10:26:40.469] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.469] | : . | plyr::r_ply [10:26:40.470] | : . Finding call to be transpiled ... done [10:26:40.470] | : . Locating 'progressify::built-in' transpiler for plyr::r_ply() of class 'function' ... [10:26:40.471] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.471] | : . | Transpiler description: plyr::r_ply() transpiler [10:26:40.472] | : . | Transpiler function: [10:26:40.472] | : . | function (expr, options) [10:26:40.472] | : . | { [10:26:40.472] | : . | ns <- getNamespace("plyr") [10:26:40.472] | : . | fcn <- get("r_ply", mode = "function", envir = ns) [10:26:40.472] | : . | progressify_plyr(expr, fcn_name = "r_ply", fcn = fcn, envir = parent.frame()) [10:26:40.472] | : . | } [10:26:40.472] | : . | [10:26:40.473] | : . Locating 'progressify::built-in' transpiler for plyr::r_ply() of class 'function' ... done [10:26:40.473] | : get_transpiler() ... done [10:26:40.474] | : Transpile call expression ... [10:26:40.474] | : . local(plyr::r_ply(.n = { [10:26:40.474] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.474] | : . 5 [10:26:40.474] | : . }, .expr = local({ [10:26:40.474] | : . on.exit(.progressr_progressor()) [10:26:40.474] | : . { [10:26:40.474] | : . median(1:5) [10:26:40.474] | : . } [10:26:40.474] | : . }))) [10:26:40.475] | : Transpile call expression ... done [10:26:40.476] | : Evaluate transpiled call expression [10:26:40.476] | transpile() ... done [10:26:40.477] progressify() ... done NULL [10:26:40.478] progressify() ... [10:26:40.478] | transpile() ... [10:26:40.479] | : get_transpiler() ... [10:26:40.479] | : . Finding call to be transpiled ... [10:26:40.480] | : . | descend_wrappers() ... [10:26:40.480] | : . | : Call: [10:26:40.480] | : . | : plyr::r_ply [10:26:40.481] | : . | : parse_call() ... [10:26:40.482] | : . | : . Function: plyr::r_ply(...) [10:26:40.482] | : . | : parse_call() ... done [10:26:40.483] | : . | descend_wrappers() ... done [10:26:40.483] | : . | parse_call() ... [10:26:40.484] | : . | : Function: plyr::r_ply(...) [10:26:40.484] | : . | parse_call() ... done [10:26:40.484] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.485] | : . | plyr::r_ply [10:26:40.486] | : . Finding call to be transpiled ... done [10:26:40.486] | : . Locating 'progressify::built-in' transpiler for plyr::r_ply() of class 'function' ... [10:26:40.487] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.487] | : . | Transpiler description: plyr::r_ply() transpiler [10:26:40.487] | : . | Transpiler function: [10:26:40.488] | : . | function (expr, options) [10:26:40.488] | : . | { [10:26:40.488] | : . | ns <- getNamespace("plyr") [10:26:40.488] | : . | fcn <- get("r_ply", mode = "function", envir = ns) [10:26:40.488] | : . | progressify_plyr(expr, fcn_name = "r_ply", fcn = fcn, envir = parent.frame()) [10:26:40.488] | : . | } [10:26:40.488] | : . | [10:26:40.489] | : . Locating 'progressify::built-in' transpiler for plyr::r_ply() of class 'function' ... done [10:26:40.489] | : get_transpiler() ... done [10:26:40.490] | : Transpile call expression ... [10:26:40.490] | : . local(plyr::r_ply(.n = { [10:26:40.490] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.490] | : . 5 [10:26:40.490] | : . }, .expr = local({ [10:26:40.490] | : . on.exit(.progressr_progressor()) [10:26:40.490] | : . { [10:26:40.490] | : . median(1:5) [10:26:40.490] | : . } [10:26:40.490] | : . }))) [10:26:40.491] | : Transpile call expression ... done [10:26:40.492] | : Evaluate transpiled call expression [10:26:40.492] | transpile() ... done [10:26:40.493] progressify() ... done character(0) [10:26:40.493] progressify() ... [10:26:40.494] | transpile() ... [10:26:40.494] | : get_transpiler() ... [10:26:40.495] | : . Finding call to be transpiled ... [10:26:40.495] | : . | descend_wrappers() ... [10:26:40.496] | : . | : Call: [10:26:40.496] | : . | : plyr::r_ply [10:26:40.497] | : . | : parse_call() ... [10:26:40.497] | : . | : . Function: plyr::r_ply(...) [10:26:40.498] | : . | : parse_call() ... done [10:26:40.498] | : . | descend_wrappers() ... done [10:26:40.499] | : . | parse_call() ... [10:26:40.499] | : . | : Function: plyr::r_ply(...) [10:26:40.500] | : . | parse_call() ... done [10:26:40.500] | : . | Position of call to be transpiled in expression: c(1) [10:26:40.501] | : . | plyr::r_ply [10:26:40.501] | : . Finding call to be transpiled ... done [10:26:40.502] | : . Locating 'progressify::built-in' transpiler for plyr::r_ply() of class 'function' ... [10:26:40.502] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:40.503] | : . | Transpiler description: plyr::r_ply() transpiler [10:26:40.503] | : . | Transpiler function: [10:26:40.504] | : . | function (expr, options) [10:26:40.504] | : . | { [10:26:40.504] | : . | ns <- getNamespace("plyr") [10:26:40.504] | : . | fcn <- get("r_ply", mode = "function", envir = ns) [10:26:40.504] | : . | progressify_plyr(expr, fcn_name = "r_ply", fcn = fcn, envir = parent.frame()) [10:26:40.504] | : . | } [10:26:40.504] | : . | [10:26:40.504] | : . Locating 'progressify::built-in' transpiler for plyr::r_ply() of class 'function' ... done [10:26:40.505] | : get_transpiler() ... done [10:26:40.505] | : Transpile call expression ... [10:26:40.506] | : . local(plyr::r_ply(.n = { [10:26:40.506] | : . .progressr_progressor <- progressr::progressor(steps = 5) [10:26:40.506] | : . 5 [10:26:40.506] | : . }, .expr = local({ [10:26:40.506] | : . on.exit(.progressr_progressor()) [10:26:40.506] | : . { [10:26:40.506] | : . median(1:5) [10:26:40.506] | : . } [10:26:40.506] | : . }))) [10:26:40.507] | : Transpile call expression ... done [10:26:40.507] | : Evaluate transpiled call expression [10:26:40.508] | transpile() ... done [10:26:40.509] progressify() ... done Test time: user.self=0.9s, sys.self=0.2s, elapsed=1s, user.child=NAs, sys.child=NAs Test 'progressify-plyr' ... success > > proc.time() user system elapsed 1.14 0.21 1.34