Skip to content
Prev 49282 / 63424 Next

Unexplicable difference between 2 R installations regarding reading numbers

R version.

NEWS for 3.1.0:

      type.convert() (and hence by default
      read.table() returns a character vector or factor when
      representing a numeric input as a double would lose accuracy.
      Similarly for complex inputs.

NEWS for 3.1.1:

      type.convert(), read.table() and similar
      read.*() functions get a new numerals argument,
      specifying how numeric input is converted when its conversion to
      double precision loses accuracy.  The default value,
      allow.loss allows accuracy loss, as in R versions before
      3.1.0.
On Nov 3, 2014, at 10:07 AM, Joris Meys <jorismeys at gmail.com> wrote: