File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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." ,
You can’t perform that action at this time.
0 commit comments