File tree Expand file tree Collapse file tree 1 file changed +39
-2
lines changed Expand file tree Collapse file tree 1 file changed +39
-2
lines changed Original file line number Diff line number Diff line change @@ -30,5 +30,42 @@ authors:
30
30
href : " https://www.ekotov.pro"
31
31
32
32
home :
33
- title : ' rJavaEnv: Java Environments for R Projects'
34
- description : ' Install and manage Java environments using R'
33
+ title : ' rJavaEnv: `Java` Environments for R Projects'
34
+ description : ' Install and manage `Java` environments using R'
35
+
36
+
37
+ reference :
38
+ - title : " Quick Install"
39
+ desc : >
40
+ Just quickly install `Java` in the current project
41
+ contents :
42
+ - java_quick_install
43
+ - title : " Quick Set"
44
+ desc : >
45
+ Just quickly set `Java` in the current project (for use with `targets`/`callr`)
46
+ contents :
47
+ - use_java
48
+ - title : " Check `Java` version"
49
+ desc : >
50
+ Check `Java` version with currently set environment
51
+ contents :
52
+ - java_check_version_cmd
53
+ - java_check_version_rjava
54
+ - title : " Fine-grained Control"
55
+ desc : >
56
+ Control every step of `Java` download, unpacking and installation
57
+ contents :
58
+ - java_download
59
+ - java_unpack
60
+ - java_install
61
+ - java_env_set
62
+ - java_env_unset
63
+ - title : " Manage files"
64
+ desc : >
65
+ Manage downloads, installs, and project-linked `Java` versions
66
+ contents :
67
+ - java_list
68
+ - java_clear
69
+ - title : " Other commands"
70
+ contents :
71
+ - rje_consent
You can’t perform that action at this time.
0 commit comments