From 2814c249f62844c2ea7d86f7881a3fca05f99e54 Mon Sep 17 00:00:00 2001 From: Nicolas Casajus Date: Fri, 27 Oct 2023 21:52:36 +0200 Subject: [PATCH] doc: fix typo --- R/add_deps.R | 2 +- man/add_deps.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/add_deps.R b/R/add_deps.R index d457103..44a5775 100644 --- a/R/add_deps.R +++ b/R/add_deps.R @@ -12,7 +12,7 @@ #' called by `library(foo)`, `library("foo")`, `library('foo')`, #' `require(foo)`, `require("foo")`, `require('foo')` or `foo::bar()`. #' -#' Different types of dependencies are handle with the following rules: +#' Different types of dependencies are handled with the following rules: #' - if a package is called with `library(foo)` or `require(foo)`, #' it will be added to the section **Depends** of the `DESCRIPTION` file #' (except for vignettes and tests); diff --git a/man/add_deps.Rd b/man/add_deps.Rd index 1c8ceef..ee88536 100644 --- a/man/add_deps.Rd +++ b/man/add_deps.Rd @@ -21,7 +21,7 @@ All \code{.R}, \code{.Rmd}, and \code{.qmd} files are screened to identify packa called by \code{library(foo)}, \code{library("foo")}, \code{library('foo')}, \code{require(foo)}, \code{require("foo")}, \code{require('foo')} or \code{foo::bar()}. -Different types of dependencies are handle with the following rules: +Different types of dependencies are handled with the following rules: \itemize{ \item if a package is called with \code{library(foo)} or \code{require(foo)}, it will be added to the section \strong{Depends} of the \code{DESCRIPTION} file