We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa4060 commit 25adfe1Copy full SHA for 25adfe1
R/usethis-package.R
@@ -1,12 +1,11 @@
1
#' @keywords internal
2
-#' @importFrom glue glue_collapse glue_data
3
-#' @importFrom purrr map map_chr map_lgl map_int
4
#' @import fs
5
#' @import rlang
6
"_PACKAGE"
7
8
## usethis namespace: start
9
-#' @importFrom glue glue
+#' @importFrom glue glue glue_collapse glue_data
10
#' @importFrom lifecycle deprecated
+#' @importFrom purrr map map_chr map_lgl map_int
11
## usethis namespace: end
12
NULL
0 commit comments