From faaef2cfe0cb95201160c20b797d6da3070eaf71 Mon Sep 17 00:00:00 2001 From: Florian Kohrt Date: Wed, 21 Aug 2024 18:45:57 +0200 Subject: [PATCH] Fix typo (#1972) --- R/roxygen.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/roxygen.R b/R/roxygen.R index dae1c189a..97c80bdbd 100644 --- a/R/roxygen.R +++ b/R/roxygen.R @@ -29,7 +29,7 @@ #' #' @param repos The repositories to use when restoring packages installed #' from CRAN or a CRAN-like repository. By default, the repositories recorded -#' in the lockfile will be, ensuring that (e.g.) CRAN packages are +#' in the lockfile will be used, ensuring that (e.g.) CRAN packages are #' re-installed from the same CRAN mirror. #' #' Use `repos = getOption("repos")` to override with the repositories set