@@ -70,7 +70,7 @@ getOption(x, default = NULL)
70
70
a list with the previous values of the options changed (returned
71
71
invisibly ).
72
72
}
73
- \section {Options used in base \R }{
73
+ \section {Options used in base \R }{% --- sorted * alphabetically * --
74
74
\describe {
75
75
\item {\code {add.smooth }: }{typically logical , defaulting to
76
76
\code {TRUE }. Could also be set to an integer for specifying how
@@ -355,6 +355,11 @@ getOption(x, default = NULL)
355
355
\i tem{\c ode{prompt}:}{a non-empty string to be used for \R ' s prompt ;
356
356
should usually end in a blank (\code {" " }). }
357
357
358
+ \item {\code {quiet }: }{logical. Should \R be (more ) \dQuote {quiet },
359
+ notably on startup report ? Set to \code {TRUE } by the command - line
360
+ option \option {-- quiet }. Note that \code {quiet } and \code {verbose }
361
+ \emph {can } both be true. }
362
+
358
363
% verbatim , for checking " \t\n\"\\ '`><=%;,|&{()}"
359
364
\item {\code {rl_word_breaks }: }{(Unix only : ) Used for the \I {readline }- based terminal
360
365
interface. Default value \code {" \\ t\\ n\\ " \\\\' `><=\% ;,|&{()}"}.%"
@@ -450,10 +455,6 @@ getOption(x, default = NULL)
450
455
on progress ? Set to \code {TRUE } by the command - line option
451
456
\option {-- verbose }. }
452
457
453
- \item {\code {quiet }: }{logical. Should \R be (more ) \dQuote {quiet },
454
- notably on startup report ? Set to \code {TRUE } by the command - line
455
- option \option {-- quiet }. % \code {quiet } and \code {verbose } cannot both be true.
456
- }
457
458
\item {\code {warn }: }{integer value to set the handling of warning
458
459
messages by the default warning handler. If
459
460
\code {warn } is negative all warnings are ignored. If \code {warn }
@@ -512,7 +513,7 @@ getOption(x, default = NULL)
512
513
}
513
514
}
514
515
515
- The \sQuote {factory - fresh } default settings of some of these options are
516
+ The \sQuote {factory - fresh } default settings of some of these options are ( alphabetically )
516
517
\tabular {ll }{
517
518
\code {add.smooth } \tab \code {TRUE }\cr
518
519
\code {check.bounds } \tab \code {FALSE }\cr
@@ -527,17 +528,18 @@ getOption(x, default = NULL)
527
528
\code {max.print } \tab \code {99999 }\cr
528
529
\code {OutDec } \tab \code {" ." }\cr
529
530
\code {prompt } \tab \code {" > " }\cr
531
+ \code {quiet } \tab \code {FALSE }\cr
530
532
\code {scipen } \tab \code {0 } \cr
531
533
\code {show.error.messages } \tab \code {TRUE }\cr
532
534
\code {timeout } \tab \code {60 }\cr
533
- \code {quiet } \tab \code {FALSE }\cr
534
535
\code {verbose } \tab \code {FALSE }\cr
535
536
\code {warn } \tab \code {0 }\cr
536
537
\code {warning.length } \tab \code {1000 }\cr
537
538
\code {width } \tab \code {80 }\cr
538
539
}
539
540
Others are set from environment variables or are platform - dependent.
540
541
}
542
+
541
543
\section {Options set in package \pkg {grDevices }}{
542
544
These will be set when package \pkg {grDevices } (or its namespace )
543
545
is loaded if not already set.
@@ -820,6 +822,7 @@ local({
820
822
821
823
}
822
824
}
825
+
823
826
\s ection{Options set in package \p kg{parallel}}{
824
827
These will be set when package \p kg{parallel} (or its namespace)
825
828
is loaded if not already set.
0 commit comments