-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
58 lines (54 loc) · 1.42 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
url: https://iqss-research.github.io/ei/
template:
bootstrap: 5
bootswatch: cosmo
navbar:
title: "ei"
left:
- text: "User's Guide"
menu:
- text: "Introduction"
href: articles/ei-introduction.html
- text: "2x2 case"
href: articles/ei-2x2.html
- text: "RxC case"
href: articles/ei-RxC.html
- text: "Reference"
href: reference/index.html
- text: "Changelog"
href: news/index.html
authors:
Gary King:
href: "https://gking.harvard.edu/"
Molly Roberts:
href: "http://www.margaretroberts.net/"
Christopher T. Kenny:
href: "https://christophertkenny.com/"
Shusei Eshima:
href: "https://shusei-e.github.io"
reference:
- title: "Functions"
desc: "ei Functions"
- contents:
- lacks_concepts(c("data", "tidy", "visualization", "deprecated"))
- title: "Visualization functions"
desc: "ei visualization functions"
- contents:
- has_concept("visualization")
- title: "Tidy Workflow"
desc: "Alternative approach for a tidy workflow"
- contents:
- has_concept("tidy")
- title: "Data"
desc: "Included Data"
- contents:
- has_concept("data")
- title: "Misc."
desc: "Additional functions"
- contents:
- lacks_concepts(c("data", "tidy", "visualization", "deprecated"))
- title: "Deprecated Functions"
desc: "Functions that have been superceded by better tools"
- contents:
- has_concept("Deprecated")
- has_concept("deprecated")