rcaller
rcaller copied to clipboard
JVM languages
I created a folder and started to give some examples on using RCaller in other JVM languages (The first example is in Clojure). We can add some usage examples and code snippets about the other JVM languages including Scala and Kotlin.
I also added a link in README.md section to this documentation.
Here is the example: RCaller and Clojure
Best.
@Kopilov
@jbytecode Thanks!
In new version I converted public ROutputParser
class to interface (may be you can find more backward compatible way for adding new implementation), look this commit. Other changes (excepting JVM 11) should be still compatible.
many thanks.
maybe, this can be carried on an other issue @Kopilov