mleap (version 0.1.1)

install_mleap: Install MLeap runtime

Description

Install MLeap runtime

Usage

install_mleap(dir = NULL, version = NULL, use_temp_cache = TRUE)

Arguments

dir

(Optional) Directory to save the jars

version

Version of MLeap to install, defaults to the latest version tested with this package.

use_temp_cache

Whether to use a temporary Maven cache directory for downloading. Setting this to TRUE prevents Maven from creating a persistent .m2/ directory. Defaults to TRUE.

Examples

Run this code
# NOT RUN {
install_mleap()
# }

Run the code above in your browser using DataLab