fstpackage / fst

Lightning Fast Serialization of Data Frames for R
http://www.fstpackage.org/fst/
GNU Affero General Public License v3.0
614 stars 42 forks source link

stringsAsFactors defaults to FALSE for upcoming R 4.0.0 #234

Closed MarcusKlik closed 4 years ago

MarcusKlik commented 4 years ago

From the CRAN message:

Please see the problems shown on https://cran.r-project.org/web/checks/check_results_fst.html.

Specifically, see the problems shown for the r-devel Debian checks.

These can be reproduced by checking with --as-cran using a very current r-devel (r77865 or later), which makes data.frame() and read.table() use a stringsAsFactors = FALSE default, which is planned to become the new default for the upcoming R 4.0.0.

Please see https://developer.r-project.org/Blog/public/2020/02/16/stringsasfactors/index.html for more information about this change.