11% File src / library / base / man / options.Rd
22% Part of the R package , https : // www.R - project.org
3- % Copyright 1995 - 2024 R Core Team
3+ % Copyright 1995 - 2025 R Core Team
44% Distributed under GPL 2 or later
55
66\name {options }
@@ -576,16 +576,16 @@ getOption(x, default = NULL)
576576 device is opened are used. }
577577 }
578578}
579- \section {Other options used by package graphics }{
579+ \section {Other options used by package \ pkg { graphics } }{
580580 \describe {
581581 \item {\code {max.contour.segments }: }{positive integer , defaulting to
582582 \code {25000 } if not set. A limit on the number of
583583 segments in a single contour line in \code {\link {contour }} or
584584 \code {\link {contourLines }}. }
585585 }
586586}
587- \section {Options set in package stats }{
588- These will be set when package \pkg {stats } (or its namespace )
587+ \section {Options set ( or used ) in package \ pkg { stats } }{
588+ Most of these will be set when package \pkg {stats } (or its namespace )
589589 is loaded if not already set.
590590 \describe {
591591 \item {\code {contrasts }: }{the default \code {\link {contrasts }} used in
@@ -604,11 +604,14 @@ getOption(x, default = NULL)
604604 \c ode{\l ink{printCoefmat}}.}
605605
606606 \i tem{\c ode{show.nls.convergence}:}{logical, should \c ode{\l ink{nls}}
607- convergence messages be printed for successful fits?}
607+ convergence messages be printed for successful fits?
608+ Initially unset, which means \c ode{TRUE}.}
608609
609610 \i tem{\c ode{show.signif.stars}:}{logical, should stars be printed on
610611 summary tables of coefficients? See \c ode{\l ink{printCoefmat}}.}
611612
613+ \i tem{\c ode{str.dendrogram.last}:}{see \c ode{\l ink{str.dendrogram}}.}
614+
612615 \i tem{\c ode{ts.eps}:}{the relative tolerance for certain time series
613616 (\c ode{\l ink{ts}}) computations. Default \c ode{1e-05}.}
614617
@@ -617,9 +620,11 @@ getOption(x, default = NULL)
617620 \c ode{log} in \c ode{\l ink{plot.spec}}.}
618621 }
619622}
620- \s ection{Options set (or used) in package utils}{
621- These will be set (apart from \c ode{Ncpus}) when package \p kg{utils}
622- (or its namespace) is loaded if not already set.
623+ \s ection{Options set (or used) in package \p kg{utils}}{
624+ Many of these will be set when package \p kg{utils} (or its namespace)
625+ is loaded if not already set.
626+ % apart from, e.g., "ccaddress", "help.ports", "help_type",
627+ % "help.htmlmath", "help.htmltoc", "install.lock", "Ncpus"
623628 \d escribe{
624629 \i tem{\c ode{BioC_mirror}:}{The URL of a Bioconductor mirror
625630 for use by \c ode{\l ink{setRepositories}},
@@ -786,8 +791,6 @@ local({
786791 \i tem{\c ode{str}:}{a list of options controlling the default
787792 \c ode{\l ink{str}} display. Defaults to \c ode{\l ink{strOptions}()}.}
788793
789- \i tem{\c ode{str.dendrogram.last}:}{see \c ode{\l ink{str.dendrogram}}.}
790-
791794 \i tem{\c ode{SweaveHooks}, \c ode{SweaveSyntax}:}{
792795 see \c ode{\l ink{Sweave}}.
793796 }
@@ -806,7 +809,7 @@ local({
806809
807810 }
808811}
809- \s ection{Options set in package parallel}{
812+ \s ection{Options set in package \p kg{ parallel} }{
810813 These will be set when package \p kg{parallel} (or its namespace)
811814 is loaded if not already set.
812815 \d escribe{
0 commit comments