library(mleap)
install_mleap()
Install MLeap runtime
R/install_mleap.R
install_mleap
Description
Install MLeap runtime
Usage
install_mleap(dir = NULL, version = NULL, use_temp_cache = TRUE)
Arguments
Arguments | Description |
---|---|
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 . |