Skip to content

Commit

Permalink
Move to more modern handling of reexports (grace a Mr. hadley Wickham);
Browse files Browse the repository at this point in the history
  • Loading branch information
Joh committed Feb 7, 2019
1 parent 5369e03 commit 3d7caeb
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 31 deletions.
23 changes: 8 additions & 15 deletions R/reexports.R
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
#' magrittr forward-pipe operator
#'
#' See \code{\link[magrittr]{\\%>\\%}}.
#' @name %>%
#' @importFrom magrittr %>%
#' @export %>%
NULL

#' magrittr compound assignment pipe operator
#'
#' See \code{\link[magrittr]{\\%<>\\%}}.
#' @name %<>%
#' @importFrom magrittr %<>%
#' @export %<>%
NULL
#' @importFrom magrittr %>%
#' @export
magrittr::`%>%`

#' @importFrom magrittr %<>%
#' @export
magrittr::`%<>%`

8 changes: 0 additions & 8 deletions man/grapes-greater-than-grapes.Rd

This file was deleted.

8 changes: 0 additions & 8 deletions man/grapes-less-than-greater-than-grapes.Rd

This file was deleted.

17 changes: 17 additions & 0 deletions man/reexports.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3d7caeb

Please sign in to comment.