Skip to content

Commit 25adfe1

Browse files
committed
Move some @importFrom's
1 parent 2aa4060 commit 25adfe1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

R/usethis-package.R

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
#' @keywords internal
2-
#' @importFrom glue glue_collapse glue_data
3-
#' @importFrom purrr map map_chr map_lgl map_int
42
#' @import fs
53
#' @import rlang
64
"_PACKAGE"
75

86
## usethis namespace: start
9-
#' @importFrom glue glue
7+
#' @importFrom glue glue glue_collapse glue_data
108
#' @importFrom lifecycle deprecated
9+
#' @importFrom purrr map map_chr map_lgl map_int
1110
## usethis namespace: end
1211
NULL

0 commit comments

Comments
 (0)