diff --git a/man/lint.Rd b/man/lint.Rd index fff56d96d..1a10f529a 100644 --- a/man/lint.Rd +++ b/man/lint.Rd @@ -48,7 +48,7 @@ linters.} \item \code{\link[=lint]{lint()}} (in case of \code{lint_dir()} and \code{lint_package()}; e.g. \code{linters} or \code{cache}) }} -\item{cache}{When logical, toggle caching of lint results. I1f passed a character string, store the cache in this +\item{cache}{When logical, toggle caching of lint results. If passed a character string, store the cache in this directory.} \item{parse_settings}{Logical, default \code{TRUE}. Whether to try and parse the settings; diff --git a/man/unused_import_linter.Rd b/man/unused_import_linter.Rd index 312139696..5d8411c36 100644 --- a/man/unused_import_linter.Rd +++ b/man/unused_import_linter.Rd @@ -14,7 +14,7 @@ unused_import_linter( \item{allow_ns_usage}{Suppress lints for packages only used via namespace. This is \code{FALSE} by default because \code{pkg::fun()} doesn't require \code{library(pkg)}. You can use \link[=requireNamespace]{requireNamespace("pkg")} to ensure a package is -installed without loading it.} +installed without attaching it.} \item{except_packages}{Character vector of packages that are ignored. These are usually attached for their side effects.}