Checks whether the progressr package is available and can be used for progress reporting.
Examples
if (is_progress_available()) {
message("Progress reporting is available")
}
#> Progress reporting is available
Checks whether the progressr package is available and can be used for progress reporting.
if (is_progress_available()) {
message("Progress reporting is available")
}
#> Progress reporting is available