Skip to content

Commit

Permalink
import glue for unqualified usage
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico committed Aug 2, 2023
1 parent 0f6d69e commit 4d5f12e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export(with_id)
export(xml_nodes_to_lints)
export(yoda_test_linter)
importFrom(cyclocomp,cyclocomp)
importFrom(glue,glue)
importFrom(rex,character_class)
importFrom(rex,re_matches)
importFrom(rex,re_substitutes)
Expand Down
1 change: 1 addition & 0 deletions R/lintr-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"_PACKAGE"

## lintr namespace: start
#' @importFrom glue glue
#' @importFrom rex rex regex re_matches re_substitutes character_class
#' @importFrom stats na.omit
#' @importFrom utils capture.output head getParseData relist
Expand Down

0 comments on commit 4d5f12e

Please sign in to comment.