-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
47 lines (46 loc) · 1.26 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
destination: docs
development:
mode: auto
template:
package: pacta.pkgdown.rmitemplate
url: https://rmi-pacta.github.io/r2dii.match
home:
links:
- text: Learn more
href: https://pacta.rmi.org
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, packages, github]
components:
articles:
text: Articles
menu:
- text: Calculating Matching Coverage
href: articles/matching-coverage.html
- text: Using `match_name()` with large loanbooks
href: articles/chunk-your-data.html
news:
text: News
menu:
- text: r2dii blog posts
href: https://rmi-pacta.github.io/#category:r2dii
- text: '----------------------'
- text: Change log
href: news/index.html
packages:
text: Packages
menu:
- text: r2dii.data
href: https://rmi-pacta.github.io/r2dii.data
- text: r2dii.match
href: https://rmi-pacta.github.io/r2dii.match
- text: r2dii.analysis
href: https://rmi-pacta.github.io/r2dii.analysis
- text: r2dii.plot
href: https://rmi-pacta.github.io/r2dii.plot
reference:
- title: Main functions
contents: has_concept("main functions")
- title: Helper functions
contents: has_concept("helpers")