/SparkRUtils

Utility Functions to Extend 'SparkR'

Primary LanguageROtherNOASSERTION

SparkRUtils

CRAN status

Overview

SparkRUtils provides utility functions for working with the SparkR package.

Installation

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 .