Reputation: 30145
Is it possible to install specific version of scala via rscala::scalaInstall()
?
Currently it installs 2.12.1 which my project doesn't support yet.
I'm also ok with installing 2.11.8 manually but then it's unclear to me how to point R to it. Shall I add SCALA_HOME
env var to script that launches RStudio or is there better way ?
Upvotes: 0
Views: 108
Reputation: 61973
Just make sure to add scala to your path and you should be fine.
Source: https://cran.r-project.org/web/packages/rscala/README
Upvotes: 1