Skip to content

Commit 1bbd612

Browse files
committed
chore: import more magrittr and rlang operators
1 parent e2bf309 commit 1bbd612

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

NAMESPACE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ export(congruences)
66
export(mutations)
77
export(pkg_config)
88
export(snapshots)
9+
importFrom(magrittr,"%!>%")
910
importFrom(magrittr,"%$%")
1011
importFrom(magrittr,"%<>%")
1112
importFrom(magrittr,"%>%")
1213
importFrom(magrittr,"%T>%")
14+
importFrom(rlang,"%|%")

R/swissmuni-package.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
#' @importFrom magrittr %>%
1111
#' @importFrom magrittr %<>%
1212
#' @importFrom magrittr %T>%
13+
#' @importFrom magrittr %!>%
1314
#' @importFrom magrittr %$%
15+
#' @importFrom rlang %|%
1416
"_PACKAGE"
1517

1618
# The following block is used by usethis to automatically manage

0 commit comments

Comments
 (0)