From afd9eb82b50d8d0e02bf69be79dc6df54f298cd2 Mon Sep 17 00:00:00 2001 From: Jeroen Ooms Date: Sun, 3 Sep 2023 19:44:05 +0200 Subject: [PATCH] Roxygenize --- DESCRIPTION | 2 +- man/askpass.Rd | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 6ce1e64..c8c4f4b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ URL: https://github.com/r-lib/askpass BugReports: https://github.com/r-lib/askpass/issues Encoding: UTF-8 Imports: sys (>= 2.1) -RoxygenNote: 7.1.2 +RoxygenNote: 7.2.3 Roxygen: list(markdown = TRUE) Suggests: testthat Language: en-US diff --git a/man/askpass.Rd b/man/askpass.Rd index a35aebf..fff8994 100644 --- a/man/askpass.Rd +++ b/man/askpass.Rd @@ -19,7 +19,9 @@ and set a custom password entry function via the \code{askpass} option. By default \code{askpass()} returns \code{NULL} in non-interactive sessions. (These include knitr runs and testthat tests.) If you want to force a password prompt in non-interactive sessions, -set the \code{rlib_interactive} option to \code{TRUE}:\if{html}{\out{
}}\preformatted{options(rlib_interactive = TRUE) +set the \code{rlib_interactive} option to \code{TRUE}: + +\if{html}{\out{
}}\preformatted{options(rlib_interactive = TRUE) }\if{html}{\out{
}} } \examples{