Skip to content

Commit

Permalink
update readme, highlight the Java version checking functions
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov committed May 31, 2024
1 parent 38783c0 commit 43cacab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ The package has several core functions:
* Downloads, installs, and sets Java environment in the current working/project directory, all in one line of code.

2. `java_check_version_cmd()`
* Checks the installed Java version using terminal commands. For packages like [`opentripplanner`](https://github.com/ropensci/opentripplanner){target="_blank"}, that performs Java calls using command line
* Checks the installed Java version using terminal commands. For packages like [`opentripplanner`](https://github.com/ropensci/opentripplanner){target="_blank"}, that performs Java calls using command line.

3. `java_version_check_rjava()`
* Checks the installed Java version using `rJava` in a separate R session. For `rJava`-dependent packages such as [`r5r`](https://github.com/ipeaGIT/r5r){target="_blank"}.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The package has several core functions:
packages like
<a href="https://github.com/ropensci/opentripplanner"
target="_blank"><code>opentripplanner</code></a>, that performs
Java calls using command line
Java calls using command line.
3. `java_version_check_rjava()`
- Checks the installed Java version using `rJava` in a separate R
session. For `rJava`-dependent packages such as
Expand Down

0 comments on commit 43cacab

Please sign in to comment.