diff --git a/R/pipe.R b/R/pipe.R index d59436c64..dd36544cb 100644 --- a/R/pipe.R +++ b/R/pipe.R @@ -1,7 +1,7 @@ #' Use magrittr's pipe in your package #' #' Does setup necessary to use magrittr's pipe operator, `%>%` in your package. -#' This function requires the use roxygen. +#' This function requires the use of \pkg{roxygen2}. #' * Adds magrittr to "Imports" in `DESCRIPTION`. #' * Imports the pipe operator specifically, which is necessary for internal #' use. diff --git a/man/use_pipe.Rd b/man/use_pipe.Rd index 8558fdb3c..eee140aa0 100644 --- a/man/use_pipe.Rd +++ b/man/use_pipe.Rd @@ -13,7 +13,7 @@ roxygen directive is added, if possible, or otherwise instructions are given.} } \description{ Does setup necessary to use magrittr's pipe operator, \verb{\%>\%} in your package. -This function requires the use roxygen. +This function requires the use of \pkg{roxygen2}. \itemize{ \item Adds magrittr to "Imports" in \code{DESCRIPTION}. \item Imports the pipe operator specifically, which is necessary for internal