README.md

H2o Helper

CRAN_Status_Badge Travis-CI Build Status

This package aims to provide utility, quality of life, and presentation improving wrappers around the functionality provided by the h2o R package.

Installation

You can install h2ohelper from github with:

# install.packages("devtools")
devtools::install_github("seabbs/h2ohelper")

Docker

This package has been developed in docker based on the rocker/tidyverse image, to access the development environment enter the following at the command line (with an active docker daemon running),

docker pull seabbs/h2ohelper
docker run -d -p 8787:8787 -p 54321:54321 -e USER=seabbs -e PASSWORD=h2ohelper --name h2ohelper seabbs/h2ohelper

The rstudio client can be accessed on port 8787 at localhost (or your machines ip).



seabbs/h2ohelper documentation built on May 20, 2019, 5:58 p.m.