Skip to content

Commit c3ab3f7

Browse files
committed
update readme and meta according to latest CRAN comment
1 parent 7efc8d3 commit c3ab3f7

File tree

6 files changed

+42
-42
lines changed

6 files changed

+42
-42
lines changed

CITATION.cff

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ license: MIT
1010
title: 'rJavaEnv: ''Java'' Environments for R Projects'
1111
version: 0.1.2
1212
doi: 10.32614/CRAN.package.rJavaEnv
13-
abstract: 'The ''rJavaEnv'' package addresses common issues with ''Java'' environment
14-
management in ''R'' for users of ''Java''/''rJava''-dependent ''R'' packages such
15-
as ''r5r'', ''opentripplanner'', ''xlsx'', ''openNLP'', ''rWeka'', ''RJDBC'', ''tabulapdf'',
16-
and many more. It resolves common problems like ''Java'' not found, ''Java'' version
17-
conflicts, missing ''Java'' installations, and the inability to install ''Java''
18-
due to lack of administrative privileges. ''rJavaEnv'' automates the download, installation,
19-
and setup of the ''Java Development Kit'' (''JDK'') on a per-project basis by setting
20-
the relevant ''JAVA_HOME'' in the current ''R'' session or the current working directory
21-
(via ''.Rprofile'', with the user''s consent). Similar to what ''renv'' does for
22-
''R'' packages, ''rJavaEnv'' allows different ''Java'' versions to be used across
23-
different projects, but can also be configured to allow multiple versions within
24-
the same project (e.g. with the help of ''targets'' package). Note: there are a
25-
few extra steps for ''Linux'' users, who don''t have any ''Java'' previously installed
26-
in their system, and who prefer package installation from source, rather then installing
13+
abstract: 'Solve common issues with ''Java'' environment management in ''R'' for users
14+
of ''Java''/''rJava''-dependent ''R'' packages such as ''r5r'', ''opentripplanner'',
15+
''xlsx'', ''openNLP'', ''rWeka'', ''RJDBC'', ''tabulapdf'', and many more. `rJavaEnv`
16+
prevents common problems like ''Java'' not found, ''Java'' version conflicts, missing
17+
''Java'' installations, and the inability to install ''Java'' due to lack of administrative
18+
privileges. ''rJavaEnv'' automates the download, installation, and setup of the
19+
''Java Development Kit'' (''JDK'') on a per-project basis by setting the relevant
20+
''JAVA_HOME'' in the current ''R'' session or the current working directory (via
21+
''.Rprofile'', with the user''s consent). Similar to what ''renv'' does for ''R''
22+
packages, ''rJavaEnv'' allows different ''Java'' versions to be used across different
23+
projects, but can also be configured to allow multiple versions within the same
24+
project (e.g. with the help of ''targets'' package). Note: there are a few extra
25+
steps for ''Linux'' users, who don''t have any ''Java'' previously installed in
26+
their system, and who prefer package installation from source, rather then installing
2727
binaries from ''Posit Package Manager''. See documentation for details.'
2828
authors:
2929
- family-names: Kotov

DESCRIPTION

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ Authors@R: c(
77
person("Mauricio", "Vargas", , "[email protected]", role = "ctb",
88
comment = c(ORCID = "0000-0003-1017-7574"))
99
)
10-
Description: The 'rJavaEnv' package addresses common issues with 'Java'
11-
environment management in 'R' for users of 'Java'/'rJava'-dependent
12-
'R' packages such as 'r5r', 'opentripplanner', 'xlsx', 'openNLP',
13-
'rWeka', 'RJDBC', 'tabulapdf', and many more. It resolves common
14-
problems like 'Java' not found, 'Java' version conflicts, missing
15-
'Java' installations, and the inability to install 'Java' due to lack
16-
of administrative privileges. 'rJavaEnv' automates the download,
17-
installation, and setup of the 'Java Development Kit' ('JDK') on a
18-
per-project basis by setting the relevant 'JAVA_HOME' in the current
19-
'R' session or the current working directory (via '.Rprofile', with
20-
the user's consent). Similar to what 'renv' does for 'R' packages,
21-
'rJavaEnv' allows different 'Java' versions to be used across
22-
different projects, but can also be configured to allow multiple
23-
versions within the same project (e.g. with the help of 'targets'
24-
package). Note: there are a few extra steps for 'Linux' users, who
25-
don't have any 'Java' previously installed in their system, and who
26-
prefer package installation from source, rather then installing
27-
binaries from 'Posit Package Manager'. See documentation for details.
10+
Description: Solve common issues with 'Java' environment management in 'R'
11+
for users of 'Java'/'rJava'-dependent 'R' packages such as 'r5r',
12+
'opentripplanner', 'xlsx', 'openNLP', 'rWeka', 'RJDBC', 'tabulapdf',
13+
and many more. `rJavaEnv` prevents common problems like 'Java' not
14+
found, 'Java' version conflicts, missing 'Java' installations, and the
15+
inability to install 'Java' due to lack of administrative privileges.
16+
'rJavaEnv' automates the download, installation, and setup of the
17+
'Java Development Kit' ('JDK') on a per-project basis by setting the
18+
relevant 'JAVA_HOME' in the current 'R' session or the current working
19+
directory (via '.Rprofile', with the user's consent). Similar to what
20+
'renv' does for 'R' packages, 'rJavaEnv' allows different 'Java'
21+
versions to be used across different projects, but can also be
22+
configured to allow multiple versions within the same project (e.g.
23+
with the help of 'targets' package). Note: there are a few extra steps
24+
for 'Linux' users, who don't have any 'Java' previously installed in
25+
their system, and who prefer package installation from source, rather
26+
then installing binaries from 'Posit Package Manager'. See
27+
documentation for details.
2828
License: MIT + file LICENSE
2929
URL: https://github.com/e-kotov/rJavaEnv, https://www.ekotov.pro/rJavaEnv/
3030
BugReports: https://github.com/e-kotov/rJavaEnv/issues

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ alt="CRAN status" /></a>
1919
<a href="https://CRAN.R-project.org/package=rJavaEnv"
2020
target="_blank"><img
2121
src="https://cranlogs.r-pkg.org/badges/grand-total/rJavaEnv?color=blue.png"
22-
alt="CRAN/METACRAN Total downloads" /></a>
22+
alt="CRAN/METACRAN Total downloads" /></a>ges
2323
[![R-CMD-check](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions/workflows/R-CMD-check.yaml)
2424
<!-- [![pkgcheck](https://github.com/e-kotov/rJavaEnv/workflows/pkgcheck/badge.svg)](https://github.com/e-kotov/rJavaEnv/actions?query=workflow%3Apkgcheck) -->
2525
[![codecov](https://codecov.io/github/e-kotov/rJavaEnv/graph/badge.svg?token=2UKGZVNO5V)](https://app.codecov.io/github/e-kotov/rJavaEnv)
@@ -28,11 +28,11 @@ alt="CRAN/METACRAN Total downloads" /></a>
2828

2929
<!-- badges: end -->
3030

31-
The `{rJavaEnv}` package addresses common issues with `Java` environment
32-
management in `R` for users of `Java`/`{rJava}`-dependent `R` packages
33-
such as `{r5r}`, `{opentripplanner}`, `{xlsx}`, `{openNLP}`, `{rWeka}`,
34-
`{RJDBC}`, `{tabulapdf}`, and many more. It resolves common problems
35-
like `Java` not found, `Java` version conflicts, missing `Java`
31+
Solve common issues with `Java` environment management in `R` for users
32+
of `Java`/`{rJava}`-dependent `R` packages such as `{r5r}`,
33+
`{opentripplanner}`, `{xlsx}`, `{openNLP}`, `{rWeka}`, `{RJDBC}`,
34+
`{tabulapdf}`, and many more. `{rJavaENv}` prevents common problems like
35+
`Java` not found, `Java` version conflicts, missing `Java`
3636
installations, and the inability to install `Java` due to lack of
3737
administrative privileges. `rJavaEnv` automates the download,
3838
installation, and setup of the `Java Development Kit` (`JDK`) on a

README.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ is_html <- knitr::is_html_output()
3232

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

35-
The `{rJavaEnv}` package addresses common issues with `Java` environment management in `R` for users of `Java`/`{rJava}`-dependent `R` packages such as `{r5r}`, `{opentripplanner}`, `{xlsx}`, `{openNLP}`, `{rWeka}`, `{RJDBC}`, `{tabulapdf}`, and many more. It resolves 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 Development Kit` (`JDK`) 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](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux) for details.**
35+
Solve common issues with `Java` environment management in `R` for 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 Development Kit` (`JDK`) 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](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux) for details.**
3636

3737

3838

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
33
"@type": "SoftwareSourceCode",
44
"identifier": "rJavaEnv",
5-
"description": "The 'rJavaEnv' package addresses common issues with 'Java' environment management in 'R' for users of 'Java'/'rJava'-dependent 'R' packages such as 'r5r', 'opentripplanner', 'xlsx', 'openNLP', 'rWeka', 'RJDBC', 'tabulapdf', and many more. It resolves 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 Development Kit' ('JDK') 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.",
5+
"description": "Solve common issues with 'Java' environment management in 'R' for 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 Development Kit' ('JDK') 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.",
66
"name": "rJavaEnv: 'Java' Environments for R Projects",
77
"relatedLink": ["https://www.ekotov.pro/rJavaEnv/", "https://CRAN.R-project.org/package=rJavaEnv"],
88
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
@@ -152,7 +152,7 @@
152152
},
153153
"SystemRequirements": null
154154
},
155-
"fileSize": "380.955KB",
155+
"fileSize": "381.063KB",
156156
"citation": [
157157
{
158158
"@type": "SoftwareSourceCode",

inst/schemaorg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"familyName": "Kotov",
2222
"givenName": "Egor"
2323
},
24-
"description": "The 'rJavaEnv' package addresses common issues with 'Java' environment management in 'R' for users of 'Java'/'rJava'-dependent 'R' packages such as 'r5r', 'opentripplanner', 'xlsx', 'openNLP', 'rWeka', 'RJDBC', 'tabulapdf', and many more. It resolves 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 Development Kit' ('JDK') 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.",
24+
"description": "Solve common issues with 'Java' environment management in 'R' for 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 Development Kit' ('JDK') 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.",
2525
"license": "https://spdx.org/licenses/MIT",
2626
"name": "rJavaEnv: 'Java' Environments for R Projects",
2727
"programmingLanguage": {

0 commit comments

Comments
 (0)