progress
progress copied to clipboard
Progress bar in your R terminal
It would be good if the progress bar could report the total duration. At least, it could make the starting time available publicly. Or there could be a method that...
Added github actions for tests + covr, might need to set repo secret for covr upload Modified RStudio detection to account for desktop. Safer printing by using Rprintf("%s", str). So...
When both the current and total is set to 0, the division produces a NaN which propagates through min/max operations and can't be used as a boolean condition in an...
Hi there, I often use `base::replicate` for simulations but not knowing when my replication will end was killing me. Therefore, here is a simple rewriting of `base::replicate` that can use...
Hi, I was wondering if it was possible to add a progress bar for an iterative function in R where the progress is not meassured by the number of iterations...
Is the progress package also suitable for the doMC package?
https://cli.r-lib.org/dev/reference/index.html#section-progress-bars
It seems that the packages does not support Jupyter notebook yet. Can you please add such a feature?