Skip to content

Commit

Permalink
Use 'green' for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
eddelbuettel committed Feb 16, 2024
1 parent f8b1a41 commit 42cbf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/package.R
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ buildPackage <- function(pkg, tgt, debug=FALSE, verbose=FALSE, force=FALSE, xvfb
}

## so we're building one
cat(blue(sprintf("%-22s %-11s %-11s", pkg, ver, aver))) # start console log with pkg
cat(green(sprintf("%-22s %-11s %-11s", pkg, ver, aver))) # start console log with pkg
if (is.finite(match(pkg, .pkgenv[["blacklist"]]))) {
cat(red("[blacklisted, skipping]\n"))
return(invisible())
Expand Down

0 comments on commit 42cbf4c

Please sign in to comment.