From 0403c3b0e016d62ee7cadd557c9ab9c377f69dd8 Mon Sep 17 00:00:00 2001 From: cynthiahqy <29718979+cynthiahqy@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:53:33 -0700 Subject: [PATCH 1/2] Adds link to cli vignette on transition from ui_*() Replaces "(LINK TO COME)" text in ui-legacy.R roxygen --- R/ui-legacy.R | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/R/ui-legacy.R b/R/ui-legacy.R index 92473119e..a20521b18 100644 --- a/R/ui-legacy.R +++ b/R/ui-legacy.R @@ -13,8 +13,7 @@ #' #' usethis itself now uses cli internally for its UI, but these new functions #' are not exported and presumably never will be. There is a developer-focused -#' article on the process of transitioning usethis's own UI to use cli (LINK -#' TO COME). +#' article on the process of transitioning usethis's own UI to use cli [here](https://cli.r-lib.org/articles/usethis-ui.html) #' @details #' From 9b3ab9856389ac34dea5a6843dc7a02fb0a3f38b Mon Sep 17 00:00:00 2001 From: cynthiahqy <29718979+cynthiahqy@users.noreply.github.com> Date: Tue, 20 Aug 2024 16:40:16 -0700 Subject: [PATCH 2/2] Add link to cli conversion article in ui_* docs --- R/ui-legacy.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/ui-legacy.R b/R/ui-legacy.R index a20521b18..420a57037 100644 --- a/R/ui-legacy.R +++ b/R/ui-legacy.R @@ -13,7 +13,8 @@ #' #' usethis itself now uses cli internally for its UI, but these new functions #' are not exported and presumably never will be. There is a developer-focused -#' article on the process of transitioning usethis's own UI to use cli [here](https://cli.r-lib.org/articles/usethis-ui.html) +#' article on the process of transitioning usethis's own UI to use cli: +#' [Converting usethis's UI to use cli](https://usethis.r-lib.org/articles/ui-cli-conversion.html) #' @details #'