Skip to content

Commit

Permalink
Simplify glue string
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Aug 15, 2024
1 parent 548e5ab commit 4278d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ use_dependency <- function(package, type, min_version = NULL) {
}

ui_bullets(c(
"v" = "{.drn {direction}} {.pkg {package}} version to {.val {version}} in
"v" = "{direction} {.pkg {package}} version to {.val {version}} in
DESCRIPTION."
))
desc$set_dep(package, type, version = version)
Expand Down

0 comments on commit 4278d10

Please sign in to comment.