From f89c8bc0ad703e20f92be50f9d4c7a3b3253f742 Mon Sep 17 00:00:00 2001 From: Alexander Rosenstock Date: Thu, 23 Nov 2023 21:58:03 +0100 Subject: [PATCH] document() --- man/return_linter.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/return_linter.Rd b/man/return_linter.Rd index de7523c36..4bcbd175e 100644 --- a/man/return_linter.Rd +++ b/man/return_linter.Rd @@ -25,7 +25,7 @@ from base that are always allowed: \code{\link[=stop]{stop()}}, \code{\link[=q]{ \item{except}{Character vector of functions that are not checked when \code{return_style = "explicit"}. These are in addition to namespace hook functions that are never checked: \code{.onLoad()}, \code{.onUnload()}, \code{.onAttach()}, \code{.onDetach()}, -and \code{.Last.lib()}.} +\code{.Last.lib()}, \code{.First()} and \code{.Last()}.} } \description{ This linter checks functions' \code{\link[=return]{return()}} expressions.