diff --git a/R/check-win.R b/R/check-win.R index 7750ab20c..ff6592e19 100644 --- a/R/check-win.R +++ b/R/check-win.R @@ -4,7 +4,7 @@ #' . Once building is complete you'll #' receive a link to the built package in the email address listed in the #' maintainer field. It usually takes around 30 minutes. As a side effect, -#' win-build also runs `R CMD check` on the package, so `build_win` +#' win-build also runs `R CMD check` on the package, so `check_win` #' is also useful to check that your package is ok on windows. #' #' @param pkg package description, can be path or package name. See