From f49b424dc1791d1b1aa7738e9b5bd455e0063e63 Mon Sep 17 00:00:00 2001 From: Max Held Date: Wed, 5 Jun 2024 17:16:57 +0200 Subject: [PATCH 1/2] fix typo --- R/repo.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/repo.R b/R/repo.R index 59334a844..496dc98e2 100644 --- a/R/repo.R +++ b/R/repo.R @@ -219,7 +219,7 @@ repo_get_internal <- function(r_version = getRversion(), bioc = TRUE, #' #' @family repository functions #' @export -#' @section Exaples: +#' @section Examples: #' ```{asciicast repo-add} #' repo_add(PPMdplyr100 = "PPM@dplyr-1.0.0") #' repo_get() From d905cb44cd596d50ffb289965020489ceae60d46 Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Wed, 5 Jun 2024 17:18:45 +0200 Subject: [PATCH 2/2] also fix derivative file --- man/repo_add.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/repo_add.Rd b/man/repo_add.Rd index f6620c4dd..38146d442 100644 --- a/man/repo_add.Rd +++ b/man/repo_add.Rd @@ -91,7 +91,7 @@ will trigger an error. } } -\section{Exaples}{ +\section{Examples}{ \if{html}{\out{
}}\preformatted{repo_add(PPMdplyr100 = "PPM@dplyr-1.0.0")