Package: rmaven Title: Run Java Build Tool Maven from R Version: 0.1.4 Authors@R: person("Robert", "Challen", , "rob.challen@bristol.ac.uk", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-5504-7768")) Description: Distributing large files in packages is contrary to 'CRAN' policies. Java libraries frequently have large dependencies, and this makes them hard to submit to CRAN. Java has a sophisticated dependency management tool (Maven) which can calculate and cache dependencies. Running Maven from R allows for better integration of Java libraries into R. Maven provides various options for resolving complied Java code dependencies, configuring class path, or compiling Java source code, all of which are useful for efficient use of Java within R. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) Imports: fs, magrittr, rappdirs, rlang, stringr, utils, xml2 Suggests: rmarkdown, knitr, rJava URL: https://terminological.github.io/rmaven, https://github.com/terminological/rmaven VignetteBuilder: knitr Language: en-US RoxygenNote: 7.3.3.9007 BugReports: https://github.com/terminological/rmaven/issues Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libxml2-dev Repository: https://terminological.r-universe.dev Date/Publication: 2026-02-12 10:22:13 UTC RemoteUrl: https://github.com/terminological/rmaven RemoteRef: 0.1.4 RemoteSha: 9c009873e0ca4cbeaf5c0d9627d1ea742290f364 NeedsCompilation: no Packaged: 2026-06-12 07:38:40 UTC; root Author: Robert Challen [aut, cre] (ORCID: ) Maintainer: Robert Challen