Skip to content

Commit 6564dc3

Browse files
committed
fix typo
1 parent 63a3909 commit 6564dc3

7 files changed

+8
-8
lines changed

CITATION.cff

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license: MIT
1010
title: 'rJavaEnv: ''Java'' Environments for R Projects'
1111
version: 0.2.0
1212
doi: 10.32614/CRAN.package.rJavaEnv
13-
abstract: 'Quickly install ''Java Development Kit (JDK)'' without administrative proviliges
13+
abstract: 'Quickly install ''Java Development Kit (JDK)'' without administrative priviliges
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'',

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Authors@R: c(
1010
comment = "use_java feature suggestion and PR review")
1111
)
1212
Description: Quickly install 'Java Development Kit (JDK)' without
13-
administrative proviliges and set environment variables in current R
13+
administrative priviliges and set environment variables in current R
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',

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ alt="CRAN/METACRAN Downloads per month" /></a>
3232

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

35-
Quickly install ‘Java’ SDK without administrative proviliges and set
35+
Quickly install ‘Java’ SDK without administrative priviliges and set
3636
environment variables in current R session or project to solve common
3737
issues with ‘Java’ environment management in ‘R’. Recommended to users
3838
of `Java`/`{rJava}`-dependent `R` packages such as `{r5r}`,

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 proviliges 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 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.**
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 proviliges 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": "529.823KB",
167+
"fileSize": "529.817KB",
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 proviliges 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": {

man/rJavaEnv-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)