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-futurize-plyr.R > ## Don't edit - it was autogenerated by inst/testme/deploy.R > progressify:::testme("progressify-futurize-plyr") Test 'progressify-futurize-plyr' ... chr "none" > if (requireNamespace("plyr") && requireNamespace("doFuture") && + requireNamespace("futurize")) { + library(progressify) + library(futu .... [TRUNCATED] Loading required namespace: plyr Loading required namespace: doFuture Loading required namespace: futurize Loading required package: progressr Loading required package: future === llply ========================== llply(xs, FUN) --------------------------------- --- progressify_futurize --- futurize(progressify(llply(xs, FUN))) [10:26:16.313] progressify() ... [10:26:16.314] | transpile() ... [10:26:16.315] | : get_transpiler() ... [10:26:16.316] | : . Finding call to be transpiled ... [10:26:16.316] | : . | descend_wrappers() ... [10:26:16.317] | : . | : Call: [10:26:16.317] | : . | : llply [10:26:16.318] | : . | : parse_call() ... [10:26:16.319] | : . | : . Function: llply(...) [10:26:16.319] | : . | : . Locate function ... [10:26:16.320] | : . | : . | Function located in: 'plyr' [10:26:16.321] | : . | : . Locate function ... done [10:26:16.321] | : . | : parse_call() ... done [10:26:16.322] | : . | descend_wrappers() ... done [10:26:16.322] | : . | parse_call() ... [10:26:16.323] | : . | : Function: llply(...) [10:26:16.323] | : . | : Locate function ... [10:26:16.324] | : . | : . Function located in: 'plyr' [10:26:16.324] | : . | : Locate function ... done [10:26:16.325] | : . | parse_call() ... done [10:26:16.325] | : . | Position of call to be transpiled in expression: c(1) [10:26:16.326] | : . | llply [10:26:16.326] | : . Finding call to be transpiled ... done [10:26:16.327] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:16.328] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:16.328] | : . | Transpiler description: plyr::llply() transpiler [10:26:16.329] | : . | Transpiler function: [10:26:16.329] | : . | function (expr, options) [10:26:16.329] | : . | { [10:26:16.329] | : . | ns <- getNamespace("plyr") [10:26:16.329] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:16.329] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:16.329] | : . | } [10:26:16.329] | : . | [10:26:16.330] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:16.330] | : get_transpiler() ... done [10:26:16.331] | : Transpile call expression ... [10:26:16.332] | : . local(llply({ [10:26:16.332] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:16.332] | : . xs [10:26:16.332] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:16.332] | : . on.exit(.progressr_progressor()) [10:26:16.332] | : . ...FUN(...) [10:26:16.332] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:16.333] | : Transpile call expression ... done [10:26:16.334] | : Return transpiled call expression [10:26:16.334] | transpile() ... done [10:26:16.335] progressify() ... done Warning in setup_parallel() : No parallel backend registered List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:16.571] progressify() ... [10:26:16.572] | transpile() ... [10:26:16.572] | : get_transpiler() ... [10:26:16.573] | : . Finding call to be transpiled ... [10:26:16.573] | : . | descend_wrappers() ... [10:26:16.574] | : . | : Call: [10:26:16.574] | : . | : llply [10:26:16.575] | : . | : parse_call() ... [10:26:16.575] | : . | : . Function: llply(...) [10:26:16.576] | : . | : . Locate function ... [10:26:16.576] | : . | : . | Function located in: 'plyr' [10:26:16.577] | : . | : . Locate function ... done [10:26:16.577] | : . | : parse_call() ... done [10:26:16.578] | : . | descend_wrappers() ... done [10:26:16.578] | : . | parse_call() ... [10:26:16.579] | : . | : Function: llply(...) [10:26:16.579] | : . | : Locate function ... [10:26:16.580] | : . | : . Function located in: 'plyr' [10:26:16.580] | : . | : Locate function ... done [10:26:16.581] | : . | parse_call() ... done [10:26:16.581] | : . | Position of call to be transpiled in expression: c(1) [10:26:16.581] | : . | llply [10:26:16.582] | : . Finding call to be transpiled ... done [10:26:16.583] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:16.583] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:16.584] | : . | Transpiler description: plyr::llply() transpiler [10:26:16.584] | : . | Transpiler function: [10:26:16.585] | : . | function (expr, options) [10:26:16.585] | : . | { [10:26:16.585] | : . | ns <- getNamespace("plyr") [10:26:16.585] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:16.585] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:16.585] | : . | } [10:26:16.585] | : . | [10:26:16.585] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:16.586] | : get_transpiler() ... done [10:26:16.586] | : Transpile call expression ... [10:26:16.587] | : . local(llply({ [10:26:16.587] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:16.587] | : . xs [10:26:16.587] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:16.587] | : . on.exit(.progressr_progressor()) [10:26:16.587] | : . ...FUN(...) [10:26:16.587] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:16.588] | : Transpile call expression ... done [10:26:16.588] | : Return transpiled call expression [10:26:16.589] | transpile() ... done [10:26:16.589] progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:16.741] progressify() ... [10:26:16.742] | transpile() ... [10:26:16.743] | : get_transpiler() ... [10:26:16.743] | : . Finding call to be transpiled ... [10:26:16.744] | : . | descend_wrappers() ... [10:26:16.744] | : . | : Call: [10:26:16.745] | : . | : llply [10:26:16.745] | : . | : parse_call() ... [10:26:16.746] | : . | : . Function: llply(...) [10:26:16.746] | : . | : . Locate function ... [10:26:16.747] | : . | : . | Function located in: 'plyr' [10:26:16.747] | : . | : . Locate function ... done [10:26:16.748] | : . | : parse_call() ... done [10:26:16.748] | : . | descend_wrappers() ... done [10:26:16.749] | : . | parse_call() ... [10:26:16.749] | : . | : Function: llply(...) [10:26:16.750] | : . | : Locate function ... [10:26:16.750] | : . | : . Function located in: 'plyr' [10:26:16.751] | : . | : Locate function ... done [10:26:16.751] | : . | parse_call() ... done [10:26:16.752] | : . | Position of call to be transpiled in expression: c(1) [10:26:16.752] | : . | llply [10:26:16.753] | : . Finding call to be transpiled ... done [10:26:16.753] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:16.754] | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:16.754] | : . | Transpiler description: plyr::llply() transpiler [10:26:16.755] | : . | Transpiler function: [10:26:16.755] | : . | function (expr, options) [10:26:16.755] | : . | { [10:26:16.755] | : . | ns <- getNamespace("plyr") [10:26:16.755] | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:16.755] | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:16.755] | : . | } [10:26:16.755] | : . | [10:26:16.756] | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:16.756] | : get_transpiler() ... done [10:26:16.757] | : Transpile call expression ... [10:26:16.758] | : . local(llply({ [10:26:16.758] | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:16.758] | : . xs [10:26:16.758] | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:16.758] | : . on.exit(.progressr_progressor()) [10:26:16.758] | : . ...FUN(...) [10:26:16.758] | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:16.758] | : Transpile call expression ... done [10:26:16.759] | : Return transpiled call expression [10:26:16.759] | transpile() ... done [10:26:16.760] progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(llply(xs, FUN))) [10:26:16.907] progressify() ... [10:26:16.907] | transpile() ... [10:26:16.908] | : get_transpiler() ... [10:26:16.908] | : . Finding call to be transpiled ... [10:26:16.909] | : . | descend_wrappers() ... [10:26:16.909] | : . | : Call: [10:26:16.910] | : . | : futurize [10:26:16.910] | : . | : parse_call() ... [10:26:16.911] | : . | : . Function: futurize(...) [10:26:16.911] | : . | : . Locate function ... [10:26:16.912] | : . | : . | Function located in: 'futurize' [10:26:16.912] | : . | : . Locate function ... done [10:26:16.912] | : . | : parse_call() ... done [10:26:16.913] | : . | descend_wrappers() ... done [10:26:16.913] | : . | parse_call() ... [10:26:16.914] | : . | : Function: futurize(...) [10:26:16.914] | : . | : Locate function ... [10:26:16.915] | : . | : . Function located in: 'futurize' [10:26:16.915] | : . | : Locate function ... done [10:26:16.916] | : . | parse_call() ... done [10:26:16.916] | : . | Position of call to be transpiled in expression: c(1) [10:26:16.916] | : . | futurize [10:26:16.917] | : . Finding call to be transpiled ... done [10:26:16.917] | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:16.918] | : . | Detected a nested transpiler function: futurize::futurize() [10:26:16.918] | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:16.919] | : . Apply nested transpiler ... [10:26:16.919] | : . | futurize(llply(xs, FUN)) [10:26:16.920] | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (llply(xs, [10:26:16.920] | : . | FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:16.920] | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:16.920] | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:16.921] | : . Apply nested transpiler ... done [10:26:16.922] | : . get_transpiler() ... [10:26:16.922] | : . | Finding call to be transpiled ... [10:26:16.922] | : . | : descend_wrappers() ... [10:26:16.923] | : . | : . Call: [10:26:16.923] | : . | : . with [10:26:16.924] | : . | : . parse_call() ... [10:26:16.924] | : . | : . | Function: with(...) [10:26:16.925] | : . | : . | Locate function ... [10:26:16.925] | : . | : . | : Function located in: 'base' [10:26:16.926] | : . | : . | Locate function ... done [10:26:16.926] | : . | : . parse_call() ... done [10:26:16.927] | : . | : . Wrapped in with( ... ) [10:26:16.927] | : . | : . descend_wrappers() ... [10:26:16.927] | : . | : . | Call: [10:26:16.928] | : . | : . | `(` [10:26:16.928] | : . | : . | parse_call() ... [10:26:16.929] | : . | : . | : Function: ((...) [10:26:16.929] | : . | : . | : Locate function ... [10:26:16.930] | : . | : . | : . Function located in: 'base' [10:26:16.930] | : . | : . | : Locate function ... done [10:26:16.931] | : . | : . | parse_call() ... done [10:26:16.931] | : . | : . | Wrapped in ( ... ) [10:26:16.931] | : . | : . | descend_wrappers() ... [10:26:16.932] | : . | : . | : Call: [10:26:16.932] | : . | : . | : llply [10:26:16.933] | : . | : . | : parse_call() ... [10:26:16.934] | : . | : . | : . Function: llply(...) [10:26:16.934] | : . | : . | : . Locate function ... [10:26:16.935] | : . | : . | : . | Function located in: 'plyr' [10:26:16.935] | : . | : . | : . Locate function ... done [10:26:16.936] | : . | : . | : parse_call() ... done [10:26:16.936] | : . | : . | descend_wrappers() ... done [10:26:16.937] | : . | : . descend_wrappers() ... done [10:26:16.937] | : . | : descend_wrappers() ... done [10:26:16.938] | : . | : parse_call() ... [10:26:16.938] | : . | : . Function: llply(...) [10:26:16.939] | : . | : . Locate function ... [10:26:16.939] | : . | : . | Function located in: 'plyr' [10:26:16.940] | : . | : . Locate function ... done [10:26:16.940] | : . | : parse_call() ... done [10:26:16.941] | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:16.941] | : . | : llply [10:26:16.942] | : . | Finding call to be transpiled ... done [10:26:16.942] | : . | Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:16.943] | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:16.943] | : . | : Transpiler description: plyr::llply() transpiler [10:26:16.944] | : . | : Transpiler function: [10:26:16.944] | : . | : function (expr, options) [10:26:16.944] | : . | : { [10:26:16.944] | : . | : ns <- getNamespace("plyr") [10:26:16.944] | : . | : fcn <- get("llply", mode = "function", envir = ns) [10:26:16.944] | : . | : progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:16.944] | : . | : } [10:26:16.944] | : . | : [10:26:16.945] | : . | : Creating wrapper transpiler ... [10:26:16.945] | : . | : . $label [10:26:16.945] | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:16.945] | : . | : . [10:26:16.945] | : . | : . $transpiler [10:26:16.945] | : . | : . function (expr, ...) [10:26:16.945] | : . | : . { [10:26:16.945] | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:16.945] | : . | : . expr_inner <- expr[[inner_pos]] [10:26:16.945] | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:16.945] | : . | : . expr[[inner_pos]] <- expr_inner [10:26:16.945] | : . | : . expr [10:26:16.945] | : . | : . } [10:26:16.945] | : . | : . [10:26:16.945] | : . | : . [10:26:16.945] | : . | : . [10:26:16.946] | : . | : Creating wrapper transpiler ... done [10:26:16.947] | : . | Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:16.947] | : . get_transpiler() ... done [10:26:16.948] | : . Transpile call expression ... [10:26:16.948] | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(llply({ [10:26:16.948] | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:16.948] | : . | xs [10:26:16.948] | : . | }, function(..., ...FUN, .progressr_progressor) { [10:26:16.948] | : . | on.exit(.progressr_progressor()) [10:26:16.948] | : . | ...FUN(...) [10:26:16.948] | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:16.948] | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:16.948] | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:16.948] | : . | ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:16.950] | : . Transpile call expression ... done [10:26:16.950] | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:17.095] | : get_transpiler() ... done [10:26:17.096] | transpile() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:17.099] | progressify() ... [10:26:17.100] | : transpile() ... [10:26:17.100] | : . get_transpiler() ... [10:26:17.101] | : . | Finding call to be transpiled ... [10:26:17.101] | : . | : descend_wrappers() ... [10:26:17.102] | : . | : . Call: [10:26:17.102] | : . | : . futurize [10:26:17.103] | : . | : . parse_call() ... [10:26:17.103] | : . | : . | Function: futurize(...) [10:26:17.104] | : . | : . | Locate function ... [10:26:17.104] | : . | : . | : Function located in: 'futurize' [10:26:17.105] | : . | : . | Locate function ... done [10:26:17.105] | : . | : . parse_call() ... done [10:26:17.106] | : . | : descend_wrappers() ... done [10:26:17.106] | : . | : parse_call() ... [10:26:17.107] | : . | : . Function: futurize(...) [10:26:17.107] | : . | : . Locate function ... [10:26:17.108] | : . | : . | Function located in: 'futurize' [10:26:17.108] | : . | : . Locate function ... done [10:26:17.109] | : . | : parse_call() ... done [10:26:17.109] | : . | : Position of call to be transpiled in expression: c(1) [10:26:17.110] | : . | : futurize [10:26:17.110] | : . | Finding call to be transpiled ... done [10:26:17.111] | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:17.111] | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:17.112] | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:17.112] | : . | Apply nested transpiler ... [10:26:17.113] | : . | : futurize(llply(xs, FUN)) [10:26:17.114] | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (llply(xs, [10:26:17.114] | : . | : FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:17.114] | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:17.114] | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:17.115] | : . | Apply nested transpiler ... done [10:26:17.115] | : . | get_transpiler() ... [10:26:17.116] | : . | : Finding call to be transpiled ... [10:26:17.116] | : . | : . descend_wrappers() ... [10:26:17.117] | : . | : . | Call: [10:26:17.117] | : . | : . | with [10:26:17.118] | : . | : . | parse_call() ... [10:26:17.118] | : . | : . | : Function: with(...) [10:26:17.119] | : . | : . | : Locate function ... [10:26:17.119] | : . | : . | : . Function located in: 'base' [10:26:17.120] | : . | : . | : Locate function ... done [10:26:17.120] | : . | : . | parse_call() ... done [10:26:17.121] | : . | : . | Wrapped in with( ... ) [10:26:17.121] | : . | : . | descend_wrappers() ... [10:26:17.122] | : . | : . | : Call: [10:26:17.122] | : . | : . | : `(` [10:26:17.123] | : . | : . | : parse_call() ... [10:26:17.123] | : . | : . | : . Function: ((...) [10:26:17.124] | : . | : . | : . Locate function ... [10:26:17.124] | : . | : . | : . | Function located in: 'base' [10:26:17.125] | : . | : . | : . Locate function ... done [10:26:17.125] | : . | : . | : parse_call() ... done [10:26:17.126] | : . | : . | : Wrapped in ( ... ) [10:26:17.126] | : . | : . | : descend_wrappers() ... [10:26:17.127] | : . | : . | : . Call: [10:26:17.127] | : . | : . | : . llply [10:26:17.128] | : . | : . | : . parse_call() ... [10:26:17.128] | : . | : . | : . | Function: llply(...) [10:26:17.129] | : . | : . | : . | Locate function ... [10:26:17.129] | : . | : . | : . | : Function located in: 'plyr' [10:26:17.130] | : . | : . | : . | Locate function ... done [10:26:17.130] | : . | : . | : . parse_call() ... done [10:26:17.131] | : . | : . | : descend_wrappers() ... done [10:26:17.131] | : . | : . | descend_wrappers() ... done [10:26:17.132] | : . | : . descend_wrappers() ... done [10:26:17.132] | : . | : . parse_call() ... [10:26:17.133] | : . | : . | Function: llply(...) [10:26:17.133] | : . | : . | Locate function ... [10:26:17.134] | : . | : . | : Function located in: 'plyr' [10:26:17.134] | : . | : . | Locate function ... done [10:26:17.135] | : . | : . parse_call() ... done [10:26:17.135] | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:17.136] | : . | : . llply [10:26:17.136] | : . | : Finding call to be transpiled ... done [10:26:17.137] | : . | : Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:17.137] | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:17.138] | : . | : . Transpiler description: plyr::llply() transpiler [10:26:17.138] | : . | : . Transpiler function: [10:26:17.139] | : . | : . function (expr, options) [10:26:17.139] | : . | : . { [10:26:17.139] | : . | : . ns <- getNamespace("plyr") [10:26:17.139] | : . | : . fcn <- get("llply", mode = "function", envir = ns) [10:26:17.139] | : . | : . progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:17.139] | : . | : . } [10:26:17.139] | : . | : . [10:26:17.139] | : . | : . Creating wrapper transpiler ... [10:26:17.140] | : . | : . | $label [10:26:17.140] | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:17.140] | : . | : . | [10:26:17.140] | : . | : . | $transpiler [10:26:17.140] | : . | : . | function (expr, ...) [10:26:17.140] | : . | : . | { [10:26:17.140] | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:17.140] | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:17.140] | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:17.140] | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:17.140] | : . | : . | expr [10:26:17.140] | : . | : . | } [10:26:17.140] | : . | : . | [10:26:17.140] | : . | : . | [10:26:17.140] | : . | : . | [10:26:17.141] | : . | : . Creating wrapper transpiler ... done [10:26:17.141] | : . | : Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:17.142] | : . | get_transpiler() ... done [10:26:17.142] | : . | Transpile call expression ... [10:26:17.143] | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(llply({ [10:26:17.143] | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:17.143] | : . | : xs [10:26:17.143] | : . | : }, function(..., ...FUN, .progressr_progressor) { [10:26:17.143] | : . | : on.exit(.progressr_progressor()) [10:26:17.143] | : . | : ...FUN(...) [10:26:17.143] | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:17.143] | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:17.143] | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:17.143] | : . | : ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:17.144] | : . | Transpile call expression ... done [10:26:17.145] | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:17.305] | : . get_transpiler() ... done [10:26:17.306] | : transpile() ... done character(0) [10:26:17.306] | : progressify() ... [10:26:17.307] | : . transpile() ... [10:26:17.307] | : . | get_transpiler() ... [10:26:17.308] | : . | : Finding call to be transpiled ... [10:26:17.308] | : . | : . descend_wrappers() ... [10:26:17.309] | : . | : . | Call: [10:26:17.309] | : . | : . | futurize [10:26:17.310] | : . | : . | parse_call() ... [10:26:17.310] | : . | : . | : Function: futurize(...) [10:26:17.311] | : . | : . | : Locate function ... [10:26:17.311] | : . | : . | : . Function located in: 'futurize' [10:26:17.312] | : . | : . | : Locate function ... done [10:26:17.312] | : . | : . | parse_call() ... done [10:26:17.313] | : . | : . descend_wrappers() ... done [10:26:17.313] | : . | : . parse_call() ... [10:26:17.314] | : . | : . | Function: futurize(...) [10:26:17.314] | : . | : . | Locate function ... [10:26:17.315] | : . | : . | : Function located in: 'futurize' [10:26:17.315] | : . | : . | Locate function ... done [10:26:17.316] | : . | : . parse_call() ... done [10:26:17.316] | : . | : . Position of call to be transpiled in expression: c(1) [10:26:17.317] | : . | : . futurize [10:26:17.317] | : . | : Finding call to be transpiled ... done [10:26:17.318] | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:17.318] | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:17.319] | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:17.319] | : . | : Apply nested transpiler ... [10:26:17.320] | : . | : . futurize(llply(xs, FUN)) [10:26:17.321] | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (llply(xs, [10:26:17.321] | : . | : . FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:17.321] | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:17.321] | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:17.322] | : . | : Apply nested transpiler ... done [10:26:17.322] | : . | : get_transpiler() ... [10:26:17.323] | : . | : . Finding call to be transpiled ... [10:26:17.323] | : . | : . | descend_wrappers() ... [10:26:17.324] | : . | : . | : Call: [10:26:17.324] | : . | : . | : with [10:26:17.325] | : . | : . | : parse_call() ... [10:26:17.325] | : . | : . | : . Function: with(...) [10:26:17.326] | : . | : . | : . Locate function ... [10:26:17.326] | : . | : . | : . | Function located in: 'base' [10:26:17.327] | : . | : . | : . Locate function ... done [10:26:17.327] | : . | : . | : parse_call() ... done [10:26:17.328] | : . | : . | : Wrapped in with( ... ) [10:26:17.328] | : . | : . | : descend_wrappers() ... [10:26:17.329] | : . | : . | : . Call: [10:26:17.329] | : . | : . | : . `(` [10:26:17.330] | : . | : . | : . parse_call() ... [10:26:17.330] | : . | : . | : . | Function: ((...) [10:26:17.331] | : . | : . | : . | Locate function ... [10:26:17.331] | : . | : . | : . | : Function located in: 'base' [10:26:17.332] | : . | : . | : . | Locate function ... done [10:26:17.332] | : . | : . | : . parse_call() ... done [10:26:17.333] | : . | : . | : . Wrapped in ( ... ) [10:26:17.333] | : . | : . | : . descend_wrappers() ... [10:26:17.334] | : . | : . | : . | Call: [10:26:17.334] | : . | : . | : . | llply [10:26:17.335] | : . | : . | : . | parse_call() ... [10:26:17.335] | : . | : . | : . | : Function: llply(...) [10:26:17.336] | : . | : . | : . | : Locate function ... [10:26:17.336] | : . | : . | : . | : . Function located in: 'plyr' [10:26:17.337] | : . | : . | : . | : Locate function ... done [10:26:17.337] | : . | : . | : . | parse_call() ... done [10:26:17.338] | : . | : . | : . descend_wrappers() ... done [10:26:17.338] | : . | : . | : descend_wrappers() ... done [10:26:17.339] | : . | : . | descend_wrappers() ... done [10:26:17.339] | : . | : . | parse_call() ... [10:26:17.340] | : . | : . | : Function: llply(...) [10:26:17.340] | : . | : . | : Locate function ... [10:26:17.341] | : . | : . | : . Function located in: 'plyr' [10:26:17.341] | : . | : . | : Locate function ... done [10:26:17.341] | : . | : . | parse_call() ... done [10:26:17.342] | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:17.342] | : . | : . | llply [10:26:17.343] | : . | : . Finding call to be transpiled ... done [10:26:17.344] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:17.344] | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:17.345] | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:17.345] | : . | : . | Transpiler function: [10:26:17.345] | : . | : . | function (expr, options) [10:26:17.345] | : . | : . | { [10:26:17.345] | : . | : . | ns <- getNamespace("plyr") [10:26:17.345] | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:17.345] | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:17.345] | : . | : . | } [10:26:17.345] | : . | : . | [10:26:17.346] | : . | : . | Creating wrapper transpiler ... [10:26:17.347] | : . | : . | : $label [10:26:17.347] | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:17.347] | : . | : . | : [10:26:17.347] | : . | : . | : $transpiler [10:26:17.347] | : . | : . | : function (expr, ...) [10:26:17.347] | : . | : . | : { [10:26:17.347] | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:17.347] | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:17.347] | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:17.347] | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:17.347] | : . | : . | : expr [10:26:17.347] | : . | : . | : } [10:26:17.347] | : . | : . | : [10:26:17.347] | : . | : . | : [10:26:17.347] | : . | : . | : [10:26:17.347] | : . | : . | Creating wrapper transpiler ... done [10:26:17.348] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:17.348] | : . | : get_transpiler() ... done [10:26:17.349] | : . | : Transpile call expression ... [10:26:17.349] | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(llply({ [10:26:17.349] | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:17.349] | : . | : . xs [10:26:17.349] | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:17.349] | : . | : . on.exit(.progressr_progressor()) [10:26:17.349] | : . | : . ...FUN(...) [10:26:17.349] | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:17.349] | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:17.349] | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:17.349] | : . | : . ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:17.351] | : . | : Transpile call expression ... done [10:26:17.352] | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:17.503] | : . | get_transpiler() ... done [10:26:17.503] | : . transpile() ... done === llply ========================== plyr::llply(xs, FUN) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::llply(xs, FUN))) [10:26:17.505] | : . progressify() ... [10:26:17.505] | : . | transpile() ... [10:26:17.506] | : . | : get_transpiler() ... [10:26:17.506] | : . | : . Finding call to be transpiled ... [10:26:17.507] | : . | : . | descend_wrappers() ... [10:26:17.507] | : . | : . | : Call: [10:26:17.508] | : . | : . | : plyr::llply [10:26:17.508] | : . | : . | : parse_call() ... [10:26:17.509] | : . | : . | : . Function: plyr::llply(...) [10:26:17.509] | : . | : . | : parse_call() ... done [10:26:17.510] | : . | : . | descend_wrappers() ... done [10:26:17.510] | : . | : . | parse_call() ... [10:26:17.511] | : . | : . | : Function: plyr::llply(...) [10:26:17.511] | : . | : . | parse_call() ... done [10:26:17.512] | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:17.512] | : . | : . | plyr::llply [10:26:17.513] | : . | : . Finding call to be transpiled ... done [10:26:17.513] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:17.514] | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:17.514] | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:17.515] | : . | : . | Transpiler function: [10:26:17.515] | : . | : . | function (expr, options) [10:26:17.515] | : . | : . | { [10:26:17.515] | : . | : . | ns <- getNamespace("plyr") [10:26:17.515] | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:17.515] | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:17.515] | : . | : . | } [10:26:17.515] | : . | : . | [10:26:17.516] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:17.517] | : . | : get_transpiler() ... done [10:26:17.517] | : . | : Transpile call expression ... [10:26:17.518] | : . | : . local(plyr::llply({ [10:26:17.518] | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:17.518] | : . | : . xs [10:26:17.518] | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:17.518] | : . | : . on.exit(.progressr_progressor()) [10:26:17.518] | : . | : . ...FUN(...) [10:26:17.518] | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:17.519] | : . | : Transpile call expression ... done [10:26:17.519] | : . | : Return transpiled call expression [10:26:17.520] | : . | transpile() ... done [10:26:17.520] | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:17.673] | : . progressify() ... [10:26:17.674] | : . | transpile() ... [10:26:17.674] | : . | : get_transpiler() ... [10:26:17.675] | : . | : . Finding call to be transpiled ... [10:26:17.675] | : . | : . | descend_wrappers() ... [10:26:17.676] | : . | : . | : Call: [10:26:17.676] | : . | : . | : plyr::llply [10:26:17.677] | : . | : . | : parse_call() ... [10:26:17.677] | : . | : . | : . Function: plyr::llply(...) [10:26:17.678] | : . | : . | : parse_call() ... done [10:26:17.678] | : . | : . | descend_wrappers() ... done [10:26:17.679] | : . | : . | parse_call() ... [10:26:17.679] | : . | : . | : Function: plyr::llply(...) [10:26:17.680] | : . | : . | parse_call() ... done [10:26:17.680] | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:17.681] | : . | : . | plyr::llply [10:26:17.681] | : . | : . Finding call to be transpiled ... done [10:26:17.682] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:17.682] | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:17.683] | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:17.683] | : . | : . | Transpiler function: [10:26:17.684] | : . | : . | function (expr, options) [10:26:17.684] | : . | : . | { [10:26:17.684] | : . | : . | ns <- getNamespace("plyr") [10:26:17.684] | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:17.684] | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:17.684] | : . | : . | } [10:26:17.684] | : . | : . | [10:26:17.684] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:17.685] | : . | : get_transpiler() ... done [10:26:17.685] | : . | : Transpile call expression ... [10:26:17.686] | : . | : . local(plyr::llply({ [10:26:17.686] | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:17.686] | : . | : . xs [10:26:17.686] | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:17.686] | : . | : . on.exit(.progressr_progressor()) [10:26:17.686] | : . | : . ...FUN(...) [10:26:17.686] | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:17.687] | : . | : Transpile call expression ... done [10:26:17.687] | : . | : Return transpiled call expression [10:26:17.688] | : . | transpile() ... done [10:26:17.688] | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:17.839] | : . progressify() ... [10:26:17.839] | : . | transpile() ... [10:26:17.840] | : . | : get_transpiler() ... [10:26:17.840] | : . | : . Finding call to be transpiled ... [10:26:17.841] | : . | : . | descend_wrappers() ... [10:26:17.841] | : . | : . | : Call: [10:26:17.842] | : . | : . | : plyr::llply [10:26:17.842] | : . | : . | : parse_call() ... [10:26:17.843] | : . | : . | : . Function: plyr::llply(...) [10:26:17.843] | : . | : . | : parse_call() ... done [10:26:17.844] | : . | : . | descend_wrappers() ... done [10:26:17.844] | : . | : . | parse_call() ... [10:26:17.844] | : . | : . | : Function: plyr::llply(...) [10:26:17.845] | : . | : . | parse_call() ... done [10:26:17.845] | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:17.846] | : . | : . | plyr::llply [10:26:17.846] | : . | : . Finding call to be transpiled ... done [10:26:17.847] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:17.847] | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:17.848] | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:17.848] | : . | : . | Transpiler function: [10:26:17.849] | : . | : . | function (expr, options) [10:26:17.849] | : . | : . | { [10:26:17.849] | : . | : . | ns <- getNamespace("plyr") [10:26:17.849] | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:17.849] | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:17.849] | : . | : . | } [10:26:17.849] | : . | : . | [10:26:17.849] | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:17.850] | : . | : get_transpiler() ... done [10:26:17.850] | : . | : Transpile call expression ... [10:26:17.851] | : . | : . local(plyr::llply({ [10:26:17.851] | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:17.851] | : . | : . xs [10:26:17.851] | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:17.851] | : . | : . on.exit(.progressr_progressor()) [10:26:17.851] | : . | : . ...FUN(...) [10:26:17.851] | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:17.852] | : . | : Transpile call expression ... done [10:26:17.852] | : . | : Return transpiled call expression [10:26:17.853] | : . | transpile() ... done [10:26:17.853] | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::llply(xs, FUN))) [10:26:17.989] | : . progressify() ... [10:26:17.990] | : . | transpile() ... [10:26:17.990] | : . | : get_transpiler() ... [10:26:17.990] | : . | : . Finding call to be transpiled ... [10:26:17.991] | : . | : . | descend_wrappers() ... [10:26:17.991] | : . | : . | : Call: [10:26:17.992] | : . | : . | : futurize [10:26:17.992] | : . | : . | : parse_call() ... [10:26:17.993] | : . | : . | : . Function: futurize(...) [10:26:17.993] | : . | : . | : . Locate function ... [10:26:17.993] | : . | : . | : . | Function located in: 'futurize' [10:26:17.994] | : . | : . | : . Locate function ... done [10:26:17.994] | : . | : . | : parse_call() ... done [10:26:17.995] | : . | : . | descend_wrappers() ... done [10:26:17.995] | : . | : . | parse_call() ... [10:26:17.996] | : . | : . | : Function: futurize(...) [10:26:17.996] | : . | : . | : Locate function ... [10:26:17.997] | : . | : . | : . Function located in: 'futurize' [10:26:17.997] | : . | : . | : Locate function ... done [10:26:17.998] | : . | : . | parse_call() ... done [10:26:17.998] | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:17.999] | : . | : . | futurize [10:26:17.999] | : . | : . Finding call to be transpiled ... done [10:26:18.000] | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:18.000] | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:18.001] | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:18.001] | : . | : . Apply nested transpiler ... [10:26:18.002] | : . | : . | futurize(plyr::llply(xs, FUN)) [10:26:18.003] | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::llply(xs, [10:26:18.003] | : . | : . | FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:18.003] | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:18.003] | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:18.004] | : . | : . Apply nested transpiler ... done [10:26:18.004] | : . | : . get_transpiler() ... [10:26:18.005] | : . | : . | Finding call to be transpiled ... [10:26:18.005] | : . | : . | : descend_wrappers() ... [10:26:18.006] | : . | : . | : . Call: [10:26:18.006] | : . | : . | : . with [10:26:18.007] | : . | : . | : . parse_call() ... [10:26:18.007] | : . | : . | : . | Function: with(...) [10:26:18.008] | : . | : . | : . | Locate function ... [10:26:18.008] | : . | : . | : . | : Function located in: 'base' [10:26:18.009] | : . | : . | : . | Locate function ... done [10:26:18.009] | : . | : . | : . parse_call() ... done [10:26:18.010] | : . | : . | : . Wrapped in with( ... ) [10:26:18.010] | : . | : . | : . descend_wrappers() ... [10:26:18.011] | : . | : . | : . | Call: [10:26:18.011] | : . | : . | : . | `(` [10:26:18.012] | : . | : . | : . | parse_call() ... [10:26:18.012] | : . | : . | : . | : Function: ((...) [10:26:18.013] | : . | : . | : . | : Locate function ... [10:26:18.013] | : . | : . | : . | : . Function located in: 'base' [10:26:18.014] | : . | : . | : . | : Locate function ... done [10:26:18.014] | : . | : . | : . | parse_call() ... done [10:26:18.015] | : . | : . | : . | Wrapped in ( ... ) [10:26:18.015] | : . | : . | : . | descend_wrappers() ... [10:26:18.016] | : . | : . | : . | : Call: [10:26:18.016] | : . | : . | : . | : plyr::llply [10:26:18.017] | : . | : . | : . | : parse_call() ... [10:26:18.017] | : . | : . | : . | : . Function: plyr::llply(...) [10:26:18.018] | : . | : . | : . | : parse_call() ... done [10:26:18.018] | : . | : . | : . | descend_wrappers() ... done [10:26:18.019] | : . | : . | : . descend_wrappers() ... done [10:26:18.019] | : . | : . | : descend_wrappers() ... done [10:26:18.020] | : . | : . | : parse_call() ... [10:26:18.020] | : . | : . | : . Function: plyr::llply(...) [10:26:18.020] | : . | : . | : parse_call() ... done [10:26:18.021] | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:18.021] | : . | : . | : plyr::llply [10:26:18.022] | : . | : . | Finding call to be transpiled ... done [10:26:18.023] | : . | : . | Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:18.023] | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:18.024] | : . | : . | : Transpiler description: plyr::llply() transpiler [10:26:18.024] | : . | : . | : Transpiler function: [10:26:18.024] | : . | : . | : function (expr, options) [10:26:18.024] | : . | : . | : { [10:26:18.024] | : . | : . | : ns <- getNamespace("plyr") [10:26:18.024] | : . | : . | : fcn <- get("llply", mode = "function", envir = ns) [10:26:18.024] | : . | : . | : progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:18.024] | : . | : . | : } [10:26:18.024] | : . | : . | : [10:26:18.025] | : . | : . | : Creating wrapper transpiler ... [10:26:18.026] | : . | : . | : . $label [10:26:18.026] | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:18.026] | : . | : . | : . [10:26:18.026] | : . | : . | : . $transpiler [10:26:18.026] | : . | : . | : . function (expr, ...) [10:26:18.026] | : . | : . | : . { [10:26:18.026] | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:18.026] | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:18.026] | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:18.026] | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:18.026] | : . | : . | : . expr [10:26:18.026] | : . | : . | : . } [10:26:18.026] | : . | : . | : . [10:26:18.026] | : . | : . | : . [10:26:18.026] | : . | : . | : . [10:26:18.026] | : . | : . | : Creating wrapper transpiler ... done [10:26:18.027] | : . | : . | Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:18.027] | : . | : . get_transpiler() ... done [10:26:18.028] | : . | : . Transpile call expression ... [10:26:18.029] | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::llply({ [10:26:18.029] | : . | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:18.029] | : . | : . | xs [10:26:18.029] | : . | : . | }, function(..., ...FUN, .progressr_progressor) { [10:26:18.029] | : . | : . | on.exit(.progressr_progressor()) [10:26:18.029] | : . | : . | ...FUN(...) [10:26:18.029] | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:18.029] | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:18.029] | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:18.029] | : . | : . | ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:18.030] | : . | : . Transpile call expression ... done [10:26:18.031] | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:18.181] | : . | : get_transpiler() ... done [10:26:18.182] | : . | transpile() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:18.185] | : . | progressify() ... [10:26:18.186] | : . | : transpile() ... [10:26:18.186] | : . | : . get_transpiler() ... [10:26:18.187] | : . | : . | Finding call to be transpiled ... [10:26:18.187] | : . | : . | : descend_wrappers() ... [10:26:18.188] | : . | : . | : . Call: [10:26:18.188] | : . | : . | : . futurize [10:26:18.189] | : . | : . | : . parse_call() ... [10:26:18.189] | : . | : . | : . | Function: futurize(...) [10:26:18.190] | : . | : . | : . | Locate function ... [10:26:18.190] | : . | : . | : . | : Function located in: 'futurize' [10:26:18.191] | : . | : . | : . | Locate function ... done [10:26:18.191] | : . | : . | : . parse_call() ... done [10:26:18.192] | : . | : . | : descend_wrappers() ... done [10:26:18.192] | : . | : . | : parse_call() ... [10:26:18.193] | : . | : . | : . Function: futurize(...) [10:26:18.193] | : . | : . | : . Locate function ... [10:26:18.194] | : . | : . | : . | Function located in: 'futurize' [10:26:18.194] | : . | : . | : . Locate function ... done [10:26:18.195] | : . | : . | : parse_call() ... done [10:26:18.195] | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:18.196] | : . | : . | : futurize [10:26:18.196] | : . | : . | Finding call to be transpiled ... done [10:26:18.197] | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:18.197] | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:18.198] | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:18.198] | : . | : . | Apply nested transpiler ... [10:26:18.199] | : . | : . | : futurize(plyr::llply(xs, FUN)) [10:26:18.200] | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::llply(xs, [10:26:18.200] | : . | : . | : FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:18.200] | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:18.200] | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:18.201] | : . | : . | Apply nested transpiler ... done [10:26:18.201] | : . | : . | get_transpiler() ... [10:26:18.202] | : . | : . | : Finding call to be transpiled ... [10:26:18.202] | : . | : . | : . descend_wrappers() ... [10:26:18.203] | : . | : . | : . | Call: [10:26:18.203] | : . | : . | : . | with [10:26:18.204] | : . | : . | : . | parse_call() ... [10:26:18.204] | : . | : . | : . | : Function: with(...) [10:26:18.205] | : . | : . | : . | : Locate function ... [10:26:18.205] | : . | : . | : . | : . Function located in: 'base' [10:26:18.206] | : . | : . | : . | : Locate function ... done [10:26:18.206] | : . | : . | : . | parse_call() ... done [10:26:18.207] | : . | : . | : . | Wrapped in with( ... ) [10:26:18.207] | : . | : . | : . | descend_wrappers() ... [10:26:18.208] | : . | : . | : . | : Call: [10:26:18.208] | : . | : . | : . | : `(` [10:26:18.209] | : . | : . | : . | : parse_call() ... [10:26:18.209] | : . | : . | : . | : . Function: ((...) [10:26:18.210] | : . | : . | : . | : . Locate function ... [10:26:18.210] | : . | : . | : . | : . | Function located in: 'base' [10:26:18.211] | : . | : . | : . | : . Locate function ... done [10:26:18.211] | : . | : . | : . | : parse_call() ... done [10:26:18.212] | : . | : . | : . | : Wrapped in ( ... ) [10:26:18.212] | : . | : . | : . | : descend_wrappers() ... [10:26:18.213] | : . | : . | : . | : . Call: [10:26:18.213] | : . | : . | : . | : . plyr::llply [10:26:18.214] | : . | : . | : . | : . parse_call() ... [10:26:18.214] | : . | : . | : . | : . | Function: plyr::llply(...) [10:26:18.215] | : . | : . | : . | : . parse_call() ... done [10:26:18.215] | : . | : . | : . | : descend_wrappers() ... done [10:26:18.216] | : . | : . | : . | descend_wrappers() ... done [10:26:18.216] | : . | : . | : . descend_wrappers() ... done [10:26:18.217] | : . | : . | : . parse_call() ... [10:26:18.217] | : . | : . | : . | Function: plyr::llply(...) [10:26:18.218] | : . | : . | : . parse_call() ... done [10:26:18.218] | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:18.219] | : . | : . | : . plyr::llply [10:26:18.219] | : . | : . | : Finding call to be transpiled ... done [10:26:18.220] | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:18.220] | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:18.221] | : . | : . | : . Transpiler description: plyr::llply() transpiler [10:26:18.221] | : . | : . | : . Transpiler function: [10:26:18.222] | : . | : . | : . function (expr, options) [10:26:18.222] | : . | : . | : . { [10:26:18.222] | : . | : . | : . ns <- getNamespace("plyr") [10:26:18.222] | : . | : . | : . fcn <- get("llply", mode = "function", envir = ns) [10:26:18.222] | : . | : . | : . progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:18.222] | : . | : . | : . } [10:26:18.222] | : . | : . | : . [10:26:18.222] | : . | : . | : . Creating wrapper transpiler ... [10:26:18.223] | : . | : . | : . | $label [10:26:18.223] | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:18.223] | : . | : . | : . | [10:26:18.223] | : . | : . | : . | $transpiler [10:26:18.223] | : . | : . | : . | function (expr, ...) [10:26:18.223] | : . | : . | : . | { [10:26:18.223] | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:18.223] | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:18.223] | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:18.223] | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:18.223] | : . | : . | : . | expr [10:26:18.223] | : . | : . | : . | } [10:26:18.223] | : . | : . | : . | [10:26:18.223] | : . | : . | : . | [10:26:18.223] | : . | : . | : . | [10:26:18.224] | : . | : . | : . Creating wrapper transpiler ... done [10:26:18.224] | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:18.225] | : . | : . | get_transpiler() ... done [10:26:18.225] | : . | : . | Transpile call expression ... [10:26:18.226] | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::llply({ [10:26:18.226] | : . | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:18.226] | : . | : . | : xs [10:26:18.226] | : . | : . | : }, function(..., ...FUN, .progressr_progressor) { [10:26:18.226] | : . | : . | : on.exit(.progressr_progressor()) [10:26:18.226] | : . | : . | : ...FUN(...) [10:26:18.226] | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:18.226] | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:18.226] | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:18.226] | : . | : . | : ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:18.227] | : . | : . | Transpile call expression ... done [10:26:18.228] | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:18.377] | : . | : . get_transpiler() ... done [10:26:18.378] | : . | : transpile() ... done character(0) [10:26:18.379] | : . | : progressify() ... [10:26:18.379] | : . | : . transpile() ... [10:26:18.380] | : . | : . | get_transpiler() ... [10:26:18.380] | : . | : . | : Finding call to be transpiled ... [10:26:18.381] | : . | : . | : . descend_wrappers() ... [10:26:18.381] | : . | : . | : . | Call: [10:26:18.382] | : . | : . | : . | futurize [10:26:18.382] | : . | : . | : . | parse_call() ... [10:26:18.383] | : . | : . | : . | : Function: futurize(...) [10:26:18.383] | : . | : . | : . | : Locate function ... [10:26:18.384] | : . | : . | : . | : . Function located in: 'futurize' [10:26:18.384] | : . | : . | : . | : Locate function ... done [10:26:18.385] | : . | : . | : . | parse_call() ... done [10:26:18.385] | : . | : . | : . descend_wrappers() ... done [10:26:18.386] | : . | : . | : . parse_call() ... [10:26:18.386] | : . | : . | : . | Function: futurize(...) [10:26:18.387] | : . | : . | : . | Locate function ... [10:26:18.387] | : . | : . | : . | : Function located in: 'futurize' [10:26:18.388] | : . | : . | : . | Locate function ... done [10:26:18.388] | : . | : . | : . parse_call() ... done [10:26:18.389] | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:18.389] | : . | : . | : . futurize [10:26:18.390] | : . | : . | : Finding call to be transpiled ... done [10:26:18.390] | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:18.391] | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:18.391] | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:18.392] | : . | : . | : Apply nested transpiler ... [10:26:18.392] | : . | : . | : . futurize(plyr::llply(xs, FUN)) [10:26:18.393] | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::llply(xs, [10:26:18.393] | : . | : . | : . FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:18.393] | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:18.393] | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:18.394] | : . | : . | : Apply nested transpiler ... done [10:26:18.395] | : . | : . | : get_transpiler() ... [10:26:18.395] | : . | : . | : . Finding call to be transpiled ... [10:26:18.396] | : . | : . | : . | descend_wrappers() ... [10:26:18.396] | : . | : . | : . | : Call: [10:26:18.397] | : . | : . | : . | : with [10:26:18.397] | : . | : . | : . | : parse_call() ... [10:26:18.398] | : . | : . | : . | : . Function: with(...) [10:26:18.398] | : . | : . | : . | : . Locate function ... [10:26:18.399] | : . | : . | : . | : . | Function located in: 'base' [10:26:18.399] | : . | : . | : . | : . Locate function ... done [10:26:18.400] | : . | : . | : . | : parse_call() ... done [10:26:18.400] | : . | : . | : . | : Wrapped in with( ... ) [10:26:18.401] | : . | : . | : . | : descend_wrappers() ... [10:26:18.401] | : . | : . | : . | : . Call: [10:26:18.402] | : . | : . | : . | : . `(` [10:26:18.402] | : . | : . | : . | : . parse_call() ... [10:26:18.403] | : . | : . | : . | : . | Function: ((...) [10:26:18.403] | : . | : . | : . | : . | Locate function ... [10:26:18.404] | : . | : . | : . | : . | : Function located in: 'base' [10:26:18.404] | : . | : . | : . | : . | Locate function ... done [10:26:18.405] | : . | : . | : . | : . parse_call() ... done [10:26:18.405] | : . | : . | : . | : . Wrapped in ( ... ) [10:26:18.406] | : . | : . | : . | : . descend_wrappers() ... [10:26:18.406] | : . | : . | : . | : . | Call: [10:26:18.406] | : . | : . | : . | : . | plyr::llply [10:26:18.407] | : . | : . | : . | : . | parse_call() ... [10:26:18.408] | : . | : . | : . | : . | : Function: plyr::llply(...) [10:26:18.408] | : . | : . | : . | : . | parse_call() ... done [10:26:18.409] | : . | : . | : . | : . descend_wrappers() ... done [10:26:18.409] | : . | : . | : . | : descend_wrappers() ... done [10:26:18.410] | : . | : . | : . | descend_wrappers() ... done [10:26:18.410] | : . | : . | : . | parse_call() ... [10:26:18.410] | : . | : . | : . | : Function: plyr::llply(...) [10:26:18.411] | : . | : . | : . | parse_call() ... done [10:26:18.411] | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:18.412] | : . | : . | : . | plyr::llply [10:26:18.413] | : . | : . | : . Finding call to be transpiled ... done [10:26:18.413] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:18.414] | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:18.414] | : . | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:18.414] | : . | : . | : . | Transpiler function: [10:26:18.415] | : . | : . | : . | function (expr, options) [10:26:18.415] | : . | : . | : . | { [10:26:18.415] | : . | : . | : . | ns <- getNamespace("plyr") [10:26:18.415] | : . | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:18.415] | : . | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:18.415] | : . | : . | : . | } [10:26:18.415] | : . | : . | : . | [10:26:18.416] | : . | : . | : . | Creating wrapper transpiler ... [10:26:18.416] | : . | : . | : . | : $label [10:26:18.416] | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:18.416] | : . | : . | : . | : [10:26:18.416] | : . | : . | : . | : $transpiler [10:26:18.416] | : . | : . | : . | : function (expr, ...) [10:26:18.416] | : . | : . | : . | : { [10:26:18.416] | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:18.416] | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:18.416] | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:18.416] | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:18.416] | : . | : . | : . | : expr [10:26:18.416] | : . | : . | : . | : } [10:26:18.416] | : . | : . | : . | : [10:26:18.416] | : . | : . | : . | : [10:26:18.416] | : . | : . | : . | : [10:26:18.417] | : . | : . | : . | Creating wrapper transpiler ... done [10:26:18.417] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:18.418] | : . | : . | : get_transpiler() ... done [10:26:18.418] | : . | : . | : Transpile call expression ... [10:26:18.419] | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::llply({ [10:26:18.419] | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:18.419] | : . | : . | : . xs [10:26:18.419] | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:18.419] | : . | : . | : . on.exit(.progressr_progressor()) [10:26:18.419] | : . | : . | : . ...FUN(...) [10:26:18.419] | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:18.419] | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:18.419] | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:18.419] | : . | : . | : . ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:18.421] | : . | : . | : Transpile call expression ... done [10:26:18.421] | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:18.573] | : . | : . | get_transpiler() ... done [10:26:18.573] | : . | : . transpile() ... done === llply ========================== plyr::llply(.data = xs, .fun = FUN) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::llply(.data = xs, .fun = FUN))) [10:26:18.575] | : . | : . progressify() ... [10:26:18.575] | : . | : . | transpile() ... [10:26:18.576] | : . | : . | : get_transpiler() ... [10:26:18.576] | : . | : . | : . Finding call to be transpiled ... [10:26:18.577] | : . | : . | : . | descend_wrappers() ... [10:26:18.577] | : . | : . | : . | : Call: [10:26:18.578] | : . | : . | : . | : plyr::llply [10:26:18.578] | : . | : . | : . | : parse_call() ... [10:26:18.579] | : . | : . | : . | : . Function: plyr::llply(...) [10:26:18.579] | : . | : . | : . | : parse_call() ... done [10:26:18.580] | : . | : . | : . | descend_wrappers() ... done [10:26:18.580] | : . | : . | : . | parse_call() ... [10:26:18.581] | : . | : . | : . | : Function: plyr::llply(...) [10:26:18.581] | : . | : . | : . | parse_call() ... done [10:26:18.582] | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:18.582] | : . | : . | : . | plyr::llply [10:26:18.583] | : . | : . | : . Finding call to be transpiled ... done [10:26:18.583] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:18.584] | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:18.584] | : . | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:18.585] | : . | : . | : . | Transpiler function: [10:26:18.585] | : . | : . | : . | function (expr, options) [10:26:18.585] | : . | : . | : . | { [10:26:18.585] | : . | : . | : . | ns <- getNamespace("plyr") [10:26:18.585] | : . | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:18.585] | : . | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:18.585] | : . | : . | : . | } [10:26:18.585] | : . | : . | : . | [10:26:18.586] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:18.587] | : . | : . | : get_transpiler() ... done [10:26:18.587] | : . | : . | : Transpile call expression ... [10:26:18.588] | : . | : . | : . local(plyr::llply(.data = { [10:26:18.588] | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:18.588] | : . | : . | : . xs [10:26:18.588] | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:18.588] | : . | : . | : . on.exit(.progressr_progressor()) [10:26:18.588] | : . | : . | : . ...FUN(...) [10:26:18.588] | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:18.589] | : . | : . | : Transpile call expression ... done [10:26:18.589] | : . | : . | : Return transpiled call expression [10:26:18.590] | : . | : . | transpile() ... done [10:26:18.590] | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:18.745] | : . | : . progressify() ... [10:26:18.745] | : . | : . | transpile() ... [10:26:18.746] | : . | : . | : get_transpiler() ... [10:26:18.746] | : . | : . | : . Finding call to be transpiled ... [10:26:18.747] | : . | : . | : . | descend_wrappers() ... [10:26:18.747] | : . | : . | : . | : Call: [10:26:18.748] | : . | : . | : . | : plyr::llply [10:26:18.748] | : . | : . | : . | : parse_call() ... [10:26:18.749] | : . | : . | : . | : . Function: plyr::llply(...) [10:26:18.749] | : . | : . | : . | : parse_call() ... done [10:26:18.750] | : . | : . | : . | descend_wrappers() ... done [10:26:18.750] | : . | : . | : . | parse_call() ... [10:26:18.751] | : . | : . | : . | : Function: plyr::llply(...) [10:26:18.751] | : . | : . | : . | parse_call() ... done [10:26:18.752] | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:18.752] | : . | : . | : . | plyr::llply [10:26:18.753] | : . | : . | : . Finding call to be transpiled ... done [10:26:18.753] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:18.754] | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:18.755] | : . | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:18.755] | : . | : . | : . | Transpiler function: [10:26:18.755] | : . | : . | : . | function (expr, options) [10:26:18.755] | : . | : . | : . | { [10:26:18.755] | : . | : . | : . | ns <- getNamespace("plyr") [10:26:18.755] | : . | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:18.755] | : . | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:18.755] | : . | : . | : . | } [10:26:18.755] | : . | : . | : . | [10:26:18.756] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:18.757] | : . | : . | : get_transpiler() ... done [10:26:18.757] | : . | : . | : Transpile call expression ... [10:26:18.758] | : . | : . | : . local(plyr::llply(.data = { [10:26:18.758] | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:18.758] | : . | : . | : . xs [10:26:18.758] | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:18.758] | : . | : . | : . on.exit(.progressr_progressor()) [10:26:18.758] | : . | : . | : . ...FUN(...) [10:26:18.758] | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:18.759] | : . | : . | : Transpile call expression ... done [10:26:18.759] | : . | : . | : Return transpiled call expression [10:26:18.760] | : . | : . | transpile() ... done [10:26:18.760] | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:18.913] | : . | : . progressify() ... [10:26:18.913] | : . | : . | transpile() ... [10:26:18.914] | : . | : . | : get_transpiler() ... [10:26:18.914] | : . | : . | : . Finding call to be transpiled ... [10:26:18.915] | : . | : . | : . | descend_wrappers() ... [10:26:18.915] | : . | : . | : . | : Call: [10:26:18.916] | : . | : . | : . | : plyr::llply [10:26:18.916] | : . | : . | : . | : parse_call() ... [10:26:18.917] | : . | : . | : . | : . Function: plyr::llply(...) [10:26:18.917] | : . | : . | : . | : parse_call() ... done [10:26:18.918] | : . | : . | : . | descend_wrappers() ... done [10:26:18.918] | : . | : . | : . | parse_call() ... [10:26:18.919] | : . | : . | : . | : Function: plyr::llply(...) [10:26:18.919] | : . | : . | : . | parse_call() ... done [10:26:18.920] | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:18.920] | : . | : . | : . | plyr::llply [10:26:18.921] | : . | : . | : . Finding call to be transpiled ... done [10:26:18.921] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:18.922] | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:18.922] | : . | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:18.923] | : . | : . | : . | Transpiler function: [10:26:18.923] | : . | : . | : . | function (expr, options) [10:26:18.923] | : . | : . | : . | { [10:26:18.923] | : . | : . | : . | ns <- getNamespace("plyr") [10:26:18.923] | : . | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:18.923] | : . | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:18.923] | : . | : . | : . | } [10:26:18.923] | : . | : . | : . | [10:26:18.924] | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:18.925] | : . | : . | : get_transpiler() ... done [10:26:18.925] | : . | : . | : Transpile call expression ... [10:26:18.926] | : . | : . | : . local(plyr::llply(.data = { [10:26:18.926] | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:18.926] | : . | : . | : . xs [10:26:18.926] | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:18.926] | : . | : . | : . on.exit(.progressr_progressor()) [10:26:18.926] | : . | : . | : . ...FUN(...) [10:26:18.926] | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:18.927] | : . | : . | : Transpile call expression ... done [10:26:18.927] | : . | : . | : Return transpiled call expression [10:26:18.928] | : . | : . | transpile() ... done [10:26:18.928] | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::llply(.data = xs, .fun = FUN))) [10:26:19.081] | : . | : . progressify() ... [10:26:19.082] | : . | : . | transpile() ... [10:26:19.082] | : . | : . | : get_transpiler() ... [10:26:19.083] | : . | : . | : . Finding call to be transpiled ... [10:26:19.083] | : . | : . | : . | descend_wrappers() ... [10:26:19.084] | : . | : . | : . | : Call: [10:26:19.084] | : . | : . | : . | : futurize [10:26:19.085] | : . | : . | : . | : parse_call() ... [10:26:19.085] | : . | : . | : . | : . Function: futurize(...) [10:26:19.086] | : . | : . | : . | : . Locate function ... [10:26:19.086] | : . | : . | : . | : . | Function located in: 'futurize' [10:26:19.087] | : . | : . | : . | : . Locate function ... done [10:26:19.087] | : . | : . | : . | : parse_call() ... done [10:26:19.088] | : . | : . | : . | descend_wrappers() ... done [10:26:19.088] | : . | : . | : . | parse_call() ... [10:26:19.089] | : . | : . | : . | : Function: futurize(...) [10:26:19.089] | : . | : . | : . | : Locate function ... [10:26:19.090] | : . | : . | : . | : . Function located in: 'futurize' [10:26:19.090] | : . | : . | : . | : Locate function ... done [10:26:19.091] | : . | : . | : . | parse_call() ... done [10:26:19.091] | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:19.092] | : . | : . | : . | futurize [10:26:19.092] | : . | : . | : . Finding call to be transpiled ... done [10:26:19.093] | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:19.093] | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:19.094] | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:19.094] | : . | : . | : . Apply nested transpiler ... [10:26:19.095] | : . | : . | : . | futurize(plyr::llply(.data = xs, .fun = FUN)) [10:26:19.096] | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::llply(.data = xs, [10:26:19.096] | : . | : . | : . | .fun = FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:19.096] | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:19.096] | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:19.097] | : . | : . | : . Apply nested transpiler ... done [10:26:19.097] | : . | : . | : . get_transpiler() ... [10:26:19.098] | : . | : . | : . | Finding call to be transpiled ... [10:26:19.098] | : . | : . | : . | : descend_wrappers() ... [10:26:19.099] | : . | : . | : . | : . Call: [10:26:19.099] | : . | : . | : . | : . with [10:26:19.100] | : . | : . | : . | : . parse_call() ... [10:26:19.100] | : . | : . | : . | : . | Function: with(...) [10:26:19.101] | : . | : . | : . | : . | Locate function ... [10:26:19.101] | : . | : . | : . | : . | : Function located in: 'base' [10:26:19.102] | : . | : . | : . | : . | Locate function ... done [10:26:19.102] | : . | : . | : . | : . parse_call() ... done [10:26:19.103] | : . | : . | : . | : . Wrapped in with( ... ) [10:26:19.103] | : . | : . | : . | : . descend_wrappers() ... [10:26:19.104] | : . | : . | : . | : . | Call: [10:26:19.104] | : . | : . | : . | : . | `(` [10:26:19.105] | : . | : . | : . | : . | parse_call() ... [10:26:19.105] | : . | : . | : . | : . | : Function: ((...) [10:26:19.106] | : . | : . | : . | : . | : Locate function ... [10:26:19.106] | : . | : . | : . | : . | : . Function located in: 'base' [10:26:19.107] | : . | : . | : . | : . | : Locate function ... done [10:26:19.107] | : . | : . | : . | : . | parse_call() ... done [10:26:19.108] | : . | : . | : . | : . | Wrapped in ( ... ) [10:26:19.108] | : . | : . | : . | : . | descend_wrappers() ... [10:26:19.109] | : . | : . | : . | : . | : Call: [10:26:19.109] | : . | : . | : . | : . | : plyr::llply [10:26:19.110] | : . | : . | : . | : . | : parse_call() ... [10:26:19.110] | : . | : . | : . | : . | : . Function: plyr::llply(...) [10:26:19.111] | : . | : . | : . | : . | : parse_call() ... done [10:26:19.111] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:19.112] | : . | : . | : . | : . descend_wrappers() ... done [10:26:19.112] | : . | : . | : . | : descend_wrappers() ... done [10:26:19.113] | : . | : . | : . | : parse_call() ... [10:26:19.113] | : . | : . | : . | : . Function: plyr::llply(...) [10:26:19.114] | : . | : . | : . | : parse_call() ... done [10:26:19.114] | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:19.115] | : . | : . | : . | : plyr::llply [10:26:19.115] | : . | : . | : . | Finding call to be transpiled ... done [10:26:19.116] | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:19.116] | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:19.117] | : . | : . | : . | : Transpiler description: plyr::llply() transpiler [10:26:19.117] | : . | : . | : . | : Transpiler function: [10:26:19.118] | : . | : . | : . | : function (expr, options) [10:26:19.118] | : . | : . | : . | : { [10:26:19.118] | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:19.118] | : . | : . | : . | : fcn <- get("llply", mode = "function", envir = ns) [10:26:19.118] | : . | : . | : . | : progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:19.118] | : . | : . | : . | : } [10:26:19.118] | : . | : . | : . | : [10:26:19.118] | : . | : . | : . | : Creating wrapper transpiler ... [10:26:19.119] | : . | : . | : . | : . $label [10:26:19.119] | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:19.119] | : . | : . | : . | : . [10:26:19.119] | : . | : . | : . | : . $transpiler [10:26:19.119] | : . | : . | : . | : . function (expr, ...) [10:26:19.119] | : . | : . | : . | : . { [10:26:19.119] | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:19.119] | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:19.119] | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:19.119] | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:19.119] | : . | : . | : . | : . expr [10:26:19.119] | : . | : . | : . | : . } [10:26:19.119] | : . | : . | : . | : . [10:26:19.119] | : . | : . | : . | : . [10:26:19.119] | : . | : . | : . | : . [10:26:19.120] | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:19.120] | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:19.121] | : . | : . | : . get_transpiler() ... done [10:26:19.121] | : . | : . | : . Transpile call expression ... [10:26:19.122] | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::llply(.data = { [10:26:19.122] | : . | : . | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:19.122] | : . | : . | : . | xs [10:26:19.122] | : . | : . | : . | }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:19.122] | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:19.122] | : . | : . | : . | ...FUN(...) [10:26:19.122] | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:19.122] | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:19.122] | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:19.122] | : . | : . | : . | ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:19.123] | : . | : . | : . Transpile call expression ... done [10:26:19.124] | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:19.276] | : . | : . | : get_transpiler() ... done [10:26:19.277] | : . | : . | transpile() ... done List of 5 $ aa : num 2.5 $ bb : int 2 $ cc : int 4 $ dd : num 3 $ .ee: num 1.5 [10:26:19.280] | : . | : . | progressify() ... [10:26:19.280] | : . | : . | : transpile() ... [10:26:19.281] | : . | : . | : . get_transpiler() ... [10:26:19.281] | : . | : . | : . | Finding call to be transpiled ... [10:26:19.282] | : . | : . | : . | : descend_wrappers() ... [10:26:19.282] | : . | : . | : . | : . Call: [10:26:19.283] | : . | : . | : . | : . futurize [10:26:19.284] | : . | : . | : . | : . parse_call() ... [10:26:19.284] | : . | : . | : . | : . | Function: futurize(...) [10:26:19.285] | : . | : . | : . | : . | Locate function ... [10:26:19.285] | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:19.286] | : . | : . | : . | : . | Locate function ... done [10:26:19.286] | : . | : . | : . | : . parse_call() ... done [10:26:19.287] | : . | : . | : . | : descend_wrappers() ... done [10:26:19.287] | : . | : . | : . | : parse_call() ... [10:26:19.288] | : . | : . | : . | : . Function: futurize(...) [10:26:19.288] | : . | : . | : . | : . Locate function ... [10:26:19.288] | : . | : . | : . | : . | Function located in: 'futurize' [10:26:19.289] | : . | : . | : . | : . Locate function ... done [10:26:19.289] | : . | : . | : . | : parse_call() ... done [10:26:19.290] | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:19.290] | : . | : . | : . | : futurize [10:26:19.291] | : . | : . | : . | Finding call to be transpiled ... done [10:26:19.292] | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:19.292] | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:19.293] | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:19.293] | : . | : . | : . | Apply nested transpiler ... [10:26:19.293] | : . | : . | : . | : futurize(plyr::llply(.data = xs, .fun = FUN)) [10:26:19.294] | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::llply(.data = xs, [10:26:19.294] | : . | : . | : . | : .fun = FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:19.294] | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:19.294] | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:19.296] | : . | : . | : . | Apply nested transpiler ... done [10:26:19.296] | : . | : . | : . | get_transpiler() ... [10:26:19.297] | : . | : . | : . | : Finding call to be transpiled ... [10:26:19.297] | : . | : . | : . | : . descend_wrappers() ... [10:26:19.298] | : . | : . | : . | : . | Call: [10:26:19.298] | : . | : . | : . | : . | with [10:26:19.299] | : . | : . | : . | : . | parse_call() ... [10:26:19.299] | : . | : . | : . | : . | : Function: with(...) [10:26:19.300] | : . | : . | : . | : . | : Locate function ... [10:26:19.300] | : . | : . | : . | : . | : . Function located in: 'base' [10:26:19.301] | : . | : . | : . | : . | : Locate function ... done [10:26:19.301] | : . | : . | : . | : . | parse_call() ... done [10:26:19.302] | : . | : . | : . | : . | Wrapped in with( ... ) [10:26:19.302] | : . | : . | : . | : . | descend_wrappers() ... [10:26:19.302] | : . | : . | : . | : . | : Call: [10:26:19.303] | : . | : . | : . | : . | : `(` [10:26:19.304] | : . | : . | : . | : . | : parse_call() ... [10:26:19.304] | : . | : . | : . | : . | : . Function: ((...) [10:26:19.305] | : . | : . | : . | : . | : . Locate function ... [10:26:19.305] | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:19.306] | : . | : . | : . | : . | : . Locate function ... done [10:26:19.306] | : . | : . | : . | : . | : parse_call() ... done [10:26:19.306] | : . | : . | : . | : . | : Wrapped in ( ... ) [10:26:19.307] | : . | : . | : . | : . | : descend_wrappers() ... [10:26:19.307] | : . | : . | : . | : . | : . Call: [10:26:19.308] | : . | : . | : . | : . | : . plyr::llply [10:26:19.308] | : . | : . | : . | : . | : . parse_call() ... [10:26:19.309] | : . | : . | : . | : . | : . | Function: plyr::llply(...) [10:26:19.309] | : . | : . | : . | : . | : . parse_call() ... done [10:26:19.310] | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:19.310] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:19.311] | : . | : . | : . | : . descend_wrappers() ... done [10:26:19.311] | : . | : . | : . | : . parse_call() ... [10:26:19.312] | : . | : . | : . | : . | Function: plyr::llply(...) [10:26:19.312] | : . | : . | : . | : . parse_call() ... done [10:26:19.313] | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:19.313] | : . | : . | : . | : . plyr::llply [10:26:19.314] | : . | : . | : . | : Finding call to be transpiled ... done [10:26:19.314] | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:19.315] | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:19.315] | : . | : . | : . | : . Transpiler description: plyr::llply() transpiler [10:26:19.316] | : . | : . | : . | : . Transpiler function: [10:26:19.316] | : . | : . | : . | : . function (expr, options) [10:26:19.316] | : . | : . | : . | : . { [10:26:19.316] | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:19.316] | : . | : . | : . | : . fcn <- get("llply", mode = "function", envir = ns) [10:26:19.316] | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:19.316] | : . | : . | : . | : . } [10:26:19.316] | : . | : . | : . | : . [10:26:19.317] | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:19.318] | : . | : . | : . | : . | $label [10:26:19.318] | : . | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:19.318] | : . | : . | : . | : . | [10:26:19.318] | : . | : . | : . | : . | $transpiler [10:26:19.318] | : . | : . | : . | : . | function (expr, ...) [10:26:19.318] | : . | : . | : . | : . | { [10:26:19.318] | : . | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:19.318] | : . | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:19.318] | : . | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:19.318] | : . | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:19.318] | : . | : . | : . | : . | expr [10:26:19.318] | : . | : . | : . | : . | } [10:26:19.318] | : . | : . | : . | : . | [10:26:19.318] | : . | : . | : . | : . | [10:26:19.318] | : . | : . | : . | : . | [10:26:19.318] | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:19.319] | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:19.319] | : . | : . | : . | get_transpiler() ... done [10:26:19.320] | : . | : . | : . | Transpile call expression ... [10:26:19.320] | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::llply(.data = { [10:26:19.320] | : . | : . | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:19.320] | : . | : . | : . | : xs [10:26:19.320] | : . | : . | : . | : }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:19.320] | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:19.320] | : . | : . | : . | : ...FUN(...) [10:26:19.320] | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:19.320] | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:19.320] | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:19.320] | : . | : . | : . | : ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:19.322] | : . | : . | : . | Transpile call expression ... done [10:26:19.323] | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:19.473] | : . | : . | : . get_transpiler() ... done [10:26:19.474] | : . | : . | : transpile() ... done character(0) [10:26:19.474] | : . | : . | : progressify() ... [10:26:19.475] | : . | : . | : . transpile() ... [10:26:19.475] | : . | : . | : . | get_transpiler() ... [10:26:19.476] | : . | : . | : . | : Finding call to be transpiled ... [10:26:19.476] | : . | : . | : . | : . descend_wrappers() ... [10:26:19.477] | : . | : . | : . | : . | Call: [10:26:19.477] | : . | : . | : . | : . | futurize [10:26:19.478] | : . | : . | : . | : . | parse_call() ... [10:26:19.479] | : . | : . | : . | : . | : Function: futurize(...) [10:26:19.479] | : . | : . | : . | : . | : Locate function ... [10:26:19.480] | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:19.480] | : . | : . | : . | : . | : Locate function ... done [10:26:19.481] | : . | : . | : . | : . | parse_call() ... done [10:26:19.481] | : . | : . | : . | : . descend_wrappers() ... done [10:26:19.482] | : . | : . | : . | : . parse_call() ... [10:26:19.482] | : . | : . | : . | : . | Function: futurize(...) [10:26:19.482] | : . | : . | : . | : . | Locate function ... [10:26:19.483] | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:19.483] | : . | : . | : . | : . | Locate function ... done [10:26:19.484] | : . | : . | : . | : . parse_call() ... done [10:26:19.484] | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:19.485] | : . | : . | : . | : . futurize [10:26:19.486] | : . | : . | : . | : Finding call to be transpiled ... done [10:26:19.486] | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:19.487] | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:19.487] | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:19.488] | : . | : . | : . | : Apply nested transpiler ... [10:26:19.488] | : . | : . | : . | : . futurize(plyr::llply(.data = xs, .fun = FUN)) [10:26:19.489] | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::llply(.data = xs, [10:26:19.489] | : . | : . | : . | : . .fun = FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:19.489] | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:19.489] | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d"))))) [10:26:19.490] | : . | : . | : . | : Apply nested transpiler ... done [10:26:19.491] | : . | : . | : . | : get_transpiler() ... [10:26:19.491] | : . | : . | : . | : . Finding call to be transpiled ... [10:26:19.492] | : . | : . | : . | : . | descend_wrappers() ... [10:26:19.492] | : . | : . | : . | : . | : Call: [10:26:19.492] | : . | : . | : . | : . | : with [10:26:19.493] | : . | : . | : . | : . | : parse_call() ... [10:26:19.494] | : . | : . | : . | : . | : . Function: with(...) [10:26:19.494] | : . | : . | : . | : . | : . Locate function ... [10:26:19.495] | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:19.495] | : . | : . | : . | : . | : . Locate function ... done [10:26:19.496] | : . | : . | : . | : . | : parse_call() ... done [10:26:19.496] | : . | : . | : . | : . | : Wrapped in with( ... ) [10:26:19.497] | : . | : . | : . | : . | : descend_wrappers() ... [10:26:19.497] | : . | : . | : . | : . | : . Call: [10:26:19.498] | : . | : . | : . | : . | : . `(` [10:26:19.498] | : . | : . | : . | : . | : . parse_call() ... [10:26:19.499] | : . | : . | : . | : . | : . | Function: ((...) [10:26:19.499] | : . | : . | : . | : . | : . | Locate function ... [10:26:19.500] | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:19.500] | : . | : . | : . | : . | : . | Locate function ... done [10:26:19.501] | : . | : . | : . | : . | : . parse_call() ... done [10:26:19.501] | : . | : . | : . | : . | : . Wrapped in ( ... ) [10:26:19.502] | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:19.502] | : . | : . | : . | : . | : . | Call: [10:26:19.503] | : . | : . | : . | : . | : . | plyr::llply [10:26:19.503] | : . | : . | : . | : . | : . | parse_call() ... [10:26:19.504] | : . | : . | : . | : . | : . | : Function: plyr::llply(...) [10:26:19.504] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:19.505] | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:19.505] | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:19.506] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:19.506] | : . | : . | : . | : . | parse_call() ... [10:26:19.507] | : . | : . | : . | : . | : Function: plyr::llply(...) [10:26:19.507] | : . | : . | : . | : . | parse_call() ... done [10:26:19.508] | : . | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:19.508] | : . | : . | : . | : . | plyr::llply [10:26:19.509] | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:19.509] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... [10:26:19.510] | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:19.510] | : . | : . | : . | : . | Transpiler description: plyr::llply() transpiler [10:26:19.511] | : . | : . | : . | : . | Transpiler function: [10:26:19.511] | : . | : . | : . | : . | function (expr, options) [10:26:19.511] | : . | : . | : . | : . | { [10:26:19.511] | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:19.511] | : . | : . | : . | : . | fcn <- get("llply", mode = "function", envir = ns) [10:26:19.511] | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "llply", fcn = fcn, envir = parent.frame()) [10:26:19.511] | : . | : . | : . | : . | } [10:26:19.511] | : . | : . | : . | : . | [10:26:19.512] | : . | : . | : . | : . | Creating wrapper transpiler ... [10:26:19.512] | : . | : . | : . | : . | : $label [10:26:19.512] | : . | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:19.512] | : . | : . | : . | : . | : [10:26:19.512] | : . | : . | : . | : . | : $transpiler [10:26:19.512] | : . | : . | : . | : . | : function (expr, ...) [10:26:19.512] | : . | : . | : . | : . | : { [10:26:19.512] | : . | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:19.512] | : . | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:19.512] | : . | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:19.512] | : . | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:19.512] | : . | : . | : . | : . | : expr [10:26:19.512] | : . | : . | : . | : . | : } [10:26:19.512] | : . | : . | : . | : . | : [10:26:19.512] | : . | : . | : . | : . | : [10:26:19.512] | : . | : . | : . | : . | : [10:26:19.513] | : . | : . | : . | : . | Creating wrapper transpiler ... done [10:26:19.514] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::llply() of class 'function' ... done [10:26:19.514] | : . | : . | : . | : get_transpiler() ... done [10:26:19.515] | : . | : . | : . | : Transpile call expression ... [10:26:19.515] | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::llply(.data = { [10:26:19.515] | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:19.515] | : . | : . | : . | : . xs [10:26:19.515] | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:19.515] | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:19.515] | : . | : . | : . | : . ...FUN(...) [10:26:19.515] | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:19.515] | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:19.515] | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::llply-%d")), [10:26:19.515] | : . | : . | : . | : . ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:19.517] | : . | : . | : . | : Transpile call expression ... done [10:26:19.517] | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:19.670] | : . | : . | : . | get_transpiler() ... done [10:26:19.671] | : . | : . | : . transpile() ... done === ldply ========================== plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, x)))) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, x)))))) [10:26:19.676] | : . | : . | : . progressify() ... [10:26:19.677] | : . | : . | : . | transpile() ... [10:26:19.677] | : . | : . | : . | : get_transpiler() ... [10:26:19.678] | : . | : . | : . | : . Finding call to be transpiled ... [10:26:19.678] | : . | : . | : . | : . | descend_wrappers() ... [10:26:19.679] | : . | : . | : . | : . | : Call: [10:26:19.679] | : . | : . | : . | : . | : plyr::ldply [10:26:19.680] | : . | : . | : . | : . | : parse_call() ... [10:26:19.681] | : . | : . | : . | : . | : . Function: plyr::ldply(...) [10:26:19.681] | : . | : . | : . | : . | : parse_call() ... done [10:26:19.682] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:19.682] | : . | : . | : . | : . | parse_call() ... [10:26:19.683] | : . | : . | : . | : . | : Function: plyr::ldply(...) [10:26:19.683] | : . | : . | : . | : . | parse_call() ... done [10:26:19.684] | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:19.684] | : . | : . | : . | : . | plyr::ldply [10:26:19.685] | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:19.685] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:19.686] | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:19.686] | : . | : . | : . | : . | Transpiler description: plyr::ldply() transpiler [10:26:19.687] | : . | : . | : . | : . | Transpiler function: [10:26:19.687] | : . | : . | : . | : . | function (expr, options) [10:26:19.687] | : . | : . | : . | : . | { [10:26:19.687] | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:19.687] | : . | : . | : . | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:19.687] | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:19.687] | : . | : . | : . | : . | } [10:26:19.687] | : . | : . | : . | : . | [10:26:19.688] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:19.688] | : . | : . | : . | : get_transpiler() ... done [10:26:19.689] | : . | : . | : . | : Transpile call expression ... [10:26:19.689] | : . | : . | : . | : . local(plyr::ldply(.data = { [10:26:19.689] | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:19.689] | : . | : . | : . | : . xs [10:26:19.689] | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:19.689] | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:19.689] | : . | : . | : . | : . ...FUN(...) [10:26:19.689] | : . | : . | : . | : . }, ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:19.689] | : . | : . | : . | : . .progressr_progressor = .progressr_progressor)) [10:26:19.690] | : . | : . | : . | : Transpile call expression ... done [10:26:19.691] | : . | : . | : . | : Return transpiled call expression [10:26:19.691] | : . | : . | : . | transpile() ... done [10:26:19.692] | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered 'data.frame': 5 obs. of 2 variables: $ .id: chr "aa" "bb" "cc" "dd" ... $ med: num 2.5 2 4 3 1.5 [10:26:19.839] | : . | : . | : . progressify() ... [10:26:19.840] | : . | : . | : . | transpile() ... [10:26:19.840] | : . | : . | : . | : get_transpiler() ... [10:26:19.841] | : . | : . | : . | : . Finding call to be transpiled ... [10:26:19.841] | : . | : . | : . | : . | descend_wrappers() ... [10:26:19.842] | : . | : . | : . | : . | : Call: [10:26:19.842] | : . | : . | : . | : . | : plyr::ldply [10:26:19.842] | : . | : . | : . | : . | : parse_call() ... [10:26:19.843] | : . | : . | : . | : . | : . Function: plyr::ldply(...) [10:26:19.843] | : . | : . | : . | : . | : parse_call() ... done [10:26:19.844] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:19.844] | : . | : . | : . | : . | parse_call() ... [10:26:19.845] | : . | : . | : . | : . | : Function: plyr::ldply(...) [10:26:19.845] | : . | : . | : . | : . | parse_call() ... done [10:26:19.845] | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:19.846] | : . | : . | : . | : . | plyr::ldply [10:26:19.846] | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:19.847] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:19.847] | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:19.848] | : . | : . | : . | : . | Transpiler description: plyr::ldply() transpiler [10:26:19.848] | : . | : . | : . | : . | Transpiler function: [10:26:19.849] | : . | : . | : . | : . | function (expr, options) [10:26:19.849] | : . | : . | : . | : . | { [10:26:19.849] | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:19.849] | : . | : . | : . | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:19.849] | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:19.849] | : . | : . | : . | : . | } [10:26:19.849] | : . | : . | : . | : . | [10:26:19.849] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:19.850] | : . | : . | : . | : get_transpiler() ... done [10:26:19.850] | : . | : . | : . | : Transpile call expression ... [10:26:19.852] | : . | : . | : . | : . local(plyr::ldply(.data = { [10:26:19.852] | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:19.852] | : . | : . | : . | : . xs [10:26:19.852] | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:19.852] | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:19.852] | : . | : . | : . | : . ...FUN(...) [10:26:19.852] | : . | : . | : . | : . }, ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:19.852] | : . | : . | : . | : . .progressr_progressor = .progressr_progressor)) [10:26:19.853] | : . | : . | : . | : Transpile call expression ... done [10:26:19.853] | : . | : . | : . | : Return transpiled call expression [10:26:19.854] | : . | : . | : . | transpile() ... done [10:26:19.854] | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:19.986] | : . | : . | : . progressify() ... [10:26:19.986] | : . | : . | : . | transpile() ... [10:26:19.987] | : . | : . | : . | : get_transpiler() ... [10:26:19.987] | : . | : . | : . | : . Finding call to be transpiled ... [10:26:19.987] | : . | : . | : . | : . | descend_wrappers() ... [10:26:19.988] | : . | : . | : . | : . | : Call: [10:26:19.988] | : . | : . | : . | : . | : plyr::ldply [10:26:19.989] | : . | : . | : . | : . | : parse_call() ... [10:26:19.989] | : . | : . | : . | : . | : . Function: plyr::ldply(...) [10:26:19.989] | : . | : . | : . | : . | : parse_call() ... done [10:26:19.990] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:19.990] | : . | : . | : . | : . | parse_call() ... [10:26:19.991] | : . | : . | : . | : . | : Function: plyr::ldply(...) [10:26:19.991] | : . | : . | : . | : . | parse_call() ... done [10:26:19.991] | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:19.992] | : . | : . | : . | : . | plyr::ldply [10:26:19.992] | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:19.993] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:19.993] | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:19.993] | : . | : . | : . | : . | Transpiler description: plyr::ldply() transpiler [10:26:19.994] | : . | : . | : . | : . | Transpiler function: [10:26:19.994] | : . | : . | : . | : . | function (expr, options) [10:26:19.994] | : . | : . | : . | : . | { [10:26:19.994] | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:19.994] | : . | : . | : . | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:19.994] | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:19.994] | : . | : . | : . | : . | } [10:26:19.994] | : . | : . | : . | : . | [10:26:19.995] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:19.995] | : . | : . | : . | : get_transpiler() ... done [10:26:19.996] | : . | : . | : . | : Transpile call expression ... [10:26:19.996] | : . | : . | : . | : . local(plyr::ldply(.data = { [10:26:19.996] | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:19.996] | : . | : . | : . | : . xs [10:26:19.996] | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:19.996] | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:19.996] | : . | : . | : . | : . ...FUN(...) [10:26:19.996] | : . | : . | : . | : . }, ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:19.996] | : . | : . | : . | : . .progressr_progressor = .progressr_progressor)) [10:26:19.997] | : . | : . | : . | : Transpile call expression ... done [10:26:19.998] | : . | : . | : . | : Return transpiled call expression [10:26:19.998] | : . | : . | : . | transpile() ... done [10:26:19.999] | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, x)))))) [10:26:20.156] | : . | : . | : . progressify() ... [10:26:20.156] | : . | : . | : . | transpile() ... [10:26:20.157] | : . | : . | : . | : get_transpiler() ... [10:26:20.157] | : . | : . | : . | : . Finding call to be transpiled ... [10:26:20.158] | : . | : . | : . | : . | descend_wrappers() ... [10:26:20.158] | : . | : . | : . | : . | : Call: [10:26:20.159] | : . | : . | : . | : . | : futurize [10:26:20.159] | : . | : . | : . | : . | : parse_call() ... [10:26:20.160] | : . | : . | : . | : . | : . Function: futurize(...) [10:26:20.160] | : . | : . | : . | : . | : . Locate function ... [10:26:20.161] | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:20.161] | : . | : . | : . | : . | : . Locate function ... done [10:26:20.162] | : . | : . | : . | : . | : parse_call() ... done [10:26:20.162] | : . | : . | : . | : . | descend_wrappers() ... done [10:26:20.163] | : . | : . | : . | : . | parse_call() ... [10:26:20.163] | : . | : . | : . | : . | : Function: futurize(...) [10:26:20.164] | : . | : . | : . | : . | : Locate function ... [10:26:20.164] | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:20.165] | : . | : . | : . | : . | : Locate function ... done [10:26:20.165] | : . | : . | : . | : . | parse_call() ... done [10:26:20.166] | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:20.166] | : . | : . | : . | : . | futurize [10:26:20.167] | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:20.167] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:20.168] | : . | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:20.169] | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:20.169] | : . | : . | : . | : . Apply nested transpiler ... [10:26:20.169] | : . | : . | : . | : . | futurize(plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, [10:26:20.169] | : . | : . | : . | : . | x))))) [10:26:20.170] | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::ldply(.data = xs, [10:26:20.170] | : . | : . | : . | : . | .fun = function(x) data.frame(med = median(c(1:5, x))), .parallel = TRUE, [10:26:20.170] | : . | : . | : . | : . | .paropts = list(.options.future = list(stdout = TRUE, conditions = "condition", [10:26:20.170] | : . | : . | : . | : . | globals = TRUE, packages = NULL, seed = FALSE, scheduling = 1, [10:26:20.170] | : . | : . | : . | : . | chunk.size = NULL, label = "fz:plyr::ldply-%d"))))) [10:26:20.172] | : . | : . | : . | : . Apply nested transpiler ... done [10:26:20.172] | : . | : . | : . | : . get_transpiler() ... [10:26:20.173] | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:20.173] | : . | : . | : . | : . | : descend_wrappers() ... [10:26:20.174] | : . | : . | : . | : . | : . Call: [10:26:20.174] | : . | : . | : . | : . | : . with [10:26:20.175] | : . | : . | : . | : . | : . parse_call() ... [10:26:20.175] | : . | : . | : . | : . | : . | Function: with(...) [10:26:20.176] | : . | : . | : . | : . | : . | Locate function ... [10:26:20.176] | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:20.177] | : . | : . | : . | : . | : . | Locate function ... done [10:26:20.177] | : . | : . | : . | : . | : . parse_call() ... done [10:26:20.178] | : . | : . | : . | : . | : . Wrapped in with( ... ) [10:26:20.178] | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:20.179] | : . | : . | : . | : . | : . | Call: [10:26:20.179] | : . | : . | : . | : . | : . | `(` [10:26:20.180] | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.180] | : . | : . | : . | : . | : . | : Function: ((...) [10:26:20.181] | : . | : . | : . | : . | : . | : Locate function ... [10:26:20.181] | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:20.182] | : . | : . | : . | : . | : . | : Locate function ... done [10:26:20.182] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.183] | : . | : . | : . | : . | : . | Wrapped in ( ... ) [10:26:20.183] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:20.184] | : . | : . | : . | : . | : . | : Call: [10:26:20.184] | : . | : . | : . | : . | : . | : plyr::ldply [10:26:20.185] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:20.185] | : . | : . | : . | : . | : . | : . Function: plyr::ldply(...) [10:26:20.186] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:20.186] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:20.187] | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:20.187] | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:20.188] | : . | : . | : . | : . | : parse_call() ... [10:26:20.188] | : . | : . | : . | : . | : . Function: plyr::ldply(...) [10:26:20.189] | : . | : . | : . | : . | : parse_call() ... done [10:26:20.189] | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:20.190] | : . | : . | : . | : . | : plyr::ldply [10:26:20.190] | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:20.191] | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:20.191] | : . | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:20.192] | : . | : . | : . | : . | : Transpiler description: plyr::ldply() transpiler [10:26:20.192] | : . | : . | : . | : . | : Transpiler function: [10:26:20.193] | : . | : . | : . | : . | : function (expr, options) [10:26:20.193] | : . | : . | : . | : . | : { [10:26:20.193] | : . | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:20.193] | : . | : . | : . | : . | : fcn <- get("ldply", mode = "function", envir = ns) [10:26:20.193] | : . | : . | : . | : . | : progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:20.193] | : . | : . | : . | : . | : } [10:26:20.193] | : . | : . | : . | : . | : [10:26:20.193] | : . | : . | : . | : . | : Creating wrapper transpiler ... [10:26:20.194] | : . | : . | : . | : . | : . $label [10:26:20.194] | : . | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:20.194] | : . | : . | : . | : . | : . [10:26:20.194] | : . | : . | : . | : . | : . $transpiler [10:26:20.194] | : . | : . | : . | : . | : . function (expr, ...) [10:26:20.194] | : . | : . | : . | : . | : . { [10:26:20.194] | : . | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:20.194] | : . | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:20.194] | : . | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:20.194] | : . | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:20.194] | : . | : . | : . | : . | : . expr [10:26:20.194] | : . | : . | : . | : . | : . } [10:26:20.194] | : . | : . | : . | : . | : . [10:26:20.194] | : . | : . | : . | : . | : . [10:26:20.194] | : . | : . | : . | : . | : . [10:26:20.195] | : . | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:20.195] | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:20.196] | : . | : . | : . | : . get_transpiler() ... done [10:26:20.196] | : . | : . | : . | : . Transpile call expression ... [10:26:20.197] | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::ldply(.data = { [10:26:20.197] | : . | : . | : . | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:20.197] | : . | : . | : . | : . | xs [10:26:20.197] | : . | : . | : . | : . | }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:20.197] | : . | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:20.197] | : . | : . | : . | : . | ...FUN(...) [10:26:20.197] | : . | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:20.197] | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:20.197] | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::ldply-%d")), [10:26:20.197] | : . | : . | : . | : . | ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:20.197] | : . | : . | : . | : . | .progressr_progressor = .progressr_progressor)))) [10:26:20.199] | : . | : . | : . | : . Transpile call expression ... done [10:26:20.199] | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:20.353] | : . | : . | : . | : get_transpiler() ... done [10:26:20.354] | : . | : . | : . | transpile() ... 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:20.356] | : . | : . | : . | progressify() ... [10:26:20.357] | : . | : . | : . | : transpile() ... [10:26:20.357] | : . | : . | : . | : . get_transpiler() ... [10:26:20.358] | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:20.358] | : . | : . | : . | : . | : descend_wrappers() ... [10:26:20.359] | : . | : . | : . | : . | : . Call: [10:26:20.359] | : . | : . | : . | : . | : . futurize [10:26:20.360] | : . | : . | : . | : . | : . parse_call() ... [10:26:20.360] | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:20.361] | : . | : . | : . | : . | : . | Locate function ... [10:26:20.361] | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:20.362] | : . | : . | : . | : . | : . | Locate function ... done [10:26:20.362] | : . | : . | : . | : . | : . parse_call() ... done [10:26:20.363] | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:20.363] | : . | : . | : . | : . | : parse_call() ... [10:26:20.364] | : . | : . | : . | : . | : . Function: futurize(...) [10:26:20.364] | : . | : . | : . | : . | : . Locate function ... [10:26:20.365] | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:20.365] | : . | : . | : . | : . | : . Locate function ... done [10:26:20.365] | : . | : . | : . | : . | : parse_call() ... done [10:26:20.366] | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:20.366] | : . | : . | : . | : . | : futurize [10:26:20.367] | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:20.368] | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:20.368] | : . | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:20.369] | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:20.369] | : . | : . | : . | : . | Apply nested transpiler ... [10:26:20.370] | : . | : . | : . | : . | : futurize(plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, [10:26:20.370] | : . | : . | : . | : . | : x))))) [10:26:20.370] | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::ldply(.data = xs, [10:26:20.370] | : . | : . | : . | : . | : .fun = function(x) data.frame(med = median(c(1:5, x))), .parallel = TRUE, [10:26:20.370] | : . | : . | : . | : . | : .paropts = list(.options.future = list(stdout = TRUE, conditions = "condition", [10:26:20.370] | : . | : . | : . | : . | : globals = TRUE, packages = NULL, seed = FALSE, scheduling = 1, [10:26:20.370] | : . | : . | : . | : . | : chunk.size = NULL, label = "fz:plyr::ldply-%d"))))) [10:26:20.372] | : . | : . | : . | : . | Apply nested transpiler ... done [10:26:20.372] | : . | : . | : . | : . | get_transpiler() ... [10:26:20.373] | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:20.373] | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:20.374] | : . | : . | : . | : . | : . | Call: [10:26:20.374] | : . | : . | : . | : . | : . | with [10:26:20.375] | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.375] | : . | : . | : . | : . | : . | : Function: with(...) [10:26:20.376] | : . | : . | : . | : . | : . | : Locate function ... [10:26:20.376] | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:20.377] | : . | : . | : . | : . | : . | : Locate function ... done [10:26:20.377] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.378] | : . | : . | : . | : . | : . | Wrapped in with( ... ) [10:26:20.378] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:20.379] | : . | : . | : . | : . | : . | : Call: [10:26:20.379] | : . | : . | : . | : . | : . | : `(` [10:26:20.380] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:20.380] | : . | : . | : . | : . | : . | : . Function: ((...) [10:26:20.381] | : . | : . | : . | : . | : . | : . Locate function ... [10:26:20.381] | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:20.382] | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:20.382] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:20.382] | : . | : . | : . | : . | : . | : Wrapped in ( ... ) [10:26:20.383] | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:20.383] | : . | : . | : . | : . | : . | : . Call: [10:26:20.384] | : . | : . | : . | : . | : . | : . plyr::ldply [10:26:20.385] | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:20.385] | : . | : . | : . | : . | : . | : . | Function: plyr::ldply(...) [10:26:20.386] | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:20.386] | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:20.387] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:20.387] | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:20.388] | : . | : . | : . | : . | : . parse_call() ... [10:26:20.388] | : . | : . | : . | : . | : . | Function: plyr::ldply(...) [10:26:20.389] | : . | : . | : . | : . | : . parse_call() ... done [10:26:20.389] | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:20.390] | : . | : . | : . | : . | : . plyr::ldply [10:26:20.390] | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:20.391] | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:20.391] | : . | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:20.392] | : . | : . | : . | : . | : . Transpiler description: plyr::ldply() transpiler [10:26:20.392] | : . | : . | : . | : . | : . Transpiler function: [10:26:20.393] | : . | : . | : . | : . | : . function (expr, options) [10:26:20.393] | : . | : . | : . | : . | : . { [10:26:20.393] | : . | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:20.393] | : . | : . | : . | : . | : . fcn <- get("ldply", mode = "function", envir = ns) [10:26:20.393] | : . | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:20.393] | : . | : . | : . | : . | : . } [10:26:20.393] | : . | : . | : . | : . | : . [10:26:20.393] | : . | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:20.394] | : . | : . | : . | : . | : . | $label [10:26:20.394] | : . | : . | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:20.394] | : . | : . | : . | : . | : . | [10:26:20.394] | : . | : . | : . | : . | : . | $transpiler [10:26:20.394] | : . | : . | : . | : . | : . | function (expr, ...) [10:26:20.394] | : . | : . | : . | : . | : . | { [10:26:20.394] | : . | : . | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:20.394] | : . | : . | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:20.394] | : . | : . | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:20.394] | : . | : . | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:20.394] | : . | : . | : . | : . | : . | expr [10:26:20.394] | : . | : . | : . | : . | : . | } [10:26:20.394] | : . | : . | : . | : . | : . | [10:26:20.394] | : . | : . | : . | : . | : . | [10:26:20.394] | : . | : . | : . | : . | : . | [10:26:20.395] | : . | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:20.395] | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:20.396] | : . | : . | : . | : . | get_transpiler() ... done [10:26:20.396] | : . | : . | : . | : . | Transpile call expression ... [10:26:20.397] | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::ldply(.data = { [10:26:20.397] | : . | : . | : . | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:20.397] | : . | : . | : . | : . | : xs [10:26:20.397] | : . | : . | : . | : . | : }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:20.397] | : . | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:20.397] | : . | : . | : . | : . | : ...FUN(...) [10:26:20.397] | : . | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:20.397] | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:20.397] | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::ldply-%d")), [10:26:20.397] | : . | : . | : . | : . | : ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:20.397] | : . | : . | : . | : . | : .progressr_progressor = .progressr_progressor)))) [10:26:20.399] | : . | : . | : . | : . | Transpile call expression ... done [10:26:20.399] | : . | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:20.552] | : . | : . | : . | : . get_transpiler() ... done [10:26:20.553] | : . | : . | : . | : transpile() ... done character(0) [10:26:20.554] | : . | : . | : . | : progressify() ... [10:26:20.554] | : . | : . | : . | : . transpile() ... [10:26:20.555] | : . | : . | : . | : . | get_transpiler() ... [10:26:20.555] | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:20.556] | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:20.556] | : . | : . | : . | : . | : . | Call: [10:26:20.557] | : . | : . | : . | : . | : . | futurize [10:26:20.557] | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.558] | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:20.558] | : . | : . | : . | : . | : . | : Locate function ... [10:26:20.559] | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:20.559] | : . | : . | : . | : . | : . | : Locate function ... done [10:26:20.560] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.560] | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:20.561] | : . | : . | : . | : . | : . parse_call() ... [10:26:20.561] | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:20.562] | : . | : . | : . | : . | : . | Locate function ... [10:26:20.562] | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:20.563] | : . | : . | : . | : . | : . | Locate function ... done [10:26:20.563] | : . | : . | : . | : . | : . parse_call() ... done [10:26:20.564] | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:20.564] | : . | : . | : . | : . | : . futurize [10:26:20.565] | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:20.565] | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:20.566] | : . | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:20.566] | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:20.567] | : . | : . | : . | : . | : Apply nested transpiler ... [10:26:20.567] | : . | : . | : . | : . | : . futurize(plyr::ldply(.data = xs, .fun = function(x) data.frame(med = median(c(1:5, [10:26:20.567] | : . | : . | : . | : . | : . x))))) [10:26:20.568] | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::ldply(.data = xs, [10:26:20.568] | : . | : . | : . | : . | : . .fun = function(x) data.frame(med = median(c(1:5, x))), .parallel = TRUE, [10:26:20.568] | : . | : . | : . | : . | : . .paropts = list(.options.future = list(stdout = TRUE, conditions = "condition", [10:26:20.568] | : . | : . | : . | : . | : . globals = TRUE, packages = NULL, seed = FALSE, scheduling = 1, [10:26:20.568] | : . | : . | : . | : . | : . chunk.size = NULL, label = "fz:plyr::ldply-%d"))))) [10:26:20.570] | : . | : . | : . | : . | : Apply nested transpiler ... done [10:26:20.570] | : . | : . | : . | : . | : get_transpiler() ... [10:26:20.571] | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:20.571] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:20.572] | : . | : . | : . | : . | : . | : Call: [10:26:20.572] | : . | : . | : . | : . | : . | : with [10:26:20.573] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:20.573] | : . | : . | : . | : . | : . | : . Function: with(...) [10:26:20.574] | : . | : . | : . | : . | : . | : . Locate function ... [10:26:20.574] | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:20.575] | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:20.575] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:20.576] | : . | : . | : . | : . | : . | : Wrapped in with( ... ) [10:26:20.576] | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:20.577] | : . | : . | : . | : . | : . | : . Call: [10:26:20.577] | : . | : . | : . | : . | : . | : . `(` [10:26:20.578] | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:20.578] | : . | : . | : . | : . | : . | : . | Function: ((...) [10:26:20.579] | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:20.579] | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:20.580] | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:20.580] | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:20.581] | : . | : . | : . | : . | : . | : . Wrapped in ( ... ) [10:26:20.581] | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:20.582] | : . | : . | : . | : . | : . | : . | Call: [10:26:20.582] | : . | : . | : . | : . | : . | : . | plyr::ldply [10:26:20.583] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.583] | : . | : . | : . | : . | : . | : . | : Function: plyr::ldply(...) [10:26:20.584] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.584] | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:20.585] | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:20.585] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:20.586] | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.586] | : . | : . | : . | : . | : . | : Function: plyr::ldply(...) [10:26:20.587] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.587] | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:20.588] | : . | : . | : . | : . | : . | plyr::ldply [10:26:20.588] | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:20.589] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... [10:26:20.589] | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:20.590] | : . | : . | : . | : . | : . | Transpiler description: plyr::ldply() transpiler [10:26:20.590] | : . | : . | : . | : . | : . | Transpiler function: [10:26:20.591] | : . | : . | : . | : . | : . | function (expr, options) [10:26:20.591] | : . | : . | : . | : . | : . | { [10:26:20.591] | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:20.591] | : . | : . | : . | : . | : . | fcn <- get("ldply", mode = "function", envir = ns) [10:26:20.591] | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "ldply", fcn = fcn, envir = parent.frame()) [10:26:20.591] | : . | : . | : . | : . | : . | } [10:26:20.591] | : . | : . | : . | : . | : . | [10:26:20.591] | : . | : . | : . | : . | : . | Creating wrapper transpiler ... [10:26:20.592] | : . | : . | : . | : . | : . | : $label [10:26:20.592] | : . | : . | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:20.592] | : . | : . | : . | : . | : . | : [10:26:20.592] | : . | : . | : . | : . | : . | : $transpiler [10:26:20.592] | : . | : . | : . | : . | : . | : function (expr, ...) [10:26:20.592] | : . | : . | : . | : . | : . | : { [10:26:20.592] | : . | : . | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:20.592] | : . | : . | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:20.592] | : . | : . | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:20.592] | : . | : . | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:20.592] | : . | : . | : . | : . | : . | : expr [10:26:20.592] | : . | : . | : . | : . | : . | : } [10:26:20.592] | : . | : . | : . | : . | : . | : [10:26:20.592] | : . | : . | : . | : . | : . | : [10:26:20.592] | : . | : . | : . | : . | : . | : [10:26:20.593] | : . | : . | : . | : . | : . | Creating wrapper transpiler ... done [10:26:20.593] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::ldply() of class 'function' ... done [10:26:20.594] | : . | : . | : . | : . | : get_transpiler() ... done [10:26:20.594] | : . | : . | : . | : . | : Transpile call expression ... [10:26:20.595] | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::ldply(.data = { [10:26:20.595] | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:20.595] | : . | : . | : . | : . | : . xs [10:26:20.595] | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:20.595] | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:20.595] | : . | : . | : . | : . | : . ...FUN(...) [10:26:20.595] | : . | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:20.595] | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:20.595] | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::ldply-%d")), [10:26:20.595] | : . | : . | : . | : . | : . ...FUN = function(x) data.frame(med = median(c(1:5, x))), [10:26:20.595] | : . | : . | : . | : . | : . .progressr_progressor = .progressr_progressor)))) [10:26:20.597] | : . | : . | : . | : . | : Transpile call expression ... done [10:26:20.597] | : . | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:20.751] | : . | : . | : . | : . | get_transpiler() ... done [10:26:20.751] | : . | : . | : . | : . transpile() ... done === laply ========================== plyr::laply(.data = xs, .fun = function(x) median(c(1:5, x))) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::laply(.data = xs, .fun = function(x) median(c(1:5, x))))) [10:26:20.756] | : . | : . | : . | : . progressify() ... [10:26:20.756] | : . | : . | : . | : . | transpile() ... [10:26:20.757] | : . | : . | : . | : . | : get_transpiler() ... [10:26:20.757] | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:20.758] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:20.758] | : . | : . | : . | : . | : . | : Call: [10:26:20.759] | : . | : . | : . | : . | : . | : plyr::laply [10:26:20.759] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:20.760] | : . | : . | : . | : . | : . | : . Function: plyr::laply(...) [10:26:20.760] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:20.761] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:20.761] | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.762] | : . | : . | : . | : . | : . | : Function: plyr::laply(...) [10:26:20.762] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.763] | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:20.763] | : . | : . | : . | : . | : . | plyr::laply [10:26:20.764] | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:20.764] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:20.765] | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:20.765] | : . | : . | : . | : . | : . | Transpiler description: plyr::laply() transpiler [10:26:20.766] | : . | : . | : . | : . | : . | Transpiler function: [10:26:20.766] | : . | : . | : . | : . | : . | function (expr, options) [10:26:20.766] | : . | : . | : . | : . | : . | { [10:26:20.766] | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:20.766] | : . | : . | : . | : . | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:20.766] | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:20.766] | : . | : . | : . | : . | : . | } [10:26:20.766] | : . | : . | : . | : . | : . | [10:26:20.767] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:20.767] | : . | : . | : . | : . | : get_transpiler() ... done [10:26:20.768] | : . | : . | : . | : . | : Transpile call expression ... [10:26:20.769] | : . | : . | : . | : . | : . local(plyr::laply(.data = { [10:26:20.769] | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:20.769] | : . | : . | : . | : . | : . xs [10:26:20.769] | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:20.769] | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:20.769] | : . | : . | : . | : . | : . ...FUN(...) [10:26:20.769] | : . | : . | : . | : . | : . }, ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)) [10:26:20.770] | : . | : . | : . | : . | : Transpile call expression ... done [10:26:20.770] | : . | : . | : . | : . | : Return transpiled call expression [10:26:20.771] | : . | : . | : . | : . | transpile() ... done [10:26:20.771] | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered num [1:5] 2.5 2 4 3 1.5 [10:26:20.927] | : . | : . | : . | : . progressify() ... [10:26:20.928] | : . | : . | : . | : . | transpile() ... [10:26:20.928] | : . | : . | : . | : . | : get_transpiler() ... [10:26:20.929] | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:20.929] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:20.930] | : . | : . | : . | : . | : . | : Call: [10:26:20.930] | : . | : . | : . | : . | : . | : plyr::laply [10:26:20.931] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:20.931] | : . | : . | : . | : . | : . | : . Function: plyr::laply(...) [10:26:20.932] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:20.932] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:20.933] | : . | : . | : . | : . | : . | parse_call() ... [10:26:20.933] | : . | : . | : . | : . | : . | : Function: plyr::laply(...) [10:26:20.934] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:20.934] | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:20.935] | : . | : . | : . | : . | : . | plyr::laply [10:26:20.936] | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:20.936] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:20.937] | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:20.937] | : . | : . | : . | : . | : . | Transpiler description: plyr::laply() transpiler [10:26:20.938] | : . | : . | : . | : . | : . | Transpiler function: [10:26:20.938] | : . | : . | : . | : . | : . | function (expr, options) [10:26:20.938] | : . | : . | : . | : . | : . | { [10:26:20.938] | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:20.938] | : . | : . | : . | : . | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:20.938] | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:20.938] | : . | : . | : . | : . | : . | } [10:26:20.938] | : . | : . | : . | : . | : . | [10:26:20.939] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:20.940] | : . | : . | : . | : . | : get_transpiler() ... done [10:26:20.940] | : . | : . | : . | : . | : Transpile call expression ... [10:26:20.941] | : . | : . | : . | : . | : . local(plyr::laply(.data = { [10:26:20.941] | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:20.941] | : . | : . | : . | : . | : . xs [10:26:20.941] | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:20.941] | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:20.941] | : . | : . | : . | : . | : . ...FUN(...) [10:26:20.941] | : . | : . | : . | : . | : . }, ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)) [10:26:20.942] | : . | : . | : . | : . | : Transpile call expression ... done [10:26:20.943] | : . | : . | : . | : . | : Return transpiled call expression [10:26:20.943] | : . | : . | : . | : . | transpile() ... done [10:26:20.944] | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:21.099] | : . | : . | : . | : . progressify() ... [10:26:21.099] | : . | : . | : . | : . | transpile() ... [10:26:21.100] | : . | : . | : . | : . | : get_transpiler() ... [10:26:21.100] | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:21.101] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:21.101] | : . | : . | : . | : . | : . | : Call: [10:26:21.102] | : . | : . | : . | : . | : . | : plyr::laply [10:26:21.102] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.103] | : . | : . | : . | : . | : . | : . Function: plyr::laply(...) [10:26:21.103] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.104] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:21.104] | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.105] | : . | : . | : . | : . | : . | : Function: plyr::laply(...) [10:26:21.105] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.106] | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:21.106] | : . | : . | : . | : . | : . | plyr::laply [10:26:21.107] | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:21.108] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:21.108] | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:21.109] | : . | : . | : . | : . | : . | Transpiler description: plyr::laply() transpiler [10:26:21.109] | : . | : . | : . | : . | : . | Transpiler function: [10:26:21.110] | : . | : . | : . | : . | : . | function (expr, options) [10:26:21.110] | : . | : . | : . | : . | : . | { [10:26:21.110] | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:21.110] | : . | : . | : . | : . | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:21.110] | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:21.110] | : . | : . | : . | : . | : . | } [10:26:21.110] | : . | : . | : . | : . | : . | [10:26:21.110] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:21.111] | : . | : . | : . | : . | : get_transpiler() ... done [10:26:21.111] | : . | : . | : . | : . | : Transpile call expression ... [10:26:21.112] | : . | : . | : . | : . | : . local(plyr::laply(.data = { [10:26:21.112] | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:21.112] | : . | : . | : . | : . | : . xs [10:26:21.112] | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:21.112] | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:21.112] | : . | : . | : . | : . | : . ...FUN(...) [10:26:21.112] | : . | : . | : . | : . | : . }, ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)) [10:26:21.113] | : . | : . | : . | : . | : Transpile call expression ... done [10:26:21.113] | : . | : . | : . | : . | : Return transpiled call expression [10:26:21.114] | : . | : . | : . | : . | transpile() ... done [10:26:21.114] | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::laply(.data = xs, .fun = function(x) median(c(1:5, x))))) [10:26:21.270] | : . | : . | : . | : . progressify() ... [10:26:21.271] | : . | : . | : . | : . | transpile() ... [10:26:21.271] | : . | : . | : . | : . | : get_transpiler() ... [10:26:21.272] | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:21.272] | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:21.273] | : . | : . | : . | : . | : . | : Call: [10:26:21.273] | : . | : . | : . | : . | : . | : futurize [10:26:21.274] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.275] | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:21.275] | : . | : . | : . | : . | : . | : . Locate function ... [10:26:21.276] | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:21.276] | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:21.277] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.277] | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:21.278] | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.278] | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:21.279] | : . | : . | : . | : . | : . | : Locate function ... [10:26:21.279] | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:21.280] | : . | : . | : . | : . | : . | : Locate function ... done [10:26:21.280] | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.281] | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:21.281] | : . | : . | : . | : . | : . | futurize [10:26:21.282] | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:21.282] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:21.283] | : . | : . | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:21.283] | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:21.284] | : . | : . | : . | : . | : . Apply nested transpiler ... [10:26:21.284] | : . | : . | : . | : . | : . | futurize(plyr::laply(.data = xs, .fun = function(x) median(c(1:5, [10:26:21.284] | : . | : . | : . | : . | : . | x)))) [10:26:21.285] | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::laply(.data = xs, [10:26:21.285] | : . | : . | : . | : . | : . | .fun = function(x) median(c(1:5, x)), .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:21.285] | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:21.285] | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::laply-%d"))))) [10:26:21.286] | : . | : . | : . | : . | : . Apply nested transpiler ... done [10:26:21.287] | : . | : . | : . | : . | : . get_transpiler() ... [10:26:21.287] | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:21.288] | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:21.288] | : . | : . | : . | : . | : . | : . Call: [10:26:21.289] | : . | : . | : . | : . | : . | : . with [10:26:21.289] | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:21.290] | : . | : . | : . | : . | : . | : . | Function: with(...) [10:26:21.290] | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:21.291] | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:21.291] | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:21.292] | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:21.292] | : . | : . | : . | : . | : . | : . Wrapped in with( ... ) [10:26:21.293] | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:21.293] | : . | : . | : . | : . | : . | : . | Call: [10:26:21.294] | : . | : . | : . | : . | : . | : . | `(` [10:26:21.294] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.295] | : . | : . | : . | : . | : . | : . | : Function: ((...) [10:26:21.295] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:21.296] | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:21.296] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:21.297] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.297] | : . | : . | : . | : . | : . | : . | Wrapped in ( ... ) [10:26:21.298] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:21.298] | : . | : . | : . | : . | : . | : . | : Call: [10:26:21.299] | : . | : . | : . | : . | : . | : . | : plyr::laply [10:26:21.299] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.300] | : . | : . | : . | : . | : . | : . | : . Function: plyr::laply(...) [10:26:21.300] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.301] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:21.301] | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:21.302] | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:21.302] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.303] | : . | : . | : . | : . | : . | : . Function: plyr::laply(...) [10:26:21.303] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.304] | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:21.304] | : . | : . | : . | : . | : . | : plyr::laply [10:26:21.305] | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:21.306] | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:21.306] | : . | : . | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:21.307] | : . | : . | : . | : . | : . | : Transpiler description: plyr::laply() transpiler [10:26:21.307] | : . | : . | : . | : . | : . | : Transpiler function: [10:26:21.308] | : . | : . | : . | : . | : . | : function (expr, options) [10:26:21.308] | : . | : . | : . | : . | : . | : { [10:26:21.308] | : . | : . | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:21.308] | : . | : . | : . | : . | : . | : fcn <- get("laply", mode = "function", envir = ns) [10:26:21.308] | : . | : . | : . | : . | : . | : progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:21.308] | : . | : . | : . | : . | : . | : } [10:26:21.308] | : . | : . | : . | : . | : . | : [10:26:21.308] | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... [10:26:21.309] | : . | : . | : . | : . | : . | : . $label [10:26:21.309] | : . | : . | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:21.309] | : . | : . | : . | : . | : . | : . [10:26:21.309] | : . | : . | : . | : . | : . | : . $transpiler [10:26:21.309] | : . | : . | : . | : . | : . | : . function (expr, ...) [10:26:21.309] | : . | : . | : . | : . | : . | : . { [10:26:21.309] | : . | : . | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:21.309] | : . | : . | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:21.309] | : . | : . | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:21.309] | : . | : . | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:21.309] | : . | : . | : . | : . | : . | : . expr [10:26:21.309] | : . | : . | : . | : . | : . | : . } [10:26:21.309] | : . | : . | : . | : . | : . | : . [10:26:21.309] | : . | : . | : . | : . | : . | : . [10:26:21.309] | : . | : . | : . | : . | : . | : . [10:26:21.309] | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:21.310] | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:21.310] | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:21.311] | : . | : . | : . | : . | : . Transpile call expression ... [10:26:21.312] | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::laply(.data = { [10:26:21.312] | : . | : . | : . | : . | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:21.312] | : . | : . | : . | : . | : . | xs [10:26:21.312] | : . | : . | : . | : . | : . | }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:21.312] | : . | : . | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:21.312] | : . | : . | : . | : . | : . | ...FUN(...) [10:26:21.312] | : . | : . | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:21.312] | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:21.312] | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::laply-%d")), [10:26:21.312] | : . | : . | : . | : . | : . | ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)))) [10:26:21.313] | : . | : . | : . | : . | : . Transpile call expression ... done [10:26:21.314] | : . | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:21.468] | : . | : . | : . | : . | : get_transpiler() ... done [10:26:21.469] | : . | : . | : . | : . | transpile() ... done num [1:5] 2.5 2 4 3 1.5 [10:26:21.470] | : . | : . | : . | : . | progressify() ... [10:26:21.470] | : . | : . | : . | : . | : transpile() ... [10:26:21.471] | : . | : . | : . | : . | : . get_transpiler() ... [10:26:21.471] | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:21.472] | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:21.472] | : . | : . | : . | : . | : . | : . Call: [10:26:21.473] | : . | : . | : . | : . | : . | : . futurize [10:26:21.473] | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:21.474] | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:21.474] | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:21.475] | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:21.475] | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:21.476] | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:21.476] | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:21.477] | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.477] | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:21.478] | : . | : . | : . | : . | : . | : . Locate function ... [10:26:21.478] | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:21.479] | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:21.479] | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.480] | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:21.480] | : . | : . | : . | : . | : . | : futurize [10:26:21.481] | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:21.481] | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:21.482] | : . | : . | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:21.482] | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:21.483] | : . | : . | : . | : . | : . | Apply nested transpiler ... [10:26:21.483] | : . | : . | : . | : . | : . | : futurize(plyr::laply(.data = xs, .fun = function(x) median(c(1:5, [10:26:21.483] | : . | : . | : . | : . | : . | : x)))) [10:26:21.484] | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::laply(.data = xs, [10:26:21.484] | : . | : . | : . | : . | : . | : .fun = function(x) median(c(1:5, x)), .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:21.484] | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:21.484] | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::laply-%d"))))) [10:26:21.485] | : . | : . | : . | : . | : . | Apply nested transpiler ... done [10:26:21.486] | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:21.486] | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:21.487] | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:21.487] | : . | : . | : . | : . | : . | : . | Call: [10:26:21.488] | : . | : . | : . | : . | : . | : . | with [10:26:21.488] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.489] | : . | : . | : . | : . | : . | : . | : Function: with(...) [10:26:21.489] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:21.490] | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:21.490] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:21.491] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.491] | : . | : . | : . | : . | : . | : . | Wrapped in with( ... ) [10:26:21.492] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:21.492] | : . | : . | : . | : . | : . | : . | : Call: [10:26:21.493] | : . | : . | : . | : . | : . | : . | : `(` [10:26:21.493] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.494] | : . | : . | : . | : . | : . | : . | : . Function: ((...) [10:26:21.494] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:21.495] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:21.496] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:21.496] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.497] | : . | : . | : . | : . | : . | : . | : Wrapped in ( ... ) [10:26:21.497] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:21.498] | : . | : . | : . | : . | : . | : . | : . Call: [10:26:21.498] | : . | : . | : . | : . | : . | : . | : . plyr::laply [10:26:21.499] | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:21.499] | : . | : . | : . | : . | : . | : . | : . | Function: plyr::laply(...) [10:26:21.500] | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:21.500] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:21.501] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:21.501] | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:21.502] | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:21.502] | : . | : . | : . | : . | : . | : . | Function: plyr::laply(...) [10:26:21.503] | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:21.503] | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:21.504] | : . | : . | : . | : . | : . | : . plyr::laply [10:26:21.504] | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:21.505] | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:21.505] | : . | : . | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:21.506] | : . | : . | : . | : . | : . | : . Transpiler description: plyr::laply() transpiler [10:26:21.506] | : . | : . | : . | : . | : . | : . Transpiler function: [10:26:21.507] | : . | : . | : . | : . | : . | : . function (expr, options) [10:26:21.507] | : . | : . | : . | : . | : . | : . { [10:26:21.507] | : . | : . | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:21.507] | : . | : . | : . | : . | : . | : . fcn <- get("laply", mode = "function", envir = ns) [10:26:21.507] | : . | : . | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:21.507] | : . | : . | : . | : . | : . | : . } [10:26:21.507] | : . | : . | : . | : . | : . | : . [10:26:21.507] | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:21.508] | : . | : . | : . | : . | : . | : . | $label [10:26:21.508] | : . | : . | : . | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:21.508] | : . | : . | : . | : . | : . | : . | [10:26:21.508] | : . | : . | : . | : . | : . | : . | $transpiler [10:26:21.508] | : . | : . | : . | : . | : . | : . | function (expr, ...) [10:26:21.508] | : . | : . | : . | : . | : . | : . | { [10:26:21.508] | : . | : . | : . | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:21.508] | : . | : . | : . | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:21.508] | : . | : . | : . | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:21.508] | : . | : . | : . | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:21.508] | : . | : . | : . | : . | : . | : . | expr [10:26:21.508] | : . | : . | : . | : . | : . | : . | } [10:26:21.508] | : . | : . | : . | : . | : . | : . | [10:26:21.508] | : . | : . | : . | : . | : . | : . | [10:26:21.508] | : . | : . | : . | : . | : . | : . | [10:26:21.509] | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:21.509] | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:21.510] | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:21.510] | : . | : . | : . | : . | : . | Transpile call expression ... [10:26:21.511] | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::laply(.data = { [10:26:21.511] | : . | : . | : . | : . | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:21.511] | : . | : . | : . | : . | : . | : xs [10:26:21.511] | : . | : . | : . | : . | : . | : }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:21.511] | : . | : . | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:21.511] | : . | : . | : . | : . | : . | : ...FUN(...) [10:26:21.511] | : . | : . | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:21.511] | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:21.511] | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::laply-%d")), [10:26:21.511] | : . | : . | : . | : . | : . | : ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)))) [10:26:21.512] | : . | : . | : . | : . | : . | Transpile call expression ... done [10:26:21.513] | : . | : . | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:21.667] | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:21.667] | : . | : . | : . | : . | : transpile() ... done character(0) [10:26:21.668] | : . | : . | : . | : . | : progressify() ... [10:26:21.669] | : . | : . | : . | : . | : . transpile() ... [10:26:21.669] | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:21.670] | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:21.670] | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:21.671] | : . | : . | : . | : . | : . | : . | Call: [10:26:21.671] | : . | : . | : . | : . | : . | : . | futurize [10:26:21.672] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.672] | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:21.673] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:21.673] | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:21.674] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:21.674] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.675] | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:21.675] | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:21.676] | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:21.676] | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:21.677] | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:21.677] | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:21.678] | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:21.678] | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:21.679] | : . | : . | : . | : . | : . | : . futurize [10:26:21.679] | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:21.680] | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:21.680] | : . | : . | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:21.681] | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:21.681] | : . | : . | : . | : . | : . | : Apply nested transpiler ... [10:26:21.682] | : . | : . | : . | : . | : . | : . futurize(plyr::laply(.data = xs, .fun = function(x) median(c(1:5, [10:26:21.682] | : . | : . | : . | : . | : . | : . x)))) [10:26:21.683] | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::laply(.data = xs, [10:26:21.683] | : . | : . | : . | : . | : . | : . .fun = function(x) median(c(1:5, x)), .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:21.683] | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:21.683] | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::laply-%d"))))) [10:26:21.684] | : . | : . | : . | : . | : . | : Apply nested transpiler ... done [10:26:21.684] | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:21.685] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:21.685] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:21.686] | : . | : . | : . | : . | : . | : . | : Call: [10:26:21.686] | : . | : . | : . | : . | : . | : . | : with [10:26:21.687] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.687] | : . | : . | : . | : . | : . | : . | : . Function: with(...) [10:26:21.688] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:21.688] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:21.689] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:21.689] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.690] | : . | : . | : . | : . | : . | : . | : Wrapped in with( ... ) [10:26:21.690] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:21.691] | : . | : . | : . | : . | : . | : . | : . Call: [10:26:21.691] | : . | : . | : . | : . | : . | : . | : . `(` [10:26:21.692] | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:21.692] | : . | : . | : . | : . | : . | : . | : . | Function: ((...) [10:26:21.693] | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:21.693] | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:21.694] | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:21.694] | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:21.695] | : . | : . | : . | : . | : . | : . | : . Wrapped in ( ... ) [10:26:21.695] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:21.696] | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:21.696] | : . | : . | : . | : . | : . | : . | : . | plyr::laply [10:26:21.697] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.697] | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::laply(...) [10:26:21.698] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.699] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:21.699] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:21.700] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:21.700] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.701] | : . | : . | : . | : . | : . | : . | : Function: plyr::laply(...) [10:26:21.701] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.702] | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:21.702] | : . | : . | : . | : . | : . | : . | plyr::laply [10:26:21.703] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:21.703] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... [10:26:21.704] | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:21.704] | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::laply() transpiler [10:26:21.705] | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:21.705] | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:21.705] | : . | : . | : . | : . | : . | : . | { [10:26:21.705] | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:21.705] | : . | : . | : . | : . | : . | : . | fcn <- get("laply", mode = "function", envir = ns) [10:26:21.705] | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "laply", fcn = fcn, envir = parent.frame()) [10:26:21.705] | : . | : . | : . | : . | : . | : . | } [10:26:21.705] | : . | : . | : . | : . | : . | : . | [10:26:21.706] | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... [10:26:21.706] | : . | : . | : . | : . | : . | : . | : $label [10:26:21.706] | : . | : . | : . | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:21.706] | : . | : . | : . | : . | : . | : . | : [10:26:21.706] | : . | : . | : . | : . | : . | : . | : $transpiler [10:26:21.706] | : . | : . | : . | : . | : . | : . | : function (expr, ...) [10:26:21.706] | : . | : . | : . | : . | : . | : . | : { [10:26:21.706] | : . | : . | : . | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:21.706] | : . | : . | : . | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:21.706] | : . | : . | : . | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:21.706] | : . | : . | : . | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:21.706] | : . | : . | : . | : . | : . | : . | : expr [10:26:21.706] | : . | : . | : . | : . | : . | : . | : } [10:26:21.706] | : . | : . | : . | : . | : . | : . | : [10:26:21.706] | : . | : . | : . | : . | : . | : . | : [10:26:21.706] | : . | : . | : . | : . | : . | : . | : [10:26:21.707] | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... done [10:26:21.708] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::laply() of class 'function' ... done [10:26:21.708] | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:21.708] | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:21.709] | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::laply(.data = { [10:26:21.709] | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:21.709] | : . | : . | : . | : . | : . | : . xs [10:26:21.709] | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:21.709] | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:21.709] | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:21.709] | : . | : . | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:21.709] | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:21.709] | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::laply-%d")), [10:26:21.709] | : . | : . | : . | : . | : . | : . ...FUN = function(x) median(c(1:5, x)), .progressr_progressor = .progressr_progressor)))) [10:26:21.711] | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:21.711] | : . | : . | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:21.897] | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:21.898] | : . | : . | : . | : . | : . transpile() ... done === l_ply ========================== l_ply(xs, FUN) --------------------------------- --- progressify_futurize --- futurize(progressify(l_ply(xs, FUN))) [10:26:21.899] | : . | : . | : . | : . | : . progressify() ... [10:26:21.899] | : . | : . | : . | : . | : . | transpile() ... [10:26:21.900] | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:21.900] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:21.901] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:21.901] | : . | : . | : . | : . | : . | : . | : Call: [10:26:21.901] | : . | : . | : . | : . | : . | : . | : l_ply [10:26:21.902] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:21.903] | : . | : . | : . | : . | : . | : . | : . Function: l_ply(...) [10:26:21.903] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:21.903] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'plyr' [10:26:21.904] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:21.904] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:21.905] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:21.905] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:21.906] | : . | : . | : . | : . | : . | : . | : Function: l_ply(...) [10:26:21.906] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:21.907] | : . | : . | : . | : . | : . | : . | : . Function located in: 'plyr' [10:26:21.907] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:21.907] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:21.908] | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:21.908] | : . | : . | : . | : . | : . | : . | l_ply [10:26:21.909] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:21.909] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:21.910] | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:21.910] | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:21.911] | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:21.911] | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:21.911] | : . | : . | : . | : . | : . | : . | { [10:26:21.911] | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:21.911] | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:21.911] | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:21.911] | : . | : . | : . | : . | : . | : . | } [10:26:21.911] | : . | : . | : . | : . | : . | : . | [10:26:21.912] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:21.912] | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:21.913] | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:21.913] | : . | : . | : . | : . | : . | : . local(l_ply({ [10:26:21.913] | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:21.913] | : . | : . | : . | : . | : . | : . xs [10:26:21.913] | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:21.913] | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:21.913] | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:21.913] | : . | : . | : . | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:21.914] | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:21.915] | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:21.915] | : . | : . | : . | : . | : . | transpile() ... done [10:26:21.916] | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered NULL [10:26:22.063] | : . | : . | : . | : . | : . progressify() ... [10:26:22.063] | : . | : . | : . | : . | : . | transpile() ... [10:26:22.064] | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:22.064] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:22.065] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:22.065] | : . | : . | : . | : . | : . | : . | : Call: [10:26:22.066] | : . | : . | : . | : . | : . | : . | : l_ply [10:26:22.066] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.067] | : . | : . | : . | : . | : . | : . | : . Function: l_ply(...) [10:26:22.067] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.068] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'plyr' [10:26:22.068] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.069] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.069] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:22.070] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.070] | : . | : . | : . | : . | : . | : . | : Function: l_ply(...) [10:26:22.071] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.071] | : . | : . | : . | : . | : . | : . | : . Function located in: 'plyr' [10:26:22.072] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.072] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.073] | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:22.073] | : . | : . | : . | : . | : . | : . | l_ply [10:26:22.074] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:22.074] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:22.075] | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:22.075] | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:22.076] | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:22.076] | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:22.076] | : . | : . | : . | : . | : . | : . | { [10:26:22.076] | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:22.076] | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:22.076] | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:22.076] | : . | : . | : . | : . | : . | : . | } [10:26:22.076] | : . | : . | : . | : . | : . | : . | [10:26:22.077] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:22.078] | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:22.078] | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:22.079] | : . | : . | : . | : . | : . | : . local(l_ply({ [10:26:22.079] | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:22.079] | : . | : . | : . | : . | : . | : . xs [10:26:22.079] | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:22.079] | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:22.079] | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:22.079] | : . | : . | : . | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:22.080] | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:22.080] | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:22.081] | : . | : . | : . | : . | : . | transpile() ... done [10:26:22.081] | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:22.236] | : . | : . | : . | : . | : . progressify() ... [10:26:22.237] | : . | : . | : . | : . | : . | transpile() ... [10:26:22.238] | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:22.238] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:22.239] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:22.239] | : . | : . | : . | : . | : . | : . | : Call: [10:26:22.240] | : . | : . | : . | : . | : . | : . | : l_ply [10:26:22.240] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.241] | : . | : . | : . | : . | : . | : . | : . Function: l_ply(...) [10:26:22.241] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.242] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'plyr' [10:26:22.242] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.243] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.243] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:22.244] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.244] | : . | : . | : . | : . | : . | : . | : Function: l_ply(...) [10:26:22.245] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.245] | : . | : . | : . | : . | : . | : . | : . Function located in: 'plyr' [10:26:22.246] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.246] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.247] | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:22.247] | : . | : . | : . | : . | : . | : . | l_ply [10:26:22.248] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:22.248] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:22.249] | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:22.249] | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:22.250] | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:22.250] | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:22.250] | : . | : . | : . | : . | : . | : . | { [10:26:22.250] | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:22.250] | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:22.250] | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:22.250] | : . | : . | : . | : . | : . | : . | } [10:26:22.250] | : . | : . | : . | : . | : . | : . | [10:26:22.251] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:22.252] | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:22.252] | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:22.253] | : . | : . | : . | : . | : . | : . local(l_ply({ [10:26:22.253] | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:22.253] | : . | : . | : . | : . | : . | : . xs [10:26:22.253] | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:22.253] | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:22.253] | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:22.253] | : . | : . | : . | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:22.254] | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:22.254] | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:22.255] | : . | : . | : . | : . | : . | transpile() ... done [10:26:22.255] | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(l_ply(xs, FUN))) [10:26:22.410] | : . | : . | : . | : . | : . progressify() ... [10:26:22.410] | : . | : . | : . | : . | : . | transpile() ... [10:26:22.411] | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:22.411] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:22.412] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:22.412] | : . | : . | : . | : . | : . | : . | : Call: [10:26:22.413] | : . | : . | : . | : . | : . | : . | : futurize [10:26:22.414] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.414] | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:22.415] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.415] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:22.416] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.416] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.417] | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:22.417] | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.418] | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:22.418] | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.418] | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:22.419] | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.419] | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.420] | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:22.420] | : . | : . | : . | : . | : . | : . | futurize [10:26:22.421] | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:22.422] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:22.422] | : . | : . | : . | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:22.423] | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:22.423] | : . | : . | : . | : . | : . | : . Apply nested transpiler ... [10:26:22.424] | : . | : . | : . | : . | : . | : . | futurize(l_ply(xs, FUN)) [10:26:22.424] | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (l_ply(xs, [10:26:22.424] | : . | : . | : . | : . | : . | : . | FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:22.424] | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:22.424] | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d"))))) [10:26:22.425] | : . | : . | : . | : . | : . | : . Apply nested transpiler ... done [10:26:22.426] | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:22.426] | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:22.427] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:22.427] | : . | : . | : . | : . | : . | : . | : . Call: [10:26:22.428] | : . | : . | : . | : . | : . | : . | : . with [10:26:22.429] | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:22.429] | : . | : . | : . | : . | : . | : . | : . | Function: with(...) [10:26:22.430] | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:22.430] | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:22.431] | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:22.431] | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:22.432] | : . | : . | : . | : . | : . | : . | : . Wrapped in with( ... ) [10:26:22.432] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:22.433] | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:22.433] | : . | : . | : . | : . | : . | : . | : . | `(` [10:26:22.434] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.434] | : . | : . | : . | : . | : . | : . | : . | : Function: ((...) [10:26:22.435] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.435] | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:22.436] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.436] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.437] | : . | : . | : . | : . | : . | : . | : . | Wrapped in ( ... ) [10:26:22.437] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:22.437] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:22.438] | : . | : . | : . | : . | : . | : . | : . | : l_ply [10:26:22.439] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.439] | : . | : . | : . | : . | : . | : . | : . | : . Function: l_ply(...) [10:26:22.440] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.440] | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'plyr' [10:26:22.440] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.441] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.441] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:22.442] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:22.442] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:22.443] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.443] | : . | : . | : . | : . | : . | : . | : . Function: l_ply(...) [10:26:22.444] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.444] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'plyr' [10:26:22.445] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.445] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.446] | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:22.446] | : . | : . | : . | : . | : . | : . | : l_ply [10:26:22.447] | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:22.447] | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:22.448] | : . | : . | : . | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:22.449] | : . | : . | : . | : . | : . | : . | : Transpiler description: plyr::l_ply() transpiler [10:26:22.449] | : . | : . | : . | : . | : . | : . | : Transpiler function: [10:26:22.449] | : . | : . | : . | : . | : . | : . | : function (expr, options) [10:26:22.449] | : . | : . | : . | : . | : . | : . | : { [10:26:22.449] | : . | : . | : . | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:22.449] | : . | : . | : . | : . | : . | : . | : fcn <- get("l_ply", mode = "function", envir = ns) [10:26:22.449] | : . | : . | : . | : . | : . | : . | : progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:22.449] | : . | : . | : . | : . | : . | : . | : } [10:26:22.449] | : . | : . | : . | : . | : . | : . | : [10:26:22.450] | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . $label [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . $transpiler [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . function (expr, ...) [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . { [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . expr [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . } [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . [10:26:22.451] | : . | : . | : . | : . | : . | : . | : . [10:26:22.451] | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:22.452] | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:22.452] | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:22.453] | : . | : . | : . | : . | : . | : . Transpile call expression ... [10:26:22.453] | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(l_ply({ [10:26:22.453] | : . | : . | : . | : . | : . | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:22.453] | : . | : . | : . | : . | : . | : . | xs [10:26:22.453] | : . | : . | : . | : . | : . | : . | }, function(..., ...FUN, .progressr_progressor) { [10:26:22.453] | : . | : . | : . | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:22.453] | : . | : . | : . | : . | : . | : . | ...FUN(...) [10:26:22.453] | : . | : . | : . | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:22.453] | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:22.453] | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d")), [10:26:22.453] | : . | : . | : . | : . | : . | : . | ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:22.455] | : . | : . | : . | : . | : . | : . Transpile call expression ... done [10:26:22.456] | : . | : . | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:22.609] | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:22.609] | : . | : . | : . | : . | : . | transpile() ... done NULL [10:26:22.610] | : . | : . | : . | : . | : . | progressify() ... [10:26:22.611] | : . | : . | : . | : . | : . | : transpile() ... [10:26:22.611] | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:22.612] | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:22.612] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:22.613] | : . | : . | : . | : . | : . | : . | : . Call: [10:26:22.613] | : . | : . | : . | : . | : . | : . | : . futurize [10:26:22.614] | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:22.614] | : . | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:22.615] | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:22.615] | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:22.616] | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:22.616] | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:22.617] | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:22.617] | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.618] | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:22.618] | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.619] | : . | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:22.619] | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.620] | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.620] | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:22.621] | : . | : . | : . | : . | : . | : . | : futurize [10:26:22.621] | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:22.622] | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:22.622] | : . | : . | : . | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:22.623] | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:22.623] | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... [10:26:22.624] | : . | : . | : . | : . | : . | : . | : futurize(l_ply(xs, FUN)) [10:26:22.625] | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (l_ply(xs, [10:26:22.625] | : . | : . | : . | : . | : . | : . | : FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:22.625] | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:22.625] | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d"))))) [10:26:22.626] | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... done [10:26:22.626] | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:22.627] | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:22.627] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:22.628] | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:22.628] | : . | : . | : . | : . | : . | : . | : . | with [10:26:22.629] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.629] | : . | : . | : . | : . | : . | : . | : . | : Function: with(...) [10:26:22.630] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.630] | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:22.631] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.631] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.632] | : . | : . | : . | : . | : . | : . | : . | Wrapped in with( ... ) [10:26:22.632] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:22.633] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:22.633] | : . | : . | : . | : . | : . | : . | : . | : `(` [10:26:22.634] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.634] | : . | : . | : . | : . | : . | : . | : . | : . Function: ((...) [10:26:22.635] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.635] | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:22.636] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.636] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.637] | : . | : . | : . | : . | : . | : . | : . | : Wrapped in ( ... ) [10:26:22.637] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:22.638] | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:22.638] | : . | : . | : . | : . | : . | : . | : . | : . l_ply [10:26:22.639] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:22.639] | : . | : . | : . | : . | : . | : . | : . | : . | Function: l_ply(...) [10:26:22.640] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:22.640] | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'plyr' [10:26:22.641] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:22.641] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:22.642] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:22.642] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:22.643] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:22.643] | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:22.644] | : . | : . | : . | : . | : . | : . | : . | Function: l_ply(...) [10:26:22.644] | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:22.645] | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'plyr' [10:26:22.645] | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:22.646] | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:22.646] | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:22.647] | : . | : . | : . | : . | : . | : . | : . l_ply [10:26:22.647] | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:22.648] | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:22.648] | : . | : . | : . | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:22.649] | : . | : . | : . | : . | : . | : . | : . Transpiler description: plyr::l_ply() transpiler [10:26:22.649] | : . | : . | : . | : . | : . | : . | : . Transpiler function: [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . function (expr, options) [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . { [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . fcn <- get("l_ply", mode = "function", envir = ns) [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . } [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . [10:26:22.650] | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | $label [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | $transpiler [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | function (expr, ...) [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | { [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | expr [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | } [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | [10:26:22.651] | : . | : . | : . | : . | : . | : . | : . | [10:26:22.652] | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:22.652] | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:22.653] | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:22.653] | : . | : . | : . | : . | : . | : . | Transpile call expression ... [10:26:22.654] | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(l_ply({ [10:26:22.654] | : . | : . | : . | : . | : . | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:22.654] | : . | : . | : . | : . | : . | : . | : xs [10:26:22.654] | : . | : . | : . | : . | : . | : . | : }, function(..., ...FUN, .progressr_progressor) { [10:26:22.654] | : . | : . | : . | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:22.654] | : . | : . | : . | : . | : . | : . | : ...FUN(...) [10:26:22.654] | : . | : . | : . | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:22.654] | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:22.654] | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d")), [10:26:22.654] | : . | : . | : . | : . | : . | : . | : ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:22.655] | : . | : . | : . | : . | : . | : . | Transpile call expression ... done [10:26:22.656] | : . | : . | : . | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:22.810] | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:22.811] | : . | : . | : . | : . | : . | : transpile() ... done character(0) [10:26:22.812] | : . | : . | : . | : . | : . | : progressify() ... [10:26:22.812] | : . | : . | : . | : . | : . | : . transpile() ... [10:26:22.813] | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:22.813] | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:22.814] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:22.814] | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:22.815] | : . | : . | : . | : . | : . | : . | : . | futurize [10:26:22.815] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.816] | : . | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:22.816] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.817] | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:22.817] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.818] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.818] | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:22.819] | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:22.819] | : . | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:22.820] | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:22.820] | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:22.821] | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:22.821] | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:22.822] | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:22.822] | : . | : . | : . | : . | : . | : . | : . futurize [10:26:22.823] | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:22.823] | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:22.824] | : . | : . | : . | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:22.824] | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:22.825] | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... [10:26:22.825] | : . | : . | : . | : . | : . | : . | : . futurize(l_ply(xs, FUN)) [10:26:22.826] | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (l_ply(xs, [10:26:22.826] | : . | : . | : . | : . | : . | : . | : . FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:22.826] | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:22.826] | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d"))))) [10:26:22.827] | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... done [10:26:22.828] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:22.828] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:22.829] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:22.829] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:22.830] | : . | : . | : . | : . | : . | : . | : . | : with [10:26:22.830] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:22.831] | : . | : . | : . | : . | : . | : . | : . | : . Function: with(...) [10:26:22.831] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:22.832] | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:22.832] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:22.833] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:22.833] | : . | : . | : . | : . | : . | : . | : . | : Wrapped in with( ... ) [10:26:22.834] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:22.834] | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:22.835] | : . | : . | : . | : . | : . | : . | : . | : . `(` [10:26:22.835] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:22.836] | : . | : . | : . | : . | : . | : . | : . | : . | Function: ((...) [10:26:22.836] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:22.837] | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:22.837] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:22.838] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:22.838] | : . | : . | : . | : . | : . | : . | : . | : . Wrapped in ( ... ) [10:26:22.839] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:22.839] | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:22.840] | : . | : . | : . | : . | : . | : . | : . | : . | l_ply [10:26:22.840] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.841] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: l_ply(...) [10:26:22.841] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.842] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'plyr' [10:26:22.842] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.843] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.843] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:22.844] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:22.844] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:22.845] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:22.845] | : . | : . | : . | : . | : . | : . | : . | : Function: l_ply(...) [10:26:22.846] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:22.846] | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'plyr' [10:26:22.846] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:22.847] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:22.847] | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:22.848] | : . | : . | : . | : . | : . | : . | : . | l_ply [10:26:22.848] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:22.849] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:22.849] | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:22.850] | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:22.850] | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | { [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | } [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | [10:26:22.851] | : . | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : $label [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : $transpiler [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : function (expr, ...) [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : { [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : expr [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : } [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : [10:26:22.852] | : . | : . | : . | : . | : . | : . | : . | : [10:26:22.853] | : . | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... done [10:26:22.853] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:22.854] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:22.854] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(l_ply({ [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . xs [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d")), [10:26:22.855] | : . | : . | : . | : . | : . | : . | : . ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:22.856] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:22.857] | : . | : . | : . | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:23.000] | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:23.001] | : . | : . | : . | : . | : . | : . transpile() ... done === l_ply ========================== plyr::l_ply(xs, FUN) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::l_ply(xs, FUN))) [10:26:23.002] | : . | : . | : . | : . | : . | : . progressify() ... [10:26:23.003] | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:23.003] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:23.004] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:23.004] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.005] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.005] | : . | : . | : . | : . | : . | : . | : . | : plyr::l_ply [10:26:23.006] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.006] | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::l_ply(...) [10:26:23.007] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.007] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.008] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.008] | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::l_ply(...) [10:26:23.009] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.009] | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:23.010] | : . | : . | : . | : . | : . | : . | : . | plyr::l_ply [10:26:23.010] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:23.011] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:23.011] | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:23.012] | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:23.012] | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | { [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | } [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . | [10:26:23.013] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:23.014] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:23.014] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . local(plyr::l_ply({ [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . xs [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:23.015] | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:23.016] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:23.016] | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:23.017] | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:23.017] | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered NULL [10:26:23.171] | : . | : . | : . | : . | : . | : . progressify() ... [10:26:23.172] | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:23.173] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:23.173] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:23.174] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.174] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.175] | : . | : . | : . | : . | : . | : . | : . | : plyr::l_ply [10:26:23.175] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.176] | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::l_ply(...) [10:26:23.176] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.177] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.177] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.178] | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::l_ply(...) [10:26:23.178] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.179] | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:23.179] | : . | : . | : . | : . | : . | : . | : . | plyr::l_ply [10:26:23.180] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:23.180] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:23.181] | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:23.181] | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | { [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | } [10:26:23.182] | : . | : . | : . | : . | : . | : . | : . | [10:26:23.183] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:23.183] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:23.184] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . local(plyr::l_ply({ [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . xs [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:23.185] | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:23.186] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:23.186] | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:23.187] | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:23.187] | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:23.348] | : . | : . | : . | : . | : . | : . progressify() ... [10:26:23.349] | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:23.349] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:23.350] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:23.350] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.351] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.351] | : . | : . | : . | : . | : . | : . | : . | : plyr::l_ply [10:26:23.352] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.352] | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::l_ply(...) [10:26:23.353] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.353] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.354] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.354] | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::l_ply(...) [10:26:23.355] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.355] | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:23.356] | : . | : . | : . | : . | : . | : . | : . | plyr::l_ply [10:26:23.356] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:23.357] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:23.357] | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:23.358] | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:23.358] | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | { [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | } [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . | [10:26:23.359] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:23.360] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:23.360] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . local(plyr::l_ply({ [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . xs [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:23.361] | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN, .progressr_progressor = .progressr_progressor)) [10:26:23.362] | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:23.363] | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:23.363] | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:23.364] | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::l_ply(xs, FUN))) [10:26:23.519] | : . | : . | : . | : . | : . | : . progressify() ... [10:26:23.520] | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:23.520] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:23.521] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:23.521] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.522] | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.522] | : . | : . | : . | : . | : . | : . | : . | : futurize [10:26:23.523] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.523] | : . | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:23.524] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:23.524] | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:23.525] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:23.525] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.526] | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.526] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.527] | : . | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:23.527] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:23.528] | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:23.529] | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:23.529] | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.529] | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:23.530] | : . | : . | : . | : . | : . | : . | : . | futurize [10:26:23.531] | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:23.531] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:23.532] | : . | : . | : . | : . | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:23.532] | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:23.533] | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... [10:26:23.533] | : . | : . | : . | : . | : . | : . | : . | futurize(plyr::l_ply(xs, FUN)) [10:26:23.534] | : . | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::l_ply(xs, [10:26:23.534] | : . | : . | : . | : . | : . | : . | : . | FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:23.534] | : . | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:23.534] | : . | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d"))))) [10:26:23.535] | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... done [10:26:23.536] | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:23.536] | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:23.537] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:23.537] | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:23.538] | : . | : . | : . | : . | : . | : . | : . | : . with [10:26:23.538] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:23.539] | : . | : . | : . | : . | : . | : . | : . | : . | Function: with(...) [10:26:23.539] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:23.540] | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:23.540] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:23.541] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:23.541] | : . | : . | : . | : . | : . | : . | : . | : . Wrapped in with( ... ) [10:26:23.542] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:23.542] | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:23.543] | : . | : . | : . | : . | : . | : . | : . | : . | `(` [10:26:23.543] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.544] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: ((...) [10:26:23.544] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:23.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:23.545] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:23.546] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.546] | : . | : . | : . | : . | : . | : . | : . | : . | Wrapped in ( ... ) [10:26:23.547] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.547] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.548] | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::l_ply [10:26:23.548] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::l_ply(...) [10:26:23.549] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.550] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.550] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:23.551] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:23.551] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.552] | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::l_ply(...) [10:26:23.552] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.553] | : . | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:23.553] | : . | : . | : . | : . | : . | : . | : . | : plyr::l_ply [10:26:23.554] | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:23.554] | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:23.555] | : . | : . | : . | : . | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:23.555] | : . | : . | : . | : . | : . | : . | : . | : Transpiler description: plyr::l_ply() transpiler [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : Transpiler function: [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : function (expr, options) [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : { [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : fcn <- get("l_ply", mode = "function", envir = ns) [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : } [10:26:23.556] | : . | : . | : . | : . | : . | : . | : . | : [10:26:23.557] | : . | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . $label [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . $transpiler [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . function (expr, ...) [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . { [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . expr [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . } [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : . [10:26:23.558] | : . | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:23.559] | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:23.559] | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::l_ply({ [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | .progressr_progressor <- progressr::progressor(along = xs) [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | xs [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | }, function(..., ...FUN, .progressr_progressor) { [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | ...FUN(...) [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d")), [10:26:23.560] | : . | : . | : . | : . | : . | : . | : . | ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:23.564] | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... done [10:26:23.564] | : . | : . | : . | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:23.720] | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:23.720] | : . | : . | : . | : . | : . | : . | transpile() ... done NULL [10:26:23.721] | : . | : . | : . | : . | : . | : . | progressify() ... [10:26:23.722] | : . | : . | : . | : . | : . | : . | : transpile() ... [10:26:23.722] | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:23.723] | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:23.723] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:23.724] | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:23.724] | : . | : . | : . | : . | : . | : . | : . | : . futurize [10:26:23.725] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:23.725] | : . | : . | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:23.726] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:23.726] | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:23.727] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:23.727] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:23.728] | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:23.728] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.729] | : . | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:23.729] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:23.730] | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:23.730] | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:23.731] | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.731] | : . | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:23.732] | : . | : . | : . | : . | : . | : . | : . | : futurize [10:26:23.732] | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:23.733] | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:23.733] | : . | : . | : . | : . | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:23.734] | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:23.734] | : . | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... [10:26:23.735] | : . | : . | : . | : . | : . | : . | : . | : futurize(plyr::l_ply(xs, FUN)) [10:26:23.736] | : . | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::l_ply(xs, [10:26:23.736] | : . | : . | : . | : . | : . | : . | : . | : FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:23.736] | : . | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:23.736] | : . | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d"))))) [10:26:23.737] | : . | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... done [10:26:23.737] | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:23.738] | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:23.738] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:23.739] | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:23.739] | : . | : . | : . | : . | : . | : . | : . | : . | with [10:26:23.740] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.740] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: with(...) [10:26:23.741] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:23.741] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:23.742] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:23.742] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.743] | : . | : . | : . | : . | : . | : . | : . | : . | Wrapped in with( ... ) [10:26:23.743] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.744] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.744] | : . | : . | : . | : . | : . | : . | : . | : . | : `(` [10:26:23.745] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.745] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: ((...) [10:26:23.746] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:23.746] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:23.747] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:23.747] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.748] | : . | : . | : . | : . | : . | : . | : . | : . | : Wrapped in ( ... ) [10:26:23.748] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:23.749] | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:23.749] | : . | : . | : . | : . | : . | : . | : . | : . | : . plyr::l_ply [10:26:23.750] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:23.750] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function: plyr::l_ply(...) [10:26:23.751] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:23.751] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:23.752] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.752] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:23.753] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:23.753] | : . | : . | : . | : . | : . | : . | : . | : . | Function: plyr::l_ply(...) [10:26:23.754] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:23.754] | : . | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:23.755] | : . | : . | : . | : . | : . | : . | : . | : . plyr::l_ply [10:26:23.755] | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:23.756] | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:23.756] | : . | : . | : . | : . | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:23.757] | : . | : . | : . | : . | : . | : . | : . | : . Transpiler description: plyr::l_ply() transpiler [10:26:23.757] | : . | : . | : . | : . | : . | : . | : . | : . Transpiler function: [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . function (expr, options) [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . { [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . fcn <- get("l_ply", mode = "function", envir = ns) [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . } [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . [10:26:23.758] | : . | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | $label [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | $transpiler [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, ...) [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | expr [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:23.759] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:23.760] | : . | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:23.760] | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:23.761] | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:23.761] | : . | : . | : . | : . | : . | : . | : . | Transpile call expression ... [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::l_ply({ [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : .progressr_progressor <- progressr::progressor(along = xs) [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : xs [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : }, function(..., ...FUN, .progressr_progressor) { [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : ...FUN(...) [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d")), [10:26:23.762] | : . | : . | : . | : . | : . | : . | : . | : ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:23.763] | : . | : . | : . | : . | : . | : . | : . | Transpile call expression ... done [10:26:23.764] | : . | : . | : . | : . | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:23.912] | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:23.912] | : . | : . | : . | : . | : . | : . | : transpile() ... done character(0) [10:26:23.913] | : . | : . | : . | : . | : . | : . | : progressify() ... [10:26:23.913] | : . | : . | : . | : . | : . | : . | : . transpile() ... [10:26:23.914] | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:23.914] | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:23.915] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:23.915] | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:23.915] | : . | : . | : . | : . | : . | : . | : . | : . | futurize [10:26:23.916] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.916] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:23.917] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:23.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:23.918] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:23.918] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.919] | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:23.919] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:23.919] | : . | : . | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:23.920] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:23.920] | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:23.921] | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:23.921] | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:23.921] | : . | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:23.922] | : . | : . | : . | : . | : . | : . | : . | : . futurize [10:26:23.922] | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:23.923] | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:23.923] | : . | : . | : . | : . | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:23.924] | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:23.924] | : . | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... [10:26:23.925] | : . | : . | : . | : . | : . | : . | : . | : . futurize(plyr::l_ply(xs, FUN)) [10:26:23.925] | : . | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::l_ply(xs, [10:26:23.925] | : . | : . | : . | : . | : . | : . | : . | : . FUN, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:23.925] | : . | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:23.925] | : . | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d"))))) [10:26:23.926] | : . | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... done [10:26:23.927] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:23.927] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:23.928] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:23.928] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:23.928] | : . | : . | : . | : . | : . | : . | : . | : . | : with [10:26:23.929] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:23.929] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: with(...) [10:26:23.930] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:23.930] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'base' [10:26:23.931] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:23.931] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:23.932] | : . | : . | : . | : . | : . | : . | : . | : . | : Wrapped in with( ... ) [10:26:23.932] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:23.933] | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:23.933] | : . | : . | : . | : . | : . | : . | : . | : . | : . `(` [10:26:23.934] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:23.934] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function: ((...) [10:26:23.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:23.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:23.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:23.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:23.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . Wrapped in ( ... ) [10:26:23.937] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:23.937] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:23.938] | : . | : . | : . | : . | : . | : . | : . | : . | : . | plyr::l_ply [10:26:23.938] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.939] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::l_ply(...) [10:26:23.939] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.940] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:23.940] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:23.940] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:23.941] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:23.941] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::l_ply(...) [10:26:23.942] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:23.942] | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:23.943] | : . | : . | : . | : . | : . | : . | : . | : . | plyr::l_ply [10:26:23.943] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:23.944] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... [10:26:23.944] | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::l_ply() transpiler [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("l_ply", mode = "function", envir = ns) [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "l_ply", fcn = fcn, envir = parent.frame()) [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:23.945] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:23.946] | : . | : . | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : $label [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : $transpiler [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : function (expr, ...) [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : { [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : expr [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : } [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:23.947] | : . | : . | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... done [10:26:23.948] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::l_ply() of class 'function' ... done [10:26:23.948] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::l_ply({ [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(along = xs) [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . xs [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . }, function(..., ...FUN, .progressr_progressor) { [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::l_ply-%d")), [10:26:23.949] | : . | : . | : . | : . | : . | : . | : . | : . ...FUN = FUN, .progressr_progressor = .progressr_progressor)))) [10:26:23.951] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:23.951] | : . | : . | : . | : . | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:24.099] | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:24.100] | : . | : . | : . | : . | : . | : . | : . transpile() ... done === mlply ========================== plyr::mlply(.data = args_df, .fun = FUN_m) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::mlply(.data = args_df, .fun = FUN_m))) [10:26:24.127] | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:24.127] | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:24.128] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:24.128] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:24.129] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:24.129] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:24.130] | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mlply [10:26:24.131] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mlply(...) [10:26:24.132] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.132] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:24.133] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:24.133] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mlply(...) [10:26:24.134] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:24.134] | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:24.135] | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mlply [10:26:24.135] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:24.136] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:24.136] | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:24.137] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mlply() transpiler [10:26:24.137] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.138] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:24.139] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:24.139] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::mlply(.data = { [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:24.140] | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:24.141] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:24.142] | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:24.142] | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:24.143] | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered 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:24.314] | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:24.315] | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:24.316] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:24.316] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:24.317] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:24.317] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:24.318] | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mlply [10:26:24.318] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.319] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mlply(...) [10:26:24.319] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.320] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:24.320] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:24.321] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mlply(...) [10:26:24.321] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:24.322] | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:24.322] | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mlply [10:26:24.323] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:24.323] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:24.324] | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:24.324] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mlply() transpiler [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:24.325] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.326] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:24.327] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:24.327] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::mlply(.data = { [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:24.328] | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:24.329] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:24.329] | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:24.330] | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:24.330] | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:24.497] | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:24.498] | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:24.499] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:24.499] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:24.500] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:24.500] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:24.500] | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mlply [10:26:24.501] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.502] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mlply(...) [10:26:24.502] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.503] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:24.503] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:24.504] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mlply(...) [10:26:24.506] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:24.506] | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:24.507] | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mlply [10:26:24.507] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:24.508] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:24.508] | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:24.509] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mlply() transpiler [10:26:24.509] | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.510] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:24.511] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::mlply(.data = { [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:24.512] | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:24.513] | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:24.514] | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:24.514] | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:24.515] | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::mlply(.data = args_df, .fun = FUN_m))) [10:26:24.681] | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:24.682] | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:24.683] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:24.683] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:24.684] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:24.684] | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:24.685] | : . | : . | : . | : . | : . | : . | : . | : . | : futurize [10:26:24.685] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.686] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:24.686] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:24.687] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:24.687] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:24.688] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.688] | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:24.689] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:24.689] | : . | : . | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:24.690] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:24.690] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:24.691] | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:24.691] | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:24.692] | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:24.692] | : . | : . | : . | : . | : . | : . | : . | : . | futurize [10:26:24.693] | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:24.693] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:24.694] | : . | : . | : . | : . | : . | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:24.694] | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:24.695] | : . | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... [10:26:24.695] | : . | : . | : . | : . | : . | : . | : . | : . | futurize(plyr::mlply(.data = args_df, .fun = FUN_m)) [10:26:24.696] | : . | : . | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::mlply(.data = args_df, [10:26:24.696] | : . | : . | : . | : . | : . | : . | : . | : . | .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:24.696] | : . | : . | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:24.696] | : . | : . | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mlply-%d"))))) [10:26:24.697] | : . | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... done [10:26:24.698] | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:24.698] | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:24.699] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:24.699] | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:24.700] | : . | : . | : . | : . | : . | : . | : . | : . | : . with [10:26:24.700] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:24.701] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function: with(...) [10:26:24.701] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:24.702] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'base' [10:26:24.702] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:24.703] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:24.703] | : . | : . | : . | : . | : . | : . | : . | : . | : . Wrapped in with( ... ) [10:26:24.704] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:24.704] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:24.705] | : . | : . | : . | : . | : . | : . | : . | : . | : . | `(` [10:26:24.705] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:24.706] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: ((...) [10:26:24.706] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:24.707] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:24.707] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:24.708] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:24.708] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Wrapped in ( ... ) [10:26:24.709] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:24.709] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:24.710] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mlply [10:26:24.710] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mlply(...) [10:26:24.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.712] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:24.712] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:24.713] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:24.713] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.714] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mlply(...) [10:26:24.714] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.715] | : . | : . | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:24.715] | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mlply [10:26:24.716] | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:24.716] | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:24.717] | : . | : . | : . | : . | : . | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:24.717] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpiler description: plyr::mlply() transpiler [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpiler function: [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : function (expr, options) [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : { [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : fcn <- get("mlply", mode = "function", envir = ns) [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : } [10:26:24.718] | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:24.719] | : . | : . | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . $label [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . $transpiler [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . function (expr, ...) [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . { [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . expr [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . } [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:24.720] | : . | : . | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:24.721] | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:24.721] | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::mlply(.data = { [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | args_df [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | ...FUN(...) [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mlply-%d")), [10:26:24.722] | : . | : . | : . | : . | : . | : . | : . | : . | ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:24.724] | : . | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... done [10:26:24.725] | : . | : . | : . | : . | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:24.893] | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:24.893] | : . | : . | : . | : . | : . | : . | : . | transpile() ... 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:24.898] | : . | : . | : . | : . | : . | : . | : . | progressify() ... [10:26:24.898] | : . | : . | : . | : . | : . | : . | : . | : transpile() ... [10:26:24.899] | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:24.899] | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:24.900] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:24.900] | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:24.901] | : . | : . | : . | : . | : . | : . | : . | : . | : . futurize [10:26:24.902] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:24.902] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:24.903] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:24.903] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:24.904] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:24.904] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:24.905] | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:24.905] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.906] | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:24.906] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:24.907] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function located in: 'futurize' [10:26:24.907] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:24.907] | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.908] | : . | : . | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:24.908] | : . | : . | : . | : . | : . | : . | : . | : . | : futurize [10:26:24.909] | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:24.910] | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:24.910] | : . | : . | : . | : . | : . | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:24.911] | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:24.911] | : . | : . | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... [10:26:24.912] | : . | : . | : . | : . | : . | : . | : . | : . | : futurize(plyr::mlply(.data = args_df, .fun = FUN_m)) [10:26:24.912] | : . | : . | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::mlply(.data = args_df, [10:26:24.912] | : . | : . | : . | : . | : . | : . | : . | : . | : .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:24.912] | : . | : . | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:24.912] | : . | : . | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mlply-%d"))))) [10:26:24.914] | : . | : . | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... done [10:26:24.914] | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:24.915] | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:24.915] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:24.916] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:24.916] | : . | : . | : . | : . | : . | : . | : . | : . | : . | with [10:26:24.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:24.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: with(...) [10:26:24.918] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:24.918] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'base' [10:26:24.919] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:24.919] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:24.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Wrapped in with( ... ) [10:26:24.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:24.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:24.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : `(` [10:26:24.922] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:24.922] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: ((...) [10:26:24.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:24.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function located in: 'base' [10:26:24.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:24.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:24.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Wrapped in ( ... ) [10:26:24.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:24.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:24.926] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . plyr::mlply [10:26:24.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:24.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function: plyr::mlply(...) [10:26:24.928] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:24.928] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:24.929] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:24.929] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:24.929] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:24.930] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function: plyr::mlply(...) [10:26:24.930] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:24.931] | : . | : . | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:24.931] | : . | : . | : . | : . | : . | : . | : . | : . | : . plyr::mlply [10:26:24.932] | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:24.933] | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:24.933] | : . | : . | : . | : . | : . | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:24.934] | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpiler description: plyr::mlply() transpiler [10:26:24.934] | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpiler function: [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . function (expr, options) [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . { [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . fcn <- get("mlply", mode = "function", envir = ns) [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . } [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:24.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | $label [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | $transpiler [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, ...) [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | inner_pos <- call_pos[-length(call_pos)] [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | expr_inner <- expr[[inner_pos]] [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | expr_inner <- transpiler_inner(expr_inner, ...) [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | expr[[inner_pos]] <- expr_inner [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | expr [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:24.937] | : . | : . | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:24.937] | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:24.938] | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:24.938] | : . | : . | : . | : . | : . | : . | : . | : . | Transpile call expression ... [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::mlply(.data = { [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : args_df [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : ...FUN(...) [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mlply-%d")), [10:26:24.939] | : . | : . | : . | : . | : . | : . | : . | : . | : ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:24.941] | : . | : . | : . | : . | : . | : . | : . | : . | Transpile call expression ... done [10:26:24.941] | : . | : . | : . | : . | : . | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:25.112] | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:25.113] | : . | : . | : . | : . | : . | : . | : . | : transpile() ... done character(0) [10:26:25.113] | : . | : . | : . | : . | : . | : . | : . | : progressify() ... [10:26:25.114] | : . | : . | : . | : . | : . | : . | : . | : . transpile() ... [10:26:25.115] | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:25.115] | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:25.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:25.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Call: [10:26:25.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . | futurize [10:26:25.117] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:25.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:25.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:25.119] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:25.119] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:25.120] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:25.120] | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:25.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:25.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Function: futurize(...) [10:26:25.122] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... [10:26:25.122] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function located in: 'futurize' [10:26:25.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locate function ... done [10:26:25.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:25.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:25.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . futurize [10:26:25.125] | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:25.125] | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:25.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:25.126] | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:25.127] | : . | : . | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... [10:26:25.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . futurize(plyr::mlply(.data = args_df, .fun = FUN_m)) [10:26:25.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::mlply(.data = args_df, [10:26:25.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:25.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:25.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mlply-%d"))))) [10:26:25.129] | : . | : . | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... done [10:26:25.130] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:25.130] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:25.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:25.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:25.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : with [10:26:25.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:25.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: with(...) [10:26:25.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:25.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function located in: 'base' [10:26:25.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:25.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:25.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Wrapped in with( ... ) [10:26:25.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:25.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:25.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . `(` [10:26:25.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:25.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function: ((...) [10:26:25.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... [10:26:25.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function located in: 'base' [10:26:25.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... done [10:26:25.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:25.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Wrapped in ( ... ) [10:26:25.141] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:25.141] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Call: [10:26:25.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA plyr::mlply [10:26:25.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:25.143] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: plyr::mlply(...) [10:26:25.143] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:25.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:25.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:25.145] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:25.145] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:25.146] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mlply(...) [10:26:25.146] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:25.147] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(3, 2, 1) [10:26:25.147] | : . | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mlply [10:26:25.148] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:25.148] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... [10:26:25.149] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:25.149] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mlply() transpiler [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mlply", mode = "function", envir = ns) [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mlply", fcn = fcn, envir = parent.frame()) [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:25.150] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:25.151] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : $label [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : $transpiler [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : function (expr, ...) [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : { [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : inner_pos <- call_pos[-length(call_pos)] [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : expr_inner <- expr[[inner_pos]] [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : expr_inner <- transpiler_inner(expr_inner, ...) [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : expr[[inner_pos]] <- expr_inner [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : expr [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : } [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:25.152] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Creating wrapper transpiler ... done [10:26:25.153] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mlply() of class 'function' ... done [10:26:25.153] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::mlply(.data = { [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mlply-%d")), [10:26:25.154] | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:25.156] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:25.157] | : . | : . | : . | : . | : . | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:25.325] | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:25.326] | : . | : . | : . | : . | : . | : . | : . | : . transpile() ... done === mdply ========================== plyr::mdply(.data = args_df, .fun = FUN_m) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::mdply(.data = args_df, .fun = FUN_m))) [10:26:25.328] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:25.329] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:25.329] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:25.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:25.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:25.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:25.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mdply [10:26:25.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:25.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mdply(...) [10:26:25.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:25.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:25.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:25.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mdply(...) [10:26:25.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:25.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:25.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mdply [10:26:25.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:25.337] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:25.337] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:25.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mdply() transpiler [10:26:25.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mdply", mode = "function", envir = ns) [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:25.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:25.340] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:25.340] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::mdply(.data = { [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:25.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:25.342] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:25.343] | : . | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:25.343] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:25.344] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered '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:25.514] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:25.515] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:25.515] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:25.516] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:25.516] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:25.517] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:25.517] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mdply [10:26:25.518] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:25.519] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mdply(...) [10:26:25.519] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:25.520] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:25.520] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:25.521] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mdply(...) [10:26:25.521] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:25.522] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:25.522] | : . | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mdply [10:26:25.523] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:25.523] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:25.524] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:25.524] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mdply() transpiler [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mdply", mode = "function", envir = ns) [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:25.525] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:25.526] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:25.526] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::mdply(.data = { [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:25.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:25.528] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:25.529] | : . | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:25.529] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:25.530] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:25.698] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:25.698] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:25.699] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:25.699] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:25.700] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:25.700] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:25.701] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mdply [10:26:25.702] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:25.702] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mdply(...) [10:26:25.704] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:25.705] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:25.705] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:25.706] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: plyr::mdply(...) [10:26:25.706] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:25.707] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:25.707] | : . | : . | : . | : . | : . | : . | : . | : . | : . | plyr::mdply [10:26:25.708] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:25.708] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:25.709] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:25.710] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler description: plyr::mdply() transpiler [10:26:25.710] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpiler function: [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | function (expr, options) [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | { [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | ns <- getNamespace("plyr") [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | fcn <- get("mdply", mode = "function", envir = ns) [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | } [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . | [10:26:25.711] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:25.712] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:25.712] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::mdply(.data = { [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:25.713] | : . | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:25.714] | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:25.715] | : . | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:25.715] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:25.716] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::mdply(.data = args_df, .fun = FUN_m))) [10:26:25.883] | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:25.884] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:25.884] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:25.885] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:25.885] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... [10:26:25.886] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Call: [10:26:25.886] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : futurize [10:26:25.887] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:25.888] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:25.888] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:25.889] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function located in: 'futurize' [10:26:25.889] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:25.890] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:25.890] | : . | : . | : . | : . | : . | : . | : . | : . | : . | descend_wrappers() ... done [10:26:25.891] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... [10:26:25.891] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Function: futurize(...) [10:26:25.891] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... [10:26:25.892] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function located in: 'futurize' [10:26:25.892] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locate function ... done [10:26:25.893] | : . | : . | : . | : . | : . | : . | : . | : . | : . | parse_call() ... done [10:26:25.893] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Position of call to be transpiled in expression: c(1) [10:26:25.894] | : . | : . | : . | : . | : . | : . | : . | : . | : . | futurize [10:26:25.895] | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:25.895] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:25.896] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Detected a nested transpiler function: futurize::futurize() [10:26:25.896] | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:25.897] | : . | : . | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... [10:26:25.898] | : . | : . | : . | : . | : . | : . | : . | : . | : . | futurize(plyr::mdply(.data = args_df, .fun = FUN_m)) [10:26:25.899] | : . | : . | : . | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::mdply(.data = args_df, [10:26:25.899] | : . | : . | : . | : . | : . | : . | : . | : . | : . | .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:25.899] | : . | : . | : . | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:25.899] | : . | : . | : . | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mdply-%d"))))) [10:26:25.900] | : . | : . | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... done [10:26:25.900] | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:25.901] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:25.902] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:25.902] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:25.903] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . with [10:26:25.903] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:25.904] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function: with(...) [10:26:25.904] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... [10:26:25.905] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function located in: 'base' [10:26:25.905] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... done [10:26:25.906] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:25.906] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Wrapped in with( ... ) [10:26:25.907] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:25.907] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Call: [10:26:25.908] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA `(` [10:26:25.908] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:25.909] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: ((...) [10:26:25.909] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... [10:26:25.910] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function located in: 'base' [10:26:25.910] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... done [10:26:25.911] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:25.911] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Wrapped in ( ... ) [10:26:25.912] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:25.912] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:25.913] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA plyr::mdply [10:26:25.913] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:25.914] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: plyr::mdply(...) [10:26:25.914] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:25.915] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:25.915] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:25.916] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:25.916] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:25.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: plyr::mdply(...) [10:26:25.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:25.918] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(3, 2, 1) [10:26:25.918] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : plyr::mdply [10:26:25.919] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:25.919] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:25.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:25.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpiler description: plyr::mdply() transpiler [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpiler function: [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : function (expr, options) [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : { [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : ns <- getNamespace("plyr") [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : fcn <- get("mdply", mode = "function", envir = ns) [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : } [10:26:25.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : [10:26:25.922] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . $label [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . $transpiler [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . function (expr, ...) [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . { [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . inner_pos <- call_pos[-length(call_pos)] [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . expr_inner <- expr[[inner_pos]] [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . expr_inner <- transpiler_inner(expr_inner, ...) [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . expr[[inner_pos]] <- expr_inner [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . expr [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . } [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:25.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Creating wrapper transpiler ... done [10:26:25.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:25.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::mdply(.data = { [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | args_df [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | on.exit(.progressr_progressor()) [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | ...FUN(...) [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | conditions = "condition", globals = TRUE, packages = NULL, [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mdply-%d")), [10:26:25.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:25.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... done [10:26:25.928] | : . | : . | : . | : . | : . | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:26.100] | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:26.101] | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... 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:26.103] | : . | : . | : . | : . | : . | : . | : . | : . | progressify() ... [10:26:26.104] | : . | : . | : . | : . | : . | : . | : . | : . | : transpile() ... [10:26:26.104] | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:26.105] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... [10:26:26.105] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... [10:26:26.106] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Call: [10:26:26.106] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . futurize [10:26:26.107] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:26.107] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function: futurize(...) [10:26:26.108] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... [10:26:26.108] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function located in: 'futurize' [10:26:26.109] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... done [10:26:26.109] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:26.110] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : descend_wrappers() ... done [10:26:26.110] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... [10:26:26.111] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Function: futurize(...) [10:26:26.111] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... [10:26:26.112] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function located in: 'futurize' [10:26:26.112] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locate function ... done [10:26:26.113] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : parse_call() ... done [10:26:26.113] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Position of call to be transpiled in expression: c(1) [10:26:26.114] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : futurize [10:26:26.114] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Finding call to be transpiled ... done [10:26:26.115] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:26.115] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Detected a nested transpiler function: futurize::futurize() [10:26:26.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:26.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... [10:26:26.117] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : futurize(plyr::mdply(.data = args_df, .fun = FUN_m)) [10:26:26.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::mdply(.data = args_df, [10:26:26.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:26.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:26.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mdply-%d"))))) [10:26:26.119] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Apply nested transpiler ... done [10:26:26.119] | : . | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:26.120] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:26.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:26.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Call: [10:26:26.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA with [10:26:26.122] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:26.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: with(...) [10:26:26.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... [10:26:26.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function located in: 'base' [10:26:26.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... done [10:26:26.125] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:26.125] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Wrapped in with( ... ) [10:26:26.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:26.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:26.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA `(` [10:26:26.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:26.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: ((...) [10:26:26.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... [10:26:26.129] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function located in: 'base' [10:26:26.129] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... done [10:26:26.130] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:26.130] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Wrapped in ( ... ) [10:26:26.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... [10:26:26.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Call: [10:26:26.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA plyr::mdply [10:26:26.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... [10:26:26.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function: plyr::mdply(...) [10:26:26.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... done [10:26:26.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... done [10:26:26.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:26.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:26.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:26.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function: plyr::mdply(...) [10:26:26.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:26.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(3, 2, 1) [10:26:26.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . plyr::mdply [10:26:26.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:26.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:26.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:26.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpiler description: plyr::mdply() transpiler [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpiler function: [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . function (expr, options) [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . { [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . ns <- getNamespace("plyr") [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . fcn <- get("mdply", mode = "function", envir = ns) [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . } [10:26:26.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . [10:26:26.141] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA $label [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA $transpiler [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA function (expr, ...) [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA { [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA inner_pos <- call_pos[-length(call_pos)] [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA expr_inner <- expr[[inner_pos]] [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA expr[[inner_pos]] <- expr_inner [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA expr [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA } [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Creating wrapper transpiler ... done [10:26:26.143] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:26.143] | : . | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpile call expression ... [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::mdply(.data = { [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : args_df [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : on.exit(.progressr_progressor()) [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : ...FUN(...) [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : conditions = "condition", globals = TRUE, packages = NULL, [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mdply-%d")), [10:26:26.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:26.146] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Transpile call expression ... done [10:26:26.147] | : . | : . | : . | : . | : . | : . | : . | : . | : . | Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:26.320] | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:26.321] | : . | : . | : . | : . | : . | : . | : . | : . | : transpile() ... done character(0) [10:26:26.322] | : . | : . | : . | : . | : . | : . | : . | : . | : progressify() ... [10:26:26.322] | : . | : . | : . | : . | : . | : . | : . | : . | : . transpile() ... [10:26:26.323] | : . | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... [10:26:26.323] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... [10:26:26.324] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... [10:26:26.324] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Call: [10:26:26.325] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA futurize [10:26:26.325] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:26.326] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: futurize(...) [10:26:26.326] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... [10:26:26.327] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function located in: 'futurize' [10:26:26.327] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... done [10:26:26.328] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:26.328] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . descend_wrappers() ... done [10:26:26.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... [10:26:26.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Function: futurize(...) [10:26:26.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... [10:26:26.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function located in: 'futurize' [10:26:26.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locate function ... done [10:26:26.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . parse_call() ... done [10:26:26.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Position of call to be transpiled in expression: c(1) [10:26:26.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . futurize [10:26:26.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Finding call to be transpiled ... done [10:26:26.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:26.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Detected a nested transpiler function: futurize::futurize() [10:26:26.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:26.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... [10:26:26.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . futurize(plyr::mdply(.data = args_df, .fun = FUN_m)) [10:26:26.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::mdply(.data = args_df, [10:26:26.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:26.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:26.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mdply-%d"))))) [10:26:26.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Apply nested transpiler ... done [10:26:26.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:26.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:26.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:26.340] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:26.340] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA with [10:26:26.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:26.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: with(...) [10:26:26.342] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... [10:26:26.342] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function located in: 'base' [10:26:26.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... done [10:26:26.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:26.344] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Wrapped in with( ... ) [10:26:26.344] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... [10:26:26.345] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Call: [10:26:26.345] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA `(` [10:26:26.346] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... [10:26:26.346] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function: ((...) [10:26:26.347] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... [10:26:26.347] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function located in: 'base' [10:26:26.348] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... done [10:26:26.348] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... done [10:26:26.349] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Wrapped in ( ... ) [10:26:26.349] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... [10:26:26.350] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Call: [10:26:26.350] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA plyr::mdply [10:26:26.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:26.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: plyr::mdply(...) [10:26:26.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:26.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... done [10:26:26.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... done [10:26:26.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:26.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:26.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: plyr::mdply(...) [10:26:26.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:26.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:26.356] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA plyr::mdply [10:26:26.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:26.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... [10:26:26.358] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:26.358] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler description: plyr::mdply() transpiler [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler function: [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA function (expr, options) [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA { [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA ns <- getNamespace("plyr") [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA fcn <- get("mdply", mode = "function", envir = ns) [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA progressify_plyr(expr, fcn_name = "mdply", fcn = fcn, envir = parent.frame()) [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA } [10:26:26.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Creating wrapper transpiler ... [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA $label [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA $transpiler [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA function (expr, ...) [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA { [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA expr_inner <- expr[[inner_pos]] [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA expr[[inner_pos]] <- expr_inner [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA expr [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA } [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA [10:26:26.360] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA [10:26:26.361] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Creating wrapper transpiler ... done [10:26:26.362] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::mdply() of class 'function' ... done [10:26:26.362] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::mdply(.data = { [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . conditions = "condition", globals = TRUE, packages = NULL, [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::mdply-%d")), [10:26:26.363] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:26.365] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:26.365] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:26.535] | : . | : . | : . | : . | : . | : . | : . | : . | : . | get_transpiler() ... done [10:26:26.536] | : . | : . | : . | : . | : . | : . | : . | : . | : . transpile() ... done === maply ========================== plyr::maply(.data = args_df, .fun = FUN_m) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::maply(.data = args_df, .fun = FUN_m))) [10:26:26.539] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:26.539] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:26.540] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:26.540] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:26.541] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:26.541] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:26.542] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA plyr::maply [10:26:26.542] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:26.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: plyr::maply(...) [10:26:26.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:26.544] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:26.544] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:26.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: plyr::maply(...) [10:26:26.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:26.546] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Position of call to be transpiled in expression: c(1) [10:26:26.546] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA plyr::maply [10:26:26.547] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:26.548] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:26.548] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler description: plyr::maply() transpiler [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler function: [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA function (expr, options) [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA { [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA ns <- getNamespace("plyr") [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA fcn <- get("maply", mode = "function", envir = ns) [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA } [10:26:26.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.550] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:26.551] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:26.551] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::maply(.data = { [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:26.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:26.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:26.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:26.554] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:26.554] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered 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:26.726] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:26.727] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:26.727] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:26.728] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:26.728] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:26.729] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:26.729] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA plyr::maply [10:26:26.730] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:26.731] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: plyr::maply(...) [10:26:26.731] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:26.732] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:26.732] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:26.733] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: plyr::maply(...) [10:26:26.733] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:26.734] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Position of call to be transpiled in expression: c(1) [10:26:26.734] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA plyr::maply [10:26:26.735] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:26.735] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:26.736] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:26.736] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler description: plyr::maply() transpiler [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler function: [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA function (expr, options) [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA { [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA ns <- getNamespace("plyr") [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA fcn <- get("maply", mode = "function", envir = ns) [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA } [10:26:26.737] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.738] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:26.738] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::maply(.data = { [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:26.739] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:26.741] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:26.741] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:26.742] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:26.742] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:26.913] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:26.914] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:26.915] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:26.915] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:26.916] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:26.916] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:26.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA plyr::maply [10:26:26.917] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:26.918] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: plyr::maply(...) [10:26:26.918] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:26.919] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:26.919] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:26.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: plyr::maply(...) [10:26:26.920] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:26.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Position of call to be transpiled in expression: c(1) [10:26:26.921] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA plyr::maply [10:26:26.922] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:26.922] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:26.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:26.923] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler description: plyr::maply() transpiler [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpiler function: [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA function (expr, options) [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA { [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA ns <- getNamespace("plyr") [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA fcn <- get("maply", mode = "function", envir = ns) [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA } [10:26:26.924] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA [10:26:26.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:26.925] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:26.926] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . local(plyr::maply(.data = { [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . args_df [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . on.exit(.progressr_progressor()) [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . ...FUN(...) [10:26:26.927] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:26.928] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Transpile call expression ... done [10:26:26.928] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : Return transpiled call expression [10:26:26.929] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... done [10:26:26.929] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::maply(.data = args_df, .fun = FUN_m))) [10:26:27.098] | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:27.099] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... [10:26:27.099] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... [10:26:27.100] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... [10:26:27.100] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... [10:26:27.101] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Call: [10:26:27.101] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA futurize [10:26:27.102] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:27.103] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: futurize(...) [10:26:27.103] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... [10:26:27.104] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function located in: 'futurize' [10:26:27.104] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... done [10:26:27.105] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:27.105] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA descend_wrappers() ... done [10:26:27.106] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... [10:26:27.106] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Function: futurize(...) [10:26:27.107] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... [10:26:27.107] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function located in: 'futurize' [10:26:27.108] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locate function ... done [10:26:27.108] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA parse_call() ... done [10:26:27.109] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Position of call to be transpiled in expression: c(1) [10:26:27.109] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA futurize [10:26:27.110] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Finding call to be transpiled ... done [10:26:27.110] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:27.111] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Detected a nested transpiler function: futurize::futurize() [10:26:27.111] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:27.112] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... [10:26:27.112] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA futurize(plyr::maply(.data = args_df, .fun = FUN_m)) [10:26:27.113] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::maply(.data = args_df, [10:26:27.113] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:27.113] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:27.113] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::maply-%d"))))) [10:26:27.114] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Apply nested transpiler ... done [10:26:27.115] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:27.115] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Finding call to be transpiled ... [10:26:27.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... [10:26:27.116] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Call: [10:26:27.117] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA with [10:26:27.117] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... [10:26:27.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function: with(...) [10:26:27.118] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... [10:26:27.119] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function located in: 'base' [10:26:27.119] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... done [10:26:27.120] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... done [10:26:27.120] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Wrapped in with( ... ) [10:26:27.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... [10:26:27.121] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Call: [10:26:27.122] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA `(` [10:26:27.122] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:27.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: ((...) [10:26:27.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... [10:26:27.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function located in: 'base' [10:26:27.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... done [10:26:27.125] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:27.125] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Wrapped in ( ... ) [10:26:27.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:27.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:27.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA plyr::maply [10:26:27.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:27.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: plyr::maply(...) [10:26:27.130] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:27.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:27.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... done [10:26:27.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... done [10:26:27.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:27.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: plyr::maply(...) [10:26:27.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:27.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:27.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA plyr::maply [10:26:27.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Finding call to be transpiled ... done [10:26:27.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:27.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:27.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpiler description: plyr::maply() transpiler [10:26:27.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpiler function: [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA function (expr, options) [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA { [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA ns <- getNamespace("plyr") [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA fcn <- get("maply", mode = "function", envir = ns) [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA } [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA [10:26:27.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Creating wrapper transpiler ... [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA $label [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA $transpiler [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA function (expr, ...) [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA { [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA expr_inner <- expr[[inner_pos]] [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA expr[[inner_pos]] <- expr_inner [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA expr [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA } [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA [10:26:27.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA [10:26:27.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Creating wrapper transpiler ... done [10:26:27.140] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:27.141] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:27.141] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::maply(.data = { [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA args_df [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA on.exit(.progressr_progressor()) [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA ...FUN(...) [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::maply-%d")), [10:26:27.142] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:27.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Transpile call expression ... done [10:26:27.144] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:27.311] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : get_transpiler() ... done [10:26:27.312] | : . | : . | : . | : . | : . | : . | : . | : . | : . | transpile() ... 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:27.314] | : . | : . | : . | : . | : . | : . | : . | : . | : . | progressify() ... [10:26:27.315] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : transpile() ... [10:26:27.315] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... [10:26:27.316] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Finding call to be transpiled ... [10:26:27.316] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... [10:26:27.317] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Call: [10:26:27.317] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA futurize [10:26:27.318] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... [10:26:27.318] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function: futurize(...) [10:26:27.319] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... [10:26:27.319] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function located in: 'futurize' [10:26:27.320] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... done [10:26:27.320] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... done [10:26:27.321] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA descend_wrappers() ... done [10:26:27.321] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... [10:26:27.322] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Function: futurize(...) [10:26:27.322] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... [10:26:27.323] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function located in: 'futurize' [10:26:27.323] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locate function ... done [10:26:27.324] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA parse_call() ... done [10:26:27.324] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Position of call to be transpiled in expression: c(1) [10:26:27.325] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA futurize [10:26:27.325] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Finding call to be transpiled ... done [10:26:27.326] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:27.326] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Detected a nested transpiler function: futurize::futurize() [10:26:27.327] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:27.327] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Apply nested transpiler ... [10:26:27.328] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA futurize(plyr::maply(.data = args_df, .fun = FUN_m)) [10:26:27.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::maply(.data = args_df, [10:26:27.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:27.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:27.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::maply-%d"))))) [10:26:27.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Apply nested transpiler ... done [10:26:27.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA get_transpiler() ... [10:26:27.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Finding call to be transpiled ... [10:26:27.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... [10:26:27.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Call: [10:26:27.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA with [10:26:27.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:27.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: with(...) [10:26:27.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... [10:26:27.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function located in: 'base' [10:26:27.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... done [10:26:27.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:27.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Wrapped in with( ... ) [10:26:27.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:27.337] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:27.337] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA `(` [10:26:27.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:27.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: ((...) [10:26:27.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... [10:26:27.340] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function located in: 'base' [10:26:27.340] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... done [10:26:27.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:27.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Wrapped in ( ... ) [10:26:27.342] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... [10:26:27.342] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Call: [10:26:27.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA plyr::maply [10:26:27.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... [10:26:27.344] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function: plyr::maply(...) [10:26:27.344] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... done [10:26:27.345] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... done [10:26:27.345] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:27.346] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... done [10:26:27.346] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... [10:26:27.347] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function: plyr::maply(...) [10:26:27.347] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... done [10:26:27.348] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:27.348] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA plyr::maply [10:26:27.349] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Finding call to be transpiled ... done [10:26:27.349] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:27.350] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:27.350] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Transpiler description: plyr::maply() transpiler [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Transpiler function: [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA function (expr, options) [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA { [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA ns <- getNamespace("plyr") [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA fcn <- get("maply", mode = "function", envir = ns) [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA } [10:26:27.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Creating wrapper transpiler ... [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA $label [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA $transpiler [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA function (expr, ...) [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA { [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA expr_inner <- expr[[inner_pos]] [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA expr[[inner_pos]] <- expr_inner [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA expr [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA } [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Creating wrapper transpiler ... done [10:26:27.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:27.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA get_transpiler() ... done [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpile call expression ... [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::maply(.data = { [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA args_df [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA on.exit(.progressr_progressor()) [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA ...FUN(...) [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::maply-%d")), [10:26:27.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:27.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Transpile call expression ... done [10:26:27.358] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:27.527] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . get_transpiler() ... done [10:26:27.528] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : transpile() ... done character(0) [10:26:27.528] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : progressify() ... [10:26:27.529] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . transpile() ... [10:26:27.530] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA get_transpiler() ... [10:26:27.530] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Finding call to be transpiled ... [10:26:27.531] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... [10:26:27.531] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Call: [10:26:27.532] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA futurize [10:26:27.532] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:27.533] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: futurize(...) [10:26:27.533] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... [10:26:27.534] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function located in: 'futurize' [10:26:27.534] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... done [10:26:27.535] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:27.535] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA descend_wrappers() ... done [10:26:27.536] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... [10:26:27.536] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Function: futurize(...) [10:26:27.537] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... [10:26:27.537] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function located in: 'futurize' [10:26:27.538] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locate function ... done [10:26:27.538] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA parse_call() ... done [10:26:27.539] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Position of call to be transpiled in expression: c(1) [10:26:27.539] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA futurize [10:26:27.540] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Finding call to be transpiled ... done [10:26:27.540] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:27.541] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Detected a nested transpiler function: futurize::futurize() [10:26:27.541] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:27.542] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Apply nested transpiler ... [10:26:27.542] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA futurize(plyr::maply(.data = args_df, .fun = FUN_m)) [10:26:27.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::maply(.data = args_df, [10:26:27.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:27.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:27.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::maply-%d"))))) [10:26:27.544] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Apply nested transpiler ... done [10:26:27.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... [10:26:27.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... [10:26:27.546] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:27.546] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:27.547] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA with [10:26:27.548] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:27.548] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: with(...) [10:26:27.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... [10:26:27.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function located in: 'base' [10:26:27.550] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... done [10:26:27.550] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:27.551] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Wrapped in with( ... ) [10:26:27.551] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... [10:26:27.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Call: [10:26:27.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA `(` [10:26:27.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... [10:26:27.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function: ((...) [10:26:27.554] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... [10:26:27.554] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:27.555] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... done [10:26:27.555] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... done [10:26:27.556] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Wrapped in ( ... ) [10:26:27.556] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... [10:26:27.557] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Call: [10:26:27.557] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA plyr::maply [10:26:27.558] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... [10:26:27.558] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function: plyr::maply(...) [10:26:27.559] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... done [10:26:27.559] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... done [10:26:27.560] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... done [10:26:27.560] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:27.561] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:27.561] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: plyr::maply(...) [10:26:27.562] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:27.562] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:27.563] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA plyr::maply [10:26:27.563] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... done [10:26:27.564] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... [10:26:27.564] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:27.565] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler description: plyr::maply() transpiler [10:26:27.565] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler function: [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA function (expr, options) [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA { [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA ns <- getNamespace("plyr") [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA fcn <- get("maply", mode = "function", envir = ns) [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA progressify_plyr(expr, fcn_name = "maply", fcn = fcn, envir = parent.frame()) [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA } [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Creating wrapper transpiler ... [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA $label [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA $transpiler [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA function (expr, ...) [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA { [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA expr_inner <- expr[[inner_pos]] [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA expr[[inner_pos]] <- expr_inner [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA expr [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA } [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA [10:26:27.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA [10:26:27.568] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Creating wrapper transpiler ... done [10:26:27.568] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::maply() of class 'function' ... done [10:26:27.569] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... done [10:26:27.569] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::maply(.data = { [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA args_df [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA on.exit(.progressr_progressor()) [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA ...FUN(...) [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::maply-%d")), [10:26:27.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:27.572] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... done [10:26:27.572] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:27.742] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA get_transpiler() ... done [10:26:27.743] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . transpile() ... done === m_ply ========================== plyr::m_ply(.data = args_df, .fun = FUN_m) --------------------------------- --- progressify_futurize --- futurize(progressify(plyr::m_ply(.data = args_df, .fun = FUN_m))) [10:26:27.745] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:27.746] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... [10:26:27.746] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... [10:26:27.747] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... [10:26:27.747] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:27.748] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:27.748] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA plyr::m_ply [10:26:27.749] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:27.749] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:27.750] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:27.750] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:27.751] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:27.751] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: plyr::m_ply(...) [10:26:27.752] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:27.752] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Position of call to be transpiled in expression: c(1) [10:26:27.753] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA plyr::m_ply [10:26:27.753] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... done [10:26:27.754] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:27.754] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:27.755] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler description: plyr::m_ply() transpiler [10:26:27.755] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler function: [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA function (expr, options) [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA { [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA ns <- getNamespace("plyr") [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA fcn <- get("m_ply", mode = "function", envir = ns) [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA } [10:26:27.756] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.757] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:27.757] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... done [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA local(plyr::m_ply(.data = { [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA args_df [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA on.exit(.progressr_progressor()) [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA ...FUN(...) [10:26:27.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:27.759] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... done [10:26:27.760] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Return transpiled call expression [10:26:27.760] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... done [10:26:27.761] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered NULL [10:26:27.934] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:27.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... [10:26:27.935] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... [10:26:27.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... [10:26:27.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:27.936] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:27.937] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA plyr::m_ply [10:26:27.937] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:27.938] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:27.938] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:27.939] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:27.939] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:27.940] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: plyr::m_ply(...) [10:26:27.940] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:27.941] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Position of call to be transpiled in expression: c(1) [10:26:27.941] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA plyr::m_ply [10:26:27.942] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... done [10:26:27.943] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:27.943] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:27.944] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler description: plyr::m_ply() transpiler [10:26:27.944] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler function: [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA function (expr, options) [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA { [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA ns <- getNamespace("plyr") [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA fcn <- get("m_ply", mode = "function", envir = ns) [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA } [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:27.945] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:27.946] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... done [10:26:27.946] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA local(plyr::m_ply(.data = { [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA args_df [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA on.exit(.progressr_progressor()) [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA ...FUN(...) [10:26:27.947] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:27.948] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... done [10:26:27.948] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Return transpiled call expression [10:26:27.949] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... done [10:26:27.949] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered character(0) [10:26:28.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:28.123] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... [10:26:28.124] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... [10:26:28.125] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... [10:26:28.125] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:28.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:28.126] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA plyr::m_ply [10:26:28.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:28.127] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:28.128] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:28.129] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:28.129] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.130] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:28.130] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Position of call to be transpiled in expression: c(1) [10:26:28.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA plyr::m_ply [10:26:28.131] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... done [10:26:28.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:28.132] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:28.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler description: plyr::m_ply() transpiler [10:26:28.133] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpiler function: [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA function (expr, options) [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA { [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA ns <- getNamespace("plyr") [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA fcn <- get("m_ply", mode = "function", envir = ns) [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA } [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA [10:26:28.134] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:28.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... done [10:26:28.135] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA local(plyr::m_ply(.data = { [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA args_df [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA on.exit(.progressr_progressor()) [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA ...FUN(...) [10:26:28.136] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA }, ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)) [10:26:28.137] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Transpile call expression ... done [10:26:28.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA Return transpiled call expression [10:26:28.138] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... done [10:26:28.139] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... done Warning in setup_parallel() : No parallel backend registered --- futurize_progressify --- progressify(futurize(plyr::m_ply(.data = args_df, .fun = FUN_m))) [10:26:28.316] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . progressify() ... [10:26:28.316] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... [10:26:28.317] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... [10:26:28.317] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... [10:26:28.318] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... [10:26:28.318] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Call: [10:26:28.319] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA futurize [10:26:28.320] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:28.320] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: futurize(...) [10:26:28.321] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... [10:26:28.321] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function located in: 'futurize' [10:26:28.322] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... done [10:26:28.322] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:28.323] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA descend_wrappers() ... done [10:26:28.323] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... [10:26:28.324] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Function: futurize(...) [10:26:28.324] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... [10:26:28.325] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function located in: 'futurize' [10:26:28.325] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locate function ... done [10:26:28.326] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA parse_call() ... done [10:26:28.326] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Position of call to be transpiled in expression: c(1) [10:26:28.327] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA futurize [10:26:28.327] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Finding call to be transpiled ... done [10:26:28.328] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:28.328] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Detected a nested transpiler function: futurize::futurize() [10:26:28.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:28.329] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Apply nested transpiler ... [10:26:28.330] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA futurize(plyr::m_ply(.data = args_df, .fun = FUN_m)) [10:26:28.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::m_ply(.data = args_df, [10:26:28.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:28.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:28.331] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::m_ply-%d"))))) [10:26:28.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Apply nested transpiler ... done [10:26:28.332] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA get_transpiler() ... [10:26:28.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Finding call to be transpiled ... [10:26:28.333] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... [10:26:28.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Call: [10:26:28.334] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA with [10:26:28.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... [10:26:28.335] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function: with(...) [10:26:28.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... [10:26:28.336] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:28.337] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... done [10:26:28.337] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... done [10:26:28.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Wrapped in with( ... ) [10:26:28.338] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... [10:26:28.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Call: [10:26:28.339] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA `(` [10:26:28.340] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... [10:26:28.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function: ((...) [10:26:28.341] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Locate function ... [10:26:28.342] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:28.342] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Locate function ... done [10:26:28.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... done [10:26:28.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Wrapped in ( ... ) [10:26:28.343] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA descend_wrappers() ... [10:26:28.344] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Call: [10:26:28.344] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA plyr::m_ply [10:26:28.345] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA parse_call() ... [10:26:28.346] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.346] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA parse_call() ... done [10:26:28.347] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.347] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.348] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... done [10:26:28.348] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:28.349] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.349] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:28.350] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:28.350] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA plyr::m_ply [10:26:28.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Finding call to be transpiled ... done [10:26:28.351] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:28.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:28.352] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Transpiler description: plyr::m_ply() transpiler [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Transpiler function: [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA function (expr, options) [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA { [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA ns <- getNamespace("plyr") [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA fcn <- get("m_ply", mode = "function", envir = ns) [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA } [10:26:28.353] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Creating wrapper transpiler ... [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA $label [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA $transpiler [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA function (expr, ...) [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA { [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA expr_inner <- expr[[inner_pos]] [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA expr[[inner_pos]] <- expr_inner [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA expr [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA } [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA [10:26:28.354] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA [10:26:28.355] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Creating wrapper transpiler ... done [10:26:28.356] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:28.356] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA get_transpiler() ... done [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Transpile call expression ... [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::m_ply(.data = { [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA args_df [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA on.exit(.progressr_progressor()) [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA ...FUN(...) [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::m_ply-%d")), [10:26:28.357] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:28.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Transpile call expression ... done [10:26:28.359] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:28.536] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA get_transpiler() ... done [10:26:28.537] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA transpile() ... done NULL [10:26:28.538] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA progressify() ... [10:26:28.538] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA transpile() ... [10:26:28.539] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA get_transpiler() ... [10:26:28.539] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Finding call to be transpiled ... [10:26:28.540] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... [10:26:28.540] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Call: [10:26:28.541] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA futurize [10:26:28.541] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... [10:26:28.542] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function: futurize(...) [10:26:28.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... [10:26:28.543] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function located in: 'futurize' [10:26:28.544] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... done [10:26:28.544] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... done [10:26:28.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA descend_wrappers() ... done [10:26:28.545] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... [10:26:28.546] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Function: futurize(...) [10:26:28.546] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... [10:26:28.547] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function located in: 'futurize' [10:26:28.547] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locate function ... done [10:26:28.548] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA parse_call() ... done [10:26:28.548] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Position of call to be transpiled in expression: c(1) [10:26:28.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA futurize [10:26:28.549] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Finding call to be transpiled ... done [10:26:28.550] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:28.550] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Detected a nested transpiler function: futurize::futurize() [10:26:28.551] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:28.551] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Apply nested transpiler ... [10:26:28.552] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA futurize(plyr::m_ply(.data = args_df, .fun = FUN_m)) [10:26:28.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::m_ply(.data = args_df, [10:26:28.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:28.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:28.553] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::m_ply-%d"))))) [10:26:28.554] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Apply nested transpiler ... done [10:26:28.554] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA get_transpiler() ... [10:26:28.555] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Finding call to be transpiled ... [10:26:28.555] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... [10:26:28.556] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Call: [10:26:28.556] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA with [10:26:28.557] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... [10:26:28.557] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function: with(...) [10:26:28.558] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Locate function ... [10:26:28.558] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:28.559] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Locate function ... done [10:26:28.559] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... done [10:26:28.560] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Wrapped in with( ... ) [10:26:28.560] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA descend_wrappers() ... [10:26:28.561] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Call: [10:26:28.561] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA `(` [10:26:28.562] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA parse_call() ... [10:26:28.562] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Function: ((...) [10:26:28.563] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Locate function ... [10:26:28.563] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:28.564] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Locate function ... done [10:26:28.564] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA parse_call() ... done [10:26:28.565] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Wrapped in ( ... ) [10:26:28.565] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA descend_wrappers() ... [10:26:28.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Call: [10:26:28.566] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA plyr::m_ply [10:26:28.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA parse_call() ... [10:26:28.567] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.568] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA parse_call() ... done [10:26:28.568] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.569] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.569] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... [10:26:28.570] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.571] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... done [10:26:28.571] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:28.572] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA plyr::m_ply [10:26:28.573] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Finding call to be transpiled ... done [10:26:28.573] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:28.574] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:28.574] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Transpiler description: plyr::m_ply() transpiler [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Transpiler function: [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA function (expr, options) [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA { [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA ns <- getNamespace("plyr") [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA fcn <- get("m_ply", mode = "function", envir = ns) [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA } [10:26:28.575] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Creating wrapper transpiler ... [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA $label [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA $transpiler [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA function (expr, ...) [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA { [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA expr_inner <- expr[[inner_pos]] [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA expr[[inner_pos]] <- expr_inner [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA expr [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA } [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA [10:26:28.576] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA [10:26:28.577] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Creating wrapper transpiler ... done [10:26:28.578] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:28.578] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA get_transpiler() ... done [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpile call expression ... [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::m_ply(.data = { [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA args_df [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA on.exit(.progressr_progressor()) [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA ...FUN(...) [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::m_ply-%d")), [10:26:28.579] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:28.581] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Transpile call expression ... done [10:26:28.581] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:28.758] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA get_transpiler() ... done [10:26:28.759] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA transpile() ... done character(0) [10:26:28.760] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA progressify() ... [10:26:28.760] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA transpile() ... [10:26:28.761] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA get_transpiler() ... [10:26:28.761] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Finding call to be transpiled ... [10:26:28.762] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... [10:26:28.762] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Call: [10:26:28.763] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA futurize [10:26:28.763] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... [10:26:28.764] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function: futurize(...) [10:26:28.764] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Locate function ... [10:26:28.765] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Function located in: 'futurize' [10:26:28.765] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Locate function ... done [10:26:28.766] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... done [10:26:28.766] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.767] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... [10:26:28.767] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Function: futurize(...) [10:26:28.768] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... [10:26:28.768] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function located in: 'futurize' [10:26:28.769] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Locate function ... done [10:26:28.769] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA parse_call() ... done [10:26:28.770] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Position of call to be transpiled in expression: c(1) [10:26:28.770] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA futurize [10:26:28.771] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Finding call to be transpiled ... done [10:26:28.771] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... [10:26:28.772] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Detected a nested transpiler function: futurize::futurize() [10:26:28.772] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Locating 'progressify::built-in' transpiler for futurize::futurize() of class 'transpiler' ... done [10:26:28.773] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Apply nested transpiler ... [10:26:28.773] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA futurize(plyr::m_ply(.data = args_df, .fun = FUN_m)) [10:26:28.774] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (plyr::m_ply(.data = args_df, [10:26:28.774] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA .fun = FUN_m, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:28.774] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:28.774] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::m_ply-%d"))))) [10:26:28.776] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Apply nested transpiler ... done [10:26:28.776] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA get_transpiler() ... [10:26:28.777] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Finding call to be transpiled ... [10:26:28.777] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA descend_wrappers() ... [10:26:28.778] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Call: [10:26:28.778] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA with [10:26:28.779] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA parse_call() ... [10:26:28.779] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Function: with(...) [10:26:28.780] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Locate function ... [10:26:28.780] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:28.781] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Locate function ... done [10:26:28.781] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA parse_call() ... done [10:26:28.782] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Wrapped in with( ... ) [10:26:28.782] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA descend_wrappers() ... [10:26:28.783] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Call: [10:26:28.783] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA `(` [10:26:28.784] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA parse_call() ... [10:26:28.784] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Function: ((...) [10:26:28.785] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Locate function ... [10:26:28.785] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA NA Function located in: 'base' [10:26:28.786] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Locate function ... done [10:26:28.786] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA parse_call() ... done [10:26:28.787] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA Wrapped in ( ... ) [10:26:28.787] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA descend_wrappers() ... [10:26:28.788] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA Call: [10:26:28.788] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA plyr::m_ply [10:26:28.789] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA parse_call() ... [10:26:28.789] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.790] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA NA parse_call() ... done [10:26:28.790] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.791] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.791] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA descend_wrappers() ... done [10:26:28.792] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... [10:26:28.793] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA Function: plyr::m_ply(...) [10:26:28.793] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA parse_call() ... done [10:26:28.794] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Position of call to be transpiled in expression: c(3, 2, 1) [10:26:28.794] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA plyr::m_ply [10:26:28.795] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Finding call to be transpiled ... done [10:26:28.795] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... [10:26:28.796] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Namespaces registered with progressify(): 'base', 'crossmap', 'future.apply', 'purrr', 'furrr', 'partykit', 'plyr', 'stats', 'foreach', 'doFuture' [10:26:28.796] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Transpiler description: plyr::m_ply() transpiler [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Transpiler function: [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA function (expr, options) [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA { [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA ns <- getNamespace("plyr") [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA fcn <- get("m_ply", mode = "function", envir = ns) [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA progressify_plyr(expr, fcn_name = "m_ply", fcn = fcn, envir = parent.frame()) [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA } [10:26:28.797] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Creating wrapper transpiler ... [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA $label [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA [1] "Apply transpiler to inner expression at c(3, 2, 1)" [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA $transpiler [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA function (expr, ...) [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA { [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA inner_pos <- call_pos[-length(call_pos)] [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA expr_inner <- expr[[inner_pos]] [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA expr_inner <- transpiler_inner(expr_inner, ...) [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA expr[[inner_pos]] <- expr_inner [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA expr [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA } [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA [10:26:28.798] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA NA [10:26:28.799] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA NA Creating wrapper transpiler ... done [10:26:28.800] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA Locating 'progressify::built-in' transpiler for plyr::m_ply() of class 'function' ... done [10:26:28.800] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA get_transpiler() ... done [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Transpile call expression ... [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA with(doFuture::registerDoFuture(flavor = "%dofuture%"), (local(plyr::m_ply(.data = { [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA .progressr_progressor <- progressr::progressor(steps = nrow(args_df)) [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA args_df [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA }, .fun = function(..., ...FUN, .progressr_progressor) { [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA on.exit(.progressr_progressor()) [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA ...FUN(...) [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA }, .parallel = TRUE, .paropts = list(.options.future = list(stdout = TRUE, [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA conditions = "condition", globals = TRUE, packages = NULL, [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA seed = FALSE, scheduling = 1, chunk.size = NULL, label = "fz:plyr::m_ply-%d")), [10:26:28.801] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA NA ...FUN = FUN_m, .progressr_progressor = .progressr_progressor)))) [10:26:28.803] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Transpile call expression ... done [10:26:28.804] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA NA Evaluate transpiled call expression Warning in setup_parallel() : No parallel backend registered [10:26:28.977] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA NA get_transpiler() ... done [10:26:28.978] | : . | : . | : . | : . | : . | : . | : . | : . | : . | : . NA NA NA transpile() ... done Test time: user.self=1e+01s, sys.self=0.7s, elapsed=1e+01s, user.child=NAs, sys.child=NAs Test 'progressify-futurize-plyr' ... success > > proc.time() user system elapsed 12.56 0.75 13.29