Per Nyfelt
Per Nyfelt
It looks like we have the problem in 3.5-beta76 as well. Since that latest release we are in the process of switching to gradle so not sure if the issue...
This would be nice but fable depends on dplyr which the gcc-bridge is not currently able to compile. Once the dplyr package can be built, this issue can be revisited.
On a similar note: ```r print(installed.packages(fields = c ("Package", "Version"))) ``` Does not list any Renjin Extensions, only base stuff such as stats, stats4, graphics etc.
This is probably related to issue #483
Tried to replicate this on Renjin 3.5-beta76: rjson and jsonlite works (output differs though), jsonify has issues: ```R saveRDS(mtcars, "mtcars.rds") robj
OK thanks, I'll try to create a fix for this.
I use it in javaFx app without problems. Post (or point to) a working example showing the issue and you might get more adequate help!
Hi, how are you setting up the classpath (manually or through maven)?
This should work. Please create a reproducable example on github and I'd be happy to investigate.
I tried your code and it works fine. My guess is that you did not set up the jitpack repository in your pom e.g: ```xml jitpack.io https://jitpack.io ``` .. you...