commit | cb3c59e393969ad30bf33757ddbd1b23cae52a4a | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 02 10:10:43 2020 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Tue Jun 02 12:24:07 2020 +0200 |
tree | 45b7de53143ecb1aea81bd690883a37ae5c9e06f | |
parent | 7b0a56decb2f021807160f2c958c3cd42ebb560c [diff] [blame] |
Explicitely use and import dplyr::n Fixes issues with dplyr 1.0 Change-Id: I73c59b00ee8fcc525084767d7520d6dfc4afb311
diff --git a/R/reexports.R b/R/reexports.R index 1a4d729..1630dd9 100644 --- a/R/reexports.R +++ b/R/reexports.R
@@ -25,6 +25,9 @@ #' @importFrom dplyr summarise #' @export dplyr::summarise +#' @importFrom dplyr n +#' @export +dplyr::n #' @importFrom tidyr complete #' @export tidyr::complete