-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
69 lines (61 loc) · 1.82 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
template:
bootstrap: 5
math-rendering: mathjax
light-switch: true
bslib:
bootswatch: united
primary: "#fac090" # (translucent) hover colour in the navbar and sidebar
pkgdown-navbar-bg: "#984807" # Background colur of navbar
navbar-light-color: "#f7f8f8" # Navbar text colour of items
navbar-light-hover-color: "#231F20" # Navbar text colour of items on hover
navbar-light-brand-color: "#f7f8f8" # Navbar package name text colour
navbar-light-brand-hover-color: "#f7f8f8" # Navbar package name text colour on hover
link-color: "#984807" # Colour of links
params:
ganalytics: UA-116716530-2
deploy:
install_metadata: true
url: https://aravind-j.github.io/augmentedRCBD/
navbar:
structure:
left: [home, reference, tutorial, news]
right: [search, github, lightswitch]
components:
home:
icon: fa-home fa-lg
text: Home
href: index.html
reference:
icon: fa-code
text: Reference
href: reference/index.html
tutorial:
icon: far fa-file
text: Tutorial
href: articles/Data_Analysis_with_augmentedRCBD.html
news:
icon: far fa-newspaper
text: News
href: news/index.html
github:
icon: fab fa-github-alt
text: Github
href: https://github.com/aravind-j/rpcss
reference:
- title: Core anlaysis function
contents:
- '`augmentedRCBD`'
- title: Supplementary functions
contents:
- '`describe.augmentedRCBD`'
- '`gva.augmentedRCBD`'
- '`freqdist.augmentedRCBD`'
- '`augmentedRCBD.bulk`'
- title: Print methods
contents:
- '`print.augmentedRCBD`'
- '`print.augmentedRCBD.bulk`'
- title: MS Word report generation
contents:
- '`report.augmentedRCBD`'
- '`report.augmentedRCBD.bulk`'