We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bf309 commit 1bbd612Copy full SHA for 1bbd612
NAMESPACE
@@ -6,7 +6,9 @@ export(congruences)
6
export(mutations)
7
export(pkg_config)
8
export(snapshots)
9
+importFrom(magrittr,"%!>%")
10
importFrom(magrittr,"%$%")
11
importFrom(magrittr,"%<>%")
12
importFrom(magrittr,"%>%")
13
importFrom(magrittr,"%T>%")
14
+importFrom(rlang,"%|%")
R/swissmuni-package.R
@@ -10,7 +10,9 @@
#' @importFrom magrittr %>%
#' @importFrom magrittr %<>%
#' @importFrom magrittr %T>%
+#' @importFrom magrittr %!>%
#' @importFrom magrittr %$%
15
+#' @importFrom rlang %|%
16
"_PACKAGE"
17
18
# The following block is used by usethis to automatically manage
0 commit comments