-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_pkgdown.yml
More file actions
118 lines (103 loc) · 2.61 KB
/
_pkgdown.yml
File metadata and controls
118 lines (103 loc) · 2.61 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
url: https://jpcompartir.github.io/DisplayR/
template:
bootstrap: 5
favicon: man/figures/samy_logo_small.png
bslib:
# SAMY Brand Colours
bg: "#F5F5F4"
fg: "#2C2E35"
primary: "#B5651D"
secondary: "#D4A574"
success: "#7C9885"
info: "#5B7C99"
warning: "#D4A574"
danger: "#8B5A6F"
# Typography
base_font:
google: "Lato"
heading_font:
google: "Merriweather"
code_font:
google: "Fira Code"
# Component Styling
navbar-bg: "#2C2E35"
code-bg: "#FDFDFD"
code-color: "#5B7C99"
navbar:
bg: dark
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
intro:
text: Get Started
href: articles/plotting_theme_functions.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: All vignettes
- text: Plotting & Theme Functions
href: articles/plotting_theme_functions.html
- text: Charts for PowerPoint
href: articles/powerpoint.html
- text: Creating Beautiful Tables
href: articles/tables.html
news:
text: Changelog
href: news/index.html
footer:
structure:
left: developed_by
right: built_with
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
links:
- text: Report an issue
href: https://github.com/jpcompartir/DisplayR/issues
reference:
- title: "Plotting in R - ggplot2"
desc: "Functions built upon the {ggplot2} R Package"
- contents:
- contains("dr_plot_vot")
- contains("dr_plot_sent")
- contains("dr_plot_raincloud")
- title: "Tabular Data"
desc: "gt and flextable functions for creating beautiful tables in R"
- contents:
- disp_flextable
- disp_gt
- title: "PowerPoint Plotting"
desc: "Functions for exporting common & basic charts to PowerPoint"
- contents:
- contains('ms_vot')
- disp_ms_sent_grouped
- dr_mmlb_barchart
- title: "PowerPoint Utility Functions"
desc: "Utility functions for working with PowerPoint from R"
- contents:
- disp_add_slide
- title: "Bespoke Themes"
desc: "Apply themes to GGplot objects"
- contents:
- contains("theme")
- title: "Brand Styling Utilities"
desc: "Apply brand styling and logo to Quarto documents"
- contents:
- dr_list_brands
- dr_add_brand
repo:
url:
home: https://github.com/jpcompartir/DisplayR
source: https://github.com/jpcompartir/DisplayR/tree/main
development:
mode: auto
news:
releases:
- text: "Version 0.1.1"
href: news/index.html#displayr-011
- text: "Version 0.1.0"
href: news/index.html#displayr-010