Skip to content

Commit

Permalink
Update re platform differences with digits17.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@84930 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Aug 10, 2023
1 parent f29c269 commit bc24773
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/library/base/man/deparseOpts.Rd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% File src/library/base/man/deparseOpts.Rd
% Part of the R package, https://www.R-project.org
% Copyright 1995-2022 R Core Team
% Copyright 1995-2023 R Core Team
% Distributed under GPL 2 or later

\name{deparseOpts}
Expand Down Expand Up @@ -123,11 +123,9 @@
\code{"warnIncomplete"}.)
Using \code{control = "exact"} (short for \code{control = c("all", "hexNumeric")})
comes closest to making \code{deparse()} an inverse of \code{parse()}
(but we have not yet seen an example where \code{"all"}, now including
\code{"digits17"}, would not have been as good). However, not all
objects are deparse-able even with these options, and a warning will be
issued if the function recognizes that it is being asked to do the
comes closest to making \code{deparse()} an inverse of \code{parse()}. However,
not all objects are deparse-able even with these options, and a warning will
be issued if the function recognizes that it is being asked to do the
impossible.
Only one of \code{"hexNumeric"} and \code{"digits17"} can be specified.
Expand Down

0 comments on commit bc24773

Please sign in to comment.