-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 2.28 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Package: rJavaEnv
Title: 'Java' Environments for R Projects
Version: 0.2.2
Authors@R: c(
person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-6690-5345")),
person("Mauricio", "Vargas", , "mavargas11@uc.cl", role = "ctb",
comment = c(ORCID = "0000-0003-1017-7574")),
person("Hadley", "Wickham", , "hadley@posit.co", role = "ctb",
comment = "use_java feature suggestion and PR review")
)
Description: Quickly install 'Java Development Kit (JDK)' without
administrative privileges and set environment variables in current R
session or project to solve common issues with 'Java' environment
management in 'R'. Recommended to users of 'Java'/'rJava'-dependent
'R' packages such as 'r5r', 'opentripplanner', 'xlsx', 'openNLP',
'rWeka', 'RJDBC', 'tabulapdf', and many more. 'rJavaEnv' prevents
common problems like 'Java' not found, 'Java' version conflicts,
missing 'Java' installations, and the inability to install 'Java' due
to lack of administrative privileges. 'rJavaEnv' automates the
download, installation, and setup of the 'Java' on a per-project basis
by setting the relevant 'JAVA_HOME' in the current 'R' session or the
current working directory (via '.Rprofile', with the user's consent).
Similar to what 'renv' does for 'R' packages, 'rJavaEnv' allows
different 'Java' versions to be used across different projects, but
can also be configured to allow multiple versions within the same
project (e.g. with the help of 'targets' package). Note: there are a
few extra steps for 'Linux' users, who don't have any 'Java'
previously installed in their system, and who prefer package
installation from source, rather then installing binaries from 'Posit
Package Manager'. See documentation for details.
License: MIT + file LICENSE
URL: https://github.com/e-kotov/rJavaEnv, https://www.ekotov.pro/rJavaEnv/
BugReports: https://github.com/e-kotov/rJavaEnv/issues
Depends:
R (>= 4.0)
Imports:
checkmate,
cli,
curl,
jsonlite,
utils
Suggests:
quarto,
rJava,
testthat (>= 3.0.0)
VignetteBuilder:
quarto
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2