From 0e20668f8bd16db9b17e104568a53aea5e66a17c Mon Sep 17 00:00:00 2001 From: "Jennifer (Jenny) Bryan" Date: Thu, 15 Aug 2024 11:37:38 -0700 Subject: [PATCH] Fix wording (#2041) Fixes #2036 --- R/pipe.R | 2 +- man/use_pipe.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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