Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
/ fastr.scala Public archive

Example of interop between GraalVM FastR and Scala

Notifications You must be signed in to change notification settings

morteza/fastr.scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastR/Scala InterOp in GraalVM

  1. First install GraalVM
  2. Then set up the JAVA_HOME
  3. Use GraalVM Updater to install FastR: gu -c install org.graalvm.r
  4. And finally run Scala examples using sbt run.

Note: The demo uses ggplot2 package for plotting; in FastR, run install.packages("ggplot2") to install it. Compiling all the dependencies takes a bit of time, so feel free to have your coffee while it's getting installed.

About

Example of interop between GraalVM FastR and Scala

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published