Skip to content

Commit

Permalink
Merge pull request #139 from r-lib/show-build-command
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed May 21, 2022
2 parents a22b6a3 + 319cfe5 commit 80762db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/rcmd.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
rcmd_build_tools <- function(..., env = character(), required = TRUE, quiet = FALSE) {
env <- c(callr::rcmd_safe_env(), env)

if (!quiet) {
cli::cat_rule(paste0("R CMD ", ..1), col = "cyan")
}

warn_for_potential_errors()

callback <- if (cli::is_dynamic_tty()) {
Expand Down

0 comments on commit 80762db

Please sign in to comment.