# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rJavaEnv" in publications use:' type: software license: MIT title: 'rJavaEnv: Java Environments for R Projects' version: 0.0.1 identifiers: - type: doi value: 10.32614/CRAN.package.rJavaEnv abstract: Install specific version of Java runtime environment at the R project level. The goal of rJavaEnv is to manage multiple Java JDKs in R projects by automatingthe process of downloading, installing, and configuring Java environments on a per-project basis. This package is inspired by the renv package for managing R environments in R projects. You can request a specific Java Development Kit (JDK) in your project, and rJavaEnv will download and install the requested Java environment in a project-specific directory and set the PATH and JAVA_HOME for when you are using this project. Therefore, you can have different Java versions for different projects without contaminating your system with different Java versions. authors: - family-names: Kotov given-names: Egor email: kotov.egor@gmail.com orcid: https://orcid.org/0000-0001-6690-5345 preferred-citation: type: manual title: 'rJavaEnv: Java Environments for R Projects' authors: - family-names: Kotov given-names: Egor email: kotov.egor@gmail.com orcid: https://orcid.org/0000-0001-6690-5345 year: '2024' url: https://github.com/e-kotov/rJavaEnv repository: https://r-multiverse-staging.r-universe.dev repository-code: https://github.com/e-kotov/rJavaEnv commit: 4948c0e3d3574ffe3b56606820c0313e9acbba38 url: http://www.ekotov.pro/rJavaEnv/ contact: - family-names: Kotov given-names: Egor email: kotov.egor@gmail.com orcid: https://orcid.org/0000-0001-6690-5345