librdata
librdata copied to clipboard
Read and write R data frames from C
When decompressing RDS files that decompress to more than `UINT_MAX` bytes (~4 GB), librdata incorrectly returns an error `Could not open file`. This is caused by truncating assignment of an...
Hello, I would use your library to write RData in a C++ software but i can't use it. I try to write an RData from your example, everything works but...
Hi, I work on MSwindows 7. I installed MinGW and autoconf for windows (cf. https://gnuwin32.sourceforge.net/packages/autoconf.htm). I updated the system variable path with C:\Program Files (x86)\GnuWin32\bin;c:\MinGW at the begining. When I...
hi If I am not mistaken (please let me know if I am), the current writing API does not support writing row names to a dataframe. It would be nice...
The .Rdata files created with this library seem to be even larger than .csv files with the same data. I'm not sure of this not being a compilation problem (although...
When reading the following [file](https://github.com/christophM/interpretable-ml-book/blob/master/data/bike.RData) this error arises: ``` The file contains an unrecognized object ``` Trying to isolate the problem a bit, saving only the first column to a...
Is librdata able to support row_offset and row_limit similar to readstat ?
While trying to read [this](https://github.com/ofajardo/pyreadr/files/7711954/test8.RData.zip) apparently simple rdata file, the following error arises: ``` UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb1 in position 1: invalid start byte ``` The problem...
hi It was reported [here](https://github.com/ofajardo/pyreadr/issues/64) in pyreadr that trying to open [this file](https://www.dropbox.com/s/650m9kxkb8dzglw/tip2020.rda.zip?dl=0) raises the following error: ``` Unable to convert string to the requested encoding (invalid byte sequence) ```...
It would be nice if librdata could read R lists. It has been mentioned before in #12 , but as more and more people is asking about it (for example:...