diff --git a/DESCRIPTION b/DESCRIPTION index ce7a003e..5f8c86f5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -60,4 +60,4 @@ Config/Needs/website: Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-25 Encoding: UTF-8 -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.2.9000 diff --git a/R/prettycode.R b/R/prettycode.R index a61355b3..f7fbbb9c 100644 --- a/R/prettycode.R +++ b/R/prettycode.R @@ -392,10 +392,10 @@ code_theme_default_term <- function() { #' * If `cli.code_theme` is set, it is used. #' * Otherwise if R is running in RStudio and `cli.code_theme_rstudio` is #' set, then it is used. -#' * Otherwise if T is not running in RStudio and `cli.code_theme_terminal` +#' * Otherwise if R is not running in RStudio and `cli.code_theme_terminal` #' is set, then it is used. #' -#' You can set these options to the name of a built-in theme, or to list +#' You can set these options to the name of a built-in theme, or to a list #' that specifies a custom theme. See [code_theme_list()] for the list #' of the built-in themes. #' diff --git a/man/cli-package.Rd b/man/cli-package.Rd index b23add17..058ea2c5 100644 --- a/man/cli-package.Rd +++ b/man/cli-package.Rd @@ -24,7 +24,7 @@ Other contributors: \item Hadley Wickham [contributor] \item Kirill Müller [contributor] \item Salim Brüggemann \email{salim-b@pm.me} (\href{https://orcid.org/0000-0002-5329-5987}{ORCID}) [contributor] - \item Posit Software, PBC [copyright holder, funder] + \item Posit Software, PBC (\href{https://ror.org/03wc8by49}{ROR}) [copyright holder, funder] } } diff --git a/man/code_theme_list.Rd b/man/code_theme_list.Rd index 53c3490d..0c67af36 100644 --- a/man/code_theme_list.Rd +++ b/man/code_theme_list.Rd @@ -37,11 +37,11 @@ You can use three options to customize the code theme: \item If \code{cli.code_theme} is set, it is used. \item Otherwise if R is running in RStudio and \code{cli.code_theme_rstudio} is set, then it is used. -\item Otherwise if T is not running in RStudio and \code{cli.code_theme_terminal} +\item Otherwise if R is not running in RStudio and \code{cli.code_theme_terminal} is set, then it is used. } -You can set these options to the name of a built-in theme, or to list +You can set these options to the name of a built-in theme, or to a list that specifies a custom theme. See \code{\link[=code_theme_list]{code_theme_list()}} for the list of the built-in themes. } diff --git a/vignettes/progress.Rmd b/vignettes/progress.Rmd index 244c99d6..cc05839e 100644 --- a/vignettes/progress.Rmd +++ b/vignettes/progress.Rmd @@ -278,6 +278,7 @@ as usual. You can call `cli_progress_update()` to update a status message. `cli_progress_step()` is slightly different from `cli_progress_message()`: + * it adds cli's alert themes to the status messages (info, success or danger), * prints the duration of each step (by default), and