Skip to content

Commit

Permalink
explicitly state box::use styling
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Sep 5, 2024
1 parent 994c8dc commit d0f216c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tools.R
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ format_r <- function(paths, exclude_files = NULL) {
style_box_use <- function(path, exclude_files) { }
cli::cli_warn(
c(
"x" = "The packages {{treesitter}} and {{treesitter.r}} are required by some features of `format_r()`.", #nolint
"x" = "The packages {{treesitter}} and {{treesitter.r}} are required by `box::use()` styling features of `format_r()`.", #nolint
"i" = "These package require R version >= 4.3.0 to install."
)
)
Expand Down

0 comments on commit d0f216c

Please sign in to comment.