Skip to content

nathaneastwood/SparkRUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

Utility Functions to Extend 'SparkR'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages