Version
- Latest (GraalVM for JDK 21)
- Dev Build
- GraalVM for JDK 21
- GraalVM for JDK 20
- GraalVM for JDK 17
- GraalVM 22.3
- GraalVM 22.2
- GraalVM 22.1
- GraalVM 22.0
- GraalVM 21.3
Note
This documentation may be out of date. See the latest version.
Parallel Execution
The FORK
cluster and functions depending solely on forking (e.g., mcparallel
) are not supported by the GraalVM R runtime at the moment.
However, users can use the PSOCK
cluster, which should work in the same way on the GraalVM R runtime as on GNU R.
Moreover, R can be used as a worker node in a PSOCK
cluster computation driven from GNU R.
See FastRCluster package for GNU R, which provides helper functions to create PSOCK
cluster nodes that run the GraalVM R runtime.