Stepan Sindelar

Results 116 comments of Stepan Sindelar

Hello, thank you for a detailed report. It seems that the issue may be in `devtools` rather than in `rkdb`. Here is how I managed to get `rkdb` installed without...

> Since this is not really an installation issue, let me know if I should raise this as a separate issue. yes, it would be great if you could create...

Thank you for the report. It looks like we are missing the `SET_GROWABLE_BIT` C API function.

Tricky thing about `Rinternals.h` is that half of this is effective or not effective depending on whether `USE_RINTERNALS` was defined. Those macros: ``` /* Growable vector support */ #define GROWABLE_MASK...

There are some known issues with `vctrs` and `tibble` that we are in process of fixing. We hope to get the fixes into the upcoming release. > But, no tidyr...

We have experimental option `--BackEnd=llvm`, which makes FastR use the GraalVM LLVM runtime [0] to execute the C/C++ code. This avoids any data transformation to native memory and allows the...

> I'm not quite sure how if this doesn't provide the missing symbol in the original error it will correct it? No, sorry, I did not mean that. I was...

Alternatively the cast pipeline should convert foreign values to R vector wrappers, so that specializations in `com.oracle.truffle.r.nodes.builtin.base.Mean` can stay as is. Maybe `Mean` is not using cast pipeline or it...

Hello Jonathan, thank you for bringing the broken link to our attention, we'll fix that. For the time being, the correct link is: https://www.graalvm.org/reference-manual/r/. What distribution and version of GraalVM...

Hello, this seems to be the same issue as in #135. Our LLVM mode Fortran compiler wrapper, which uses `f2c` to translate to C and then compile with `clang`, should...