File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -5658,6 +5658,15 @@ More extreme examples are @samp{Africa/Conakry} (permanent UTC),
56585658@samp{Asia/Calcutta} (no DST, permanent half-hour offset)
56595659and @samp{Pacific/Kiritimati}(no DST, more than 12 hours ahead of UTC).
56605660
5661+ @item
5662+ It is possible for a package to add values to @code{options} but usually
5663+ inadvisable as the same option name might be used in current or future
5664+ versions of other packages or @R{} itself. It would be usually be
5665+ better to store package-specific options in an environment in the
5666+ package, but if the global options registry is to be used, choose option
5667+ names that are unambiguously linked to the package (and not just the
5668+ package name if that is an English word).
5669+
56615670@end itemize
56625671
56635672
You can’t perform that action at this time.
0 commit comments