Skip to content

Commit

Permalink
Fixed doc links to %>%
Browse files Browse the repository at this point in the history
The build on Windows was giving me trouble with
certain doc links, the pipe operator was one of them:
https://bioconductor.org/spb_reports/gwasrapidd_buildreport_20190605094324.html#tokay1_check_anchor.
So I am making this change as suggested here:
r-lib/usethis#478 (comment).
  • Loading branch information
ramiromagno committed Jun 5, 2019
1 parent 0354322 commit c22d3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/utils-pipe.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Pipe operator
#'
#' See \code{magrittr::\link[magrittr]{\%>\%}} for details.
#' See \code{magrittr::\link[magrittr:pipe]{\%>\%}} for details.
#'
#' @name %>%
#' @rdname pipe
Expand Down
2 changes: 1 addition & 1 deletion man/pipe.Rd

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

0 comments on commit c22d3a6

Please sign in to comment.