add timestamp to cli output
This commit is contained in:
parent
19e330ce69
commit
e4a32163c6
1 changed files with 43 additions and 43 deletions
|
|
@ -79,7 +79,7 @@ build_binary_package <- function(package_name, tag = NULL, codename = NULL,
|
|||
t1 <- Sys.time()
|
||||
cli::cli_h2("Building ({.pkg {package_name[1]}})")
|
||||
|
||||
cli::cli_alert("Building binaries for {.pkg {package_name[[1]]}} with tags {.field {tag}}.")
|
||||
cli::cli_alert("[{format(Sys.time(), format='%H:%M:%S')}] Building binaries for {.pkg {package_name[[1]]}} with tags {.field {tag}}.")
|
||||
|
||||
p <- progressr::progressor(along = tag)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue