From 979927e4b4def2a0906aeaffe9ad569cddb4aef8 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Tue, 24 Feb 2026 16:47:27 +0100 Subject: [PATCH 1/2] Fix install.packages() braces in docs --- R/install.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/install.R b/R/install.R index e681b9d..b5e6147 100644 --- a/R/install.R +++ b/R/install.R @@ -287,7 +287,7 @@ #' When installing CRAN or _Bioconductor_ packages, typical arguments #' include: `lib.loc`, passed to \code{\link{old.packages}()} and used to #' determine the library location of installed packages to be updated; -#' and `lib`, passed to \code{\link{install.packages}{}} to determine the +#' and `lib`, passed to \code{\link{install.packages}()} to determine the #' library location where `pkgs` are to be installed. #' #' When installing GitHub packages, `...` is passed to the From 318b12881ff17aa62816f76d62c196976b56d5d6 Mon Sep 17 00:00:00 2001 From: Hugo Gruson Date: Tue, 24 Feb 2026 16:47:38 +0100 Subject: [PATCH 2/2] Run devtools::document() --- DESCRIPTION | 2 +- man/install.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6e673dd..863161d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -23,4 +23,4 @@ BugReports: https://github.com/Bioconductor/BiocManager/issues VignetteBuilder: knitr License: Artistic-2.0 Encoding: UTF-8 -RoxygenNote: 7.3.2 +RoxygenNote: 7.3.3 diff --git a/man/install.Rd b/man/install.Rd index 4285b3d..1c0f753 100644 --- a/man/install.Rd +++ b/man/install.Rd @@ -71,7 +71,7 @@ packages uses the \code{remotes::install_github()}. When installing CRAN or \emph{Bioconductor} packages, typical arguments include: \code{lib.loc}, passed to \code{\link{old.packages}()} and used to determine the library location of installed packages to be updated; -and \code{lib}, passed to \code{\link{install.packages}{}} to determine the +and \code{lib}, passed to \code{\link{install.packages}()} to determine the library location where \code{pkgs} are to be installed. When installing GitHub packages, \code{...} is passed to the