mleap (version 0.1.3)

install_maven: Install Maven

Description

This function installs Apache Maven.

Usage

install_maven(dir = NULL, version = NULL)

Arguments

dir

(Optional) Directory to install maven in. Defaults to maven/ under user's home directory.

version

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

Examples

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

Run the code above in your browser using DataCamp Workspace