Skip to content

Commit 20bc15a

Browse files
committed
fixes to cran comments. typos
1 parent 556e9e1 commit 20bc15a

7 files changed

+9
-9
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract: 'Quickly install ''Java Development Kit (JDK)'' without administrative
1414
and set environment variables in current R session or project to solve common issues
1515
with ''Java'' environment management in ''R''. Recommended to users of ''Java''/''rJava''-dependent
1616
''R'' packages such as ''r5r'', ''opentripplanner'', ''xlsx'', ''openNLP'', ''rWeka'',
17-
''RJDBC'', ''tabulapdf'', and many more. `rJavaEnv` prevents common problems like
17+
''RJDBC'', ''tabulapdf'', and many more. ''rJavaEnv'' prevents common problems like
1818
''Java'' not found, ''Java'' version conflicts, missing ''Java'' installations,
1919
and the inability to install ''Java'' due to lack of administrative privileges.
2020
''rJavaEnv'' automates the download, installation, and setup of the ''Java'' on

CRAN-SUBMISSION

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Version: 0.2.0
2-
Date: 2024-09-03 11:32:40 UTC
3-
SHA: 81c3ffa8745176498f5ddd193568354be43851c2
2+
Date: 2024-09-03 13:06:26 UTC
3+
SHA: 556e9e1ecd30dd1f0078dde267d5880b444bbedb

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Description: Quickly install 'Java Development Kit (JDK)' without
1414
session or project to solve common issues with 'Java' environment
1515
management in 'R'. Recommended to users of 'Java'/'rJava'-dependent
1616
'R' packages such as 'r5r', 'opentripplanner', 'xlsx', 'openNLP',
17-
'rWeka', 'RJDBC', 'tabulapdf', and many more. `rJavaEnv` prevents
17+
'rWeka', 'RJDBC', 'tabulapdf', and many more. 'rJavaEnv' prevents
1818
common problems like 'Java' not found, 'Java' version conflicts,
1919
missing 'Java' installations, and the inability to install 'Java' due
2020
to lack of administrative privileges. 'rJavaEnv' automates the

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ alt="CRAN/METACRAN Downloads per month" /></a>
3333
<!-- badges: end -->
3434

3535
Quickly install `Java Development Kit (JDK)` without administrative
36-
priviliges and set environment variables in current R session or project
36+
privileges and set environment variables in current R session or project
3737
to solve common issues with ‘Java’ environment management in ‘R’.
3838
Recommended to users of `Java`/`{rJava}`-dependent `R` packages such as
3939
`{r5r}`, `{opentripplanner}`, `{xlsx}`, `{openNLP}`, `{rWeka}`,

README.qmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ is_html <- knitr::is_html_output()
3535

3636
<!-- badges: end -->
3737

38-
Quickly install `Java Development Kit (JDK)` without administrative priviliges 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](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux) for details.**
38+
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](https://www.ekotov.pro/rJavaEnv/articles/rJavaEnv.html#note-linux) for details.**
3939

4040

4141

codemeta.json

+2-2
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": "Quickly install 'Java Development Kit (JDK)' without administrative priviliges 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.",
5+
"description": "Quickly install 'Java Development Kit (JDK)' without administrative priviliges 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.",
66
"name": "rJavaEnv: 'Java' Environments for R Projects",
77
"relatedLink": "https://www.ekotov.pro/rJavaEnv/",
88
"codeRepository": "https://github.com/e-kotov/rJavaEnv",
@@ -164,7 +164,7 @@
164164
},
165165
"SystemRequirements": null
166166
},
167-
"fileSize": "219.081KB",
167+
"fileSize": "219.095KB",
168168
"citation": [
169169
{
170170
"@type": "SoftwareSourceCode",

inst/schemaorg.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"familyName": "Kotov",
3030
"givenName": "Egor"
3131
},
32-
"description": "Quickly install 'Java Development Kit (JDK)' without administrative priviliges 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.",
32+
"description": "Quickly install 'Java Development Kit (JDK)' without administrative priviliges 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.",
3333
"license": "https://spdx.org/licenses/MIT",
3434
"name": "rJavaEnv: 'Java' Environments for R Projects",
3535
"programmingLanguage": {

0 commit comments

Comments
 (0)