Stepan Sindelar
Stepan Sindelar
Hello Thiago, thank you for the report. Are the `RData` files that you are trying to load publicly available? It seems that you are running this via Graal SDK. Can...
Thank you for the stack trace. This indeed looks like a deserialization error. Are those `RData` files publicly available?
Thank you for sharing the files. We can reproduce the issue and are working on a fix.
Hello Marduk, we'll need to investigate our options here a bit more but a simple approach that can work for you now is to synchronize access to FastR: it is...
Hi Rodrigo, in theory yet but you would have to make sure that every piece of code that is going to invoke FastR (like accessing R vector from Ruby) is...
Hello, thank you for reporting the issue. This seems to be because FastR does not implement the `ASCII` serialization format (ID of this format is `1`). We do support the...
Hello hangyas, the issue is that FastR does not implement any other serialization format than XDR [0]. This is among many other things in our backlog and it is not...
Hello, thank you for the bug report. Can you share with us the data file that cannot be loaded? Do you know how it was created? By GNU-R or FastR...
Hello, for the file from http://www.psychology.mcmaster.ca/bennett/psy710/datasets/mood_data.Rdata I am getting this error: ``` Error in load("~/Downloads/mood_data.Rdata") : error reading connection: serialized stream format not implemented: 65 ``` is that what you...
P.S.: could you also post your GraalVM version? It is probably some 19.3.x?