Stepan Sindelar
Stepan Sindelar
The discussion from GraalPython also applies to FastR: https://github.com/graalvm/graalpython/issues/96
Hello Marduk, thank you for your PR and thorough description. The PR looks good but could you also add a test with the code snippet that was not working before...
Hello, sure :+1:
`DATAPTR` macro works for character vectors, but gives only read-only view on character vectors. However, there are some more issues with dplyr that need to be addressed.
Hi Scott, `devtools` should work in the next public release, but there are still some issues with `dplyr`. We are now actively working on it and will post updates here....
Update: current status ``` OK: 3671 SKIPPED: 7 FAILED: 8 ```
Hello Marek, there are still few tests (single digit number) that we have to ignore, but otherwise dplyr seems to work fine. Note that FastR uses fixed CRAN snapshot (currently...
FYI: we've improved the documentation: https://github.com/oracle/fastr/blob/master/documentation/dev/building.md
Hello, yes this indeed looks like the f2c wrapper did not work properly. This was also reported here: #135. If you change `FC` in `etc/Makeconf` to point to just `gfortran`...
Hello, can you re-run with `--R.PrintErrorStacktracesToFile=true` and check what exception this produces (it will be in the log file). My guess would be that it is out of memory error...