Skip to content

Commit 1ef6298

Browse files
committed
fix typos, articles structure and order
1 parent 2ae2bbe commit 1ef6298

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

_pkgdown.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,13 @@ reference:
6969
- title: "Other commands"
7070
contents:
7171
- rje_consent
72+
73+
74+
75+
articles:
76+
- title: Documentation
77+
navbar: ~
78+
contents:
79+
- rJavaEnv-step-by-step
80+
- multiple-java-with-targets-callr
81+
- why-rJavaEnv

vignettes/multiple-java-with-targets-callr.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pkgdown:
1111
as_is: true
1212
---
1313

14-
If you need to use multiple `Java` distribution versions in a single project, you can use a handy shortcut function `use_java()` kindly[suggested by Hadley Wickham](https://github.com/e-kotov/rJavaEnv/issues/44){target='_blank'}.
14+
If you need to use multiple `Java` distribution versions in a single project, you can use a handy shortcut function `use_java()` kindly [suggested by Hadley Wickham](https://github.com/e-kotov/rJavaEnv/issues/44){target='_blank'}.
1515

1616
Essentialy, `use_java()` does the same thing as `java_quick_install()`, but in a less intrusive way. It downloads the distribution of the user requested major version of `Java`, unpacks it, also to the cache folder, but unlike `java_quick_install()`, it does not copy or link the `Java` installation folder from cache into the project directory and does not create or edit your `.Rprofile` file. Instead, it just sets the environment in the current R script to the requested `Java` binaries in the cache folder. The download and unpacking only happens once, so each next run is practically instant, as the function only needs to set the environment in the current R script.
1717

0 commit comments

Comments
 (0)