From a6bbe870a707e27e2ea5b15331e2477c09094e43 Mon Sep 17 00:00:00 2001 From: Lorenzo Busetto Date: Thu, 29 Nov 2018 18:57:37 +0100 Subject: [PATCH] Update check-win.R Update documentation: the Description was still using `build_win` (deprecated) instead than `check_win` --- R/check-win.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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