Skip to content

Commit afda742

Browse files
authored
Merge pull request #771 from tszberkowitz/patch-1
2 parents 35db938 + 52fcc0c commit afda742

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Config/Needs/website:
6060
Config/testthat/edition: 3
6161
Config/usethis/last-upkeep: 2025-04-25
6262
Encoding: UTF-8
63-
RoxygenNote: 7.3.2
63+
RoxygenNote: 7.3.2.9000

R/prettycode.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -392,10 +392,10 @@ code_theme_default_term <- function() {
392392
#' * If `cli.code_theme` is set, it is used.
393393
#' * Otherwise if R is running in RStudio and `cli.code_theme_rstudio` is
394394
#' set, then it is used.
395-
#' * Otherwise if T is not running in RStudio and `cli.code_theme_terminal`
395+
#' * Otherwise if R is not running in RStudio and `cli.code_theme_terminal`
396396
#' is set, then it is used.
397397
#'
398-
#' You can set these options to the name of a built-in theme, or to list
398+
#' You can set these options to the name of a built-in theme, or to a list
399399
#' that specifies a custom theme. See [code_theme_list()] for the list
400400
#' of the built-in themes.
401401
#'

man/cli-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/code_theme_list.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vignettes/progress.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ as usual. You can call `cli_progress_update()` to update a status message.
278278

279279
`cli_progress_step()` is slightly different from
280280
`cli_progress_message()`:
281+
281282
* it adds cli's alert themes to the status messages (info, success or
282283
danger),
283284
* prints the duration of each step (by default), and

0 commit comments

Comments
 (0)