Skip to content

Commit

Permalink
Fix error from masked dplyr::count (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanlinlin82 committed Aug 15, 2020
1 parent f26c736 commit a686a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Depends: dplyr, grid, ggplot2
License: MIT
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
RoxygenNote: 7.1.1
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

export(geom_venn)
export(ggvenn)
importFrom(dplyr,count)
1 change: 1 addition & 0 deletions R/ggvenn.R
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#' ggvenn(a, show_elements = TRUE)
#' ggvenn(d, show_elements = "value")
#' @seealso geom_venn
#' @importFrom dplyr count
#' @export
ggvenn <- function(data, columns = NULL,
show_elements = FALSE,
Expand Down

0 comments on commit a686a84

Please sign in to comment.