Danny Smith
Danny Smith
Hi @zhuoyu, thanks for the report! @evanmiller this looks like a buffer overflow in ReadStat picked up OSS Fuzz: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=33991
Hi! Thanks for the feature request. Currently we only have a simple mapping from R to Stata types, and I suspect that allowing custom mappings would make our file writing...
Hi @maraab23, string widths should be set to the maximum length of any character value in the vector by default so this seems like it might be a different issue....
Hey @ajdamico, this is an error coming from ReadStat. @evanmiller can you please have a look? I've tried the linked zero observations file directly in ReadStat and get the same...
Making a note here for posterity. There are no plans to implement a set of chunked reader functions at the moment - it's a significant undertaking implementing and maintaining a...
Hi @maxecharel, Thanks for the feature request! haven defaults to double for all numeric variables for simplicity, and Stata is the only one of the stats packages that actually has...
Thanks @hadley, I'll have a look at what changes are needed. @maxecharel, this is related but not the same as #651. Reading and writing files are quite different (both the...
Hi @umutatasever1990, this would not affect SPSS file reading. Unlike SPSS and SAS (which store all numeric variables as double precision), Stata can store variables as one of a few...
Can you please provide a minimal reprex (*repr*oducible *ex*ample)? The goal of a reprex is to make it as easy as possible for me to recreate your problem so that...
Hi @ValValetl, thanks for the bug report. Can you please share the catalog file and also some example data if possible? Without the catalog file it's not possible to track...