From a5fd377e5148e104cdf481ade34cef0bc2614b5c Mon Sep 17 00:00:00 2001 From: akselthomsen Date: Tue, 17 Dec 2024 13:56:33 +0100 Subject: [PATCH] fix: redocument --- man/options.Rd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/man/options.Rd b/man/options.Rd index c19abb8..38ee6c4 100644 --- a/man/options.Rd +++ b/man/options.Rd @@ -20,12 +20,6 @@ options::opt(x, default, env = "whirl") \section{Options}{ \describe{ -\item{verbosity_level}{\describe{ -How chatty should the log be? Possibilities are \code{quiet}, \code{minimal} and \code{verbose}.\item{default: }{\preformatted{"verbose"}} -\item{option: }{whirl.verbosity_level} -\item{envvar: }{R_WHIRL_VERBOSITY_LEVEL (evaluated if possible, raw string otherwise)} -}} - \item{out_formats}{\describe{ Which log format(s) to produce. Possiblities are \code{html}, \code{json}, and markdown formats:\code{gfm}, \code{commonmark}, and \code{markua}.\item{default: }{\preformatted{"html"}} \item{option: }{whirl.out_formats} @@ -57,6 +51,12 @@ List of file naming patterns alway to be tracked when track_files = TRUE\item{de \item{envvar: }{R_WHIRL_TRACK_FILES_KEEP (as character vector, split on ';' delimiter)} }} +\item{verbosity_level}{\describe{ +How chatty should the log be? Possibilities are \code{quiet}, \code{minimal} and \code{verbose}.\item{default: }{\preformatted{"verbose"}} +\item{option: }{whirl.verbosity_level} +\item{envvar: }{R_WHIRL_VERBOSITY_LEVEL (evaluated if possible, raw string otherwise)} +}} + \item{approved_pkgs_folder}{\describe{ Approved folder library packages\item{default: }{\preformatted{NULL}} \item{option: }{whirl.approved_pkgs_folder}