Skip to content

Commit

Permalink
Updates based on review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NNktqn committed Dec 6, 2024
1 parent 66aeccd commit 692a9c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion R/internal_run.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ internal_run <- function(input, steps, queue, level,
} else {
# Execute the scripts
queue$run(files)
cat("\n")
zephyr::msg("\n",
msg_fun = cli::cli_verbatim,
levels_to_write = "verbose",
verbosity_level = verbosity_level)

}
}

Expand Down
2 changes: 1 addition & 1 deletion inst/documents/title-block.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h1 class="title">$title$</h1>

$if(date)$
<div>
<div class="quarto-title-meta-heading">Execution time</div>
<div class="quarto-title-meta-heading">Execution end time</div>
<div class="quarto-title-meta-contents">
<p class="date">$date$</p>
</div>
Expand Down

0 comments on commit 692a9c3

Please sign in to comment.