Skip to content

Commit fc24113

Browse files
committed
update readme
1 parent 6564dc3 commit fc24113

File tree

1 file changed

+17
-18
lines changed

1 file changed

+17
-18
lines changed

README.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,26 +32,25 @@ alt="CRAN/METACRAN Downloads per month" /></a>
3232

3333
<!-- badges: end -->
3434

35-
Quickly install Java’ SDK without administrative priviliges and set
36-
environment variables in current R session or project to solve common
37-
issues with ‘Java’ environment management in ‘R’. Recommended to users
38-
of `Java`/`{rJava}`-dependent `R` packages such as `{r5r}`,
39-
`{opentripplanner}`, `{xlsx}`, `{openNLP}`, `{rWeka}`, `{RJDBC}`,
40-
`{tabulapdf}`, and many more. `{rJavaEnv}` prevents common problems like
41-
`Java` not found, `Java` version conflicts, missing `Java`
35+
Quickly install `Java Development Kit (JDK)` without administrative
36+
priviliges and set environment variables in current R session or project
37+
to solve common issues with ‘Java’ environment management in ‘R’.
38+
Recommended to users of `Java`/`{rJava}`-dependent `R` packages such as
39+
`{r5r}`, `{opentripplanner}`, `{xlsx}`, `{openNLP}`, `{rWeka}`,
40+
`{RJDBC}`, `{tabulapdf}`, and many more. `{rJavaEnv}` prevents common
41+
problems like `Java` not found, `Java` version conflicts, missing `Java`
4242
installations, and the inability to install `Java` due to lack of
4343
administrative privileges. `{rJavaEnv}` automates the download,
44-
installation, and setup of the `Java Development Kit` (`JDK`) on a
45-
per-project basis by setting the relevant `JAVA_HOME` in the current `R`
46-
session or the current working directory (via `.Rprofile`, with the
47-
user’s consent). Similar to what `{renv}` does for `R` packages,
48-
`{rJavaEnv}` allows different `Java` versions to be used across
49-
different projects, but can also be configured to allow multiple
50-
versions within the same project (e.g. with the help of `{targets}`
51-
package). **Note: there are a few extra steps for ‘Linux’ users, who
52-
don’t have any ‘Java’ previously installed in their system, and who
53-
prefer package installation from source, rather then installing binaries
54-
from ‘Posit Package Manager’. See
44+
installation, and setup of the `Java` on a per-project basis by setting
45+
the relevant `JAVA_HOME` in the current `R` session or the current
46+
working directory (via `.Rprofile`, with the user’s consent). Similar to
47+
what `{renv}` does for `R` packages, `{rJavaEnv}` allows different
48+
`Java` versions to be used across different projects, but can also be
49+
configured to allow multiple versions within the same project (e.g. with
50+
the help of `{targets}` package). **Note: there are a few extra steps
51+
for ‘Linux’ users, who don’t have any ‘Java’ previously installed in
52+
their system, and who prefer package installation from source, rather
53+
then installing binaries from ‘Posit Package Manager’. See
5554
[documentation](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux)
5655
for details.**
5756

0 commit comments

Comments
 (0)