Skip to content

Commit

Permalink
bad grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Jan 15, 2024
1 parent 81e6f08 commit 763ce14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/namespace.R
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ roxy_tag_ns.roxy_tag_importFrom <- function(x, block, env) {
# be sure to match '%>%', `%>%`, "%>%" all to %>% given by getNamespaceExports, #1570
unknown_idx <- !normalize_quotes(importing) %in% getNamespaceExports(pkg)
if (any(unknown_idx)) {
warn_roxy_tag(x, "Excluding unknown {cli::qty(sum(unknown_idx))} export{?s} in from {.package {pkg}}: {.code {importing[unknown_idx]}}")
warn_roxy_tag(x, "Excluding unknown {cli::qty(sum(unknown_idx))} export{?s} from {.package {pkg}}: {.code {importing[unknown_idx]}}")
if (all(unknown_idx)) {
return(NULL)
}
Expand Down

0 comments on commit 763ce14

Please sign in to comment.