Skip to content

Actually drop superseded usethis functions#2662

Open
hadley wants to merge 3 commits intomainfrom
drop-superseded-ui
Open

Actually drop superseded usethis functions#2662
hadley wants to merge 3 commits intomainfrom
drop-superseded-ui

Conversation

@hadley
Copy link
Member

@hadley hadley commented Jan 30, 2026

Fixes #2585

@hadley hadley requested a review from jennybc January 30, 2026 23:13

has_build_tools <- !is_windows || pkgbuild::has_build_tools(debug = debug)

new_dev_sitrep(
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minimal surgery to make this testable since I didn't want to accidentally break it all.

kv_line <- function(key, value, path = FALSE) {
if (is.null(value)) {
value <- cli::col_silver("<unset>")
cli::cli_inform(c("*" = "{key}: {.silver <unset>}"))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also changed this to ensure that all of the output is now "message", not "output".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stop using the deprecated usethis::ui_*() functions

1 participant