find_scalac
From sparklyr v1.0.5
by Javier Luraschi
Discover the Scala Compiler
Find the scalac
compiler for a particular version of
scala
, by scanning some common directories containing
scala
installations.
Usage
find_scalac(version, locations = NULL)
Arguments
- version
The
scala
version to search for. Versions of the formmajor.minor
will be matched against thescalac
installation with versionmajor.minor.patch
; if multiple compilers are discovered the most recent one will be used.- locations
Additional locations to scan. By default, the directories
/opt/scala
and/usr/local/scala
will be scanned.
Community examples
Looks like there are no examples yet.