-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
55 lines (46 loc) · 1019 Bytes
/
_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
url: https://report.rsquaredacademy.com
authors:
Aravind Hebbali:
href: https://www.aravindhebbali.com
templates:
params:
bootswatch: cosmo
docsearch:
api_key:
index_name: report
navbar:
title: "report"
type: inverse
left:
- text: "Home"
href: index.html
- text: "Reference"
menu:
- text: "Functions"
href: reference/index.html
- text: "News"
href: news/index.html
right:
- icon: fa-github
href: https://github.com/rsquaredacademy/report
home:
links:
- text: Browse source code
href: https://github.com/rsquaredacademy/report
- text: Report a bug
href: https://github.com/rsquaredacademy/report/issues
- text: Learn more
href: https://www.rsquaredacademy.com
reference:
- title: Report
contents:
- report_descriptr
- report_rfm
- report_ols
- report_blr
- title: Sample Reports
contents:
- view_report_ols
- view_report_blr
- view_report_rfm
- view_report_descriptr