-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
When using the .progress = TRUE argument for a large vector, it is possible to get this error message
Progress: ────────────────────────────── 100%
Error in rep(" ", times = width_space) : invalid 'times' argument
In addition: Warning message:
In width_usable * n_ticks : NAs produced by integer overflow
A simple reprex:
myFunc = function(x){
1L
}
future::plan("multisession")
res <- furrr::future_map_int(1:1e9, myFunc, .progress = TRUE)
future::plan("sequential")
Tested on R version 4.3.3 Windows 11 x64 with furrr 0.3.1
HenrikBengtsson
Metadata
Metadata
Assignees
Labels
No labels