-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
87 lines (79 loc) · 2.44 KB
/
_pkgdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
url: https://www.ekotov.pro/rJavaEnv/
template:
bootstrap: 5
bootswatch: flatly
includes:
in_header: |
<!-- counter.dev analytics -->
<script data-goatcounter="https://jukadipos.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
<!-- counter.dev analytics -->
<script src="https://cdn.counter.dev/script.js" data-id="7e3e8d31-9a84-48b0-a678-a00715236a90" data-utcoffset="1"></script>
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3578286,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
opengraph:
image:
src: man/figures/card.png
alt: "rJavaEnv: Java Environments for R Projects. Install and manage Java environments using R"
twitter:
creator: "@EgorKotov"
card: summary_large_image
authors:
Egor Kotov:
href: "https://www.ekotov.pro"
navbar:
structure:
left: [intro, reference, articles, tutorials, news]
right: [search, github, lightswitch]
home:
title: 'rJavaEnv: `Java` Environments for R Projects'
description: 'Install and manage `Java` environments using R'
reference:
- title: "Quick Install"
desc: >
Just quickly install `Java` in the current project
contents:
- java_quick_install
- title: "Quick Set"
desc: >
Just quickly set `Java` in the current project (for use with `targets`/`callr`)
contents:
- use_java
- title: "Check `Java` version"
desc: >
Check `Java` version with currently set environment
contents:
- java_check_version_cmd
- java_check_version_rjava
- title: "Fine-grained Control"
desc: >
Control every step of `Java` download, unpacking and installation
contents:
- java_download
- java_unpack
- java_install
- java_env_set
- java_env_unset
- title: "Manage files"
desc: >
Manage downloads, installs, and project-linked `Java` versions
contents:
- java_list
- java_clear
- title: "Other commands"
contents:
- rje_consent
articles:
- title: Documentation
navbar: ~
contents:
- rJavaEnv-step-by-step
- multiple-java-with-targets-callr
- why-rJavaEnv