progress
progress copied to clipboard
Error when total = NA and format contains :bar
These lines
https://github.com/r-lib/progress/blob/b146a6a74d14c1cf4a3689ae745a0c0f38a355d2/R/progress.R#L422-L423
cause
Error in rep("", complete_len) : invalid 'times' argument
because the ratio is NA.