Skip to content

Commit 0f7f0a8

Browse files
committed
Remove extra progress
1 parent e1204e9 commit 0f7f0a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

R/toolchain.R

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,6 @@ macos_rtools_install <- function(
271271
"r-base-dev", sudo = TRUE, password = entered_password, verbose = verbose
272272
)
273273

274-
if (verbose) cli::cli_progress_update(pb_id, 0.9)
275-
276274
# Finalize installation
277275
if (verbose) {
278276
cli::cli_progress_update(pb_id, 1.0)
@@ -299,8 +297,6 @@ macos_rtools_install <- function(
299297

300298
current_time <- base::format(base::Sys.time(), '%Y-%m-%d %H:%M:%S')
301299
cli::cli_alert_info("Installation completed at: {.val {current_time}}")
302-
cli::cli_text("If you encounter issues with package installation, run:")
303-
cli::cli_code("pkgbuild::check_build_tools(debug = TRUE)")
304300
} else {
305301
cli::cli_abort(c(
306302
"{.pkg macrtools}: Installation failed. Some components could not be installed properly.",

0 commit comments

Comments
 (0)