diff --git a/R/reexports.R b/R/reexports.R index 557c150..b146e3f 100644 --- a/R/reexports.R +++ b/R/reexports.R @@ -1,6 +1,6 @@ #' magrittr forward-pipe operator #' -#' See \code{\link[magrittr]{\%>\%}}. +#' See \code{\link[magrittr]{\\%>\\%}}. #' @name %>% #' @importFrom magrittr %>% #' @export %>% @@ -8,7 +8,7 @@ NULL #' magrittr compound assignment pipe operator #' -#' See \code{\link[magrittr]{\%<>\%}}. +#' See \code{\link[magrittr]{\\%<>\\%}}. #' @name %<>% #' @importFrom magrittr %<>% #' @export %<>%