SparkRUtils
provides utility functions for working with the SparkR
package.
Before installing SparkRUtils
you must install SparkR
since, at the time of writing, SparkR
is not available on CRAN. To install SparkR
please follow these instructions.
From there you will be able to install SparkRUtils
with:
remotes::install_github("nathaneastwood/SparkRUtils")
If you wish for SparkRUtils
' documentation to have completed links, you must clone apache/spark, build the documentation and install from source, i.e.
git clone https://github.com/apache/spark
cd spark/R/pkg
# Rscript -e "install.packages('roxygen2')"
Rscript -e "roxygen2::roxygenise()"
R CMD INSTALL .