Given one or more dependencies retrieve a classpath that can be used to set up rJava correctly.
get_classpath(dep, group, version, mvn = find_mvn(), java_home, transitive = TRUE, quiet = FALSE)
quiet | Logical. If |
---|
The group
and version
arguments are provided mostly for compatibility with
find_dependency_path
and friends. When more than one direct dependency needs
to be specified it is probably less confusing (unless the values are coming from a data.frame
)
to provide a vector of completely specified dependencies in the dep
argument.