Skip to content
Prev 2254 / 3656 Next

How to use stable release in Ubuntu

On 04/07/2014 11:36 AM, Francesco Brundu wrote:
The first entry in NEWS for R 3.1.0 is this:

     * 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.

       If a file contains numeric data with unrepresentable numbers of
       decimal places that are intended to be read as numeric, specify
       colClasses in read.table() to be "numeric".

The solution is given and the change will be seen in the release version 
of R 3.1.0 I will push later this week.  I have a feeling this will 
effect a number of users, but the solution is an easy fix.

Michael