Skip to content

Commit 8652c6d

Browse files
committed
Convert from staticdocs to pkgdown
1 parent 240c3d2 commit 8652c6d

File tree

5 files changed

+133
-273
lines changed

5 files changed

+133
-273
lines changed

_pkgdown.yml

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
template:
2+
package: tidytemplate
3+
default_assets: false
4+
5+
home:
6+
strip_header: true
7+
8+
reference:
9+
- title: Plot basics
10+
contents:
11+
- ggplot
12+
- aes_
13+
- aes
14+
- qplot
15+
- +.gg
16+
- ggsave
17+
- print.ggplot
18+
19+
- title: Geoms
20+
contents:
21+
- starts_with("geom_")
22+
23+
- title: Position adjustments
24+
contents:
25+
- starts_with("position_")
26+
27+
- title: Stats
28+
contents:
29+
- stat_ecdf
30+
- stat_ellipse
31+
- stat_function
32+
- stat_identity
33+
- stat_qq
34+
- stat_summary_2d
35+
- stat_summary_bin
36+
- stat_unique
37+
38+
39+
- title: Scales
40+
contents:
41+
- starts_with("scale_")
42+
- guide_colourbar
43+
- guide_legend
44+
- guides
45+
- update_labels
46+
- expand_limits
47+
- labs
48+
- lims
49+
- sec_axis
50+
51+
- title: Facetting
52+
contents:
53+
- starts_with("facet_")
54+
- labeller
55+
- labellers
56+
- as_labeller
57+
- label_bquote
58+
59+
- title: Coordinate systems
60+
contents:
61+
- starts_with("coord_")
62+
63+
- title: Data
64+
contents:
65+
- diamonds
66+
- economics
67+
- faithfuld
68+
- midwest
69+
- mpg
70+
- msleep
71+
- presidential
72+
- seals
73+
- txhousing
74+
- luv_colours
75+
76+
- title: Annotations
77+
contents:
78+
- annotate
79+
- annotation_custom
80+
- annotation_logticks
81+
- annotation_map
82+
- annotation_raster
83+
84+
- title: Themes
85+
contents:
86+
- ggtheme
87+
- theme
88+
- theme_update
89+
- element
90+
- calc_element
91+
- rel
92+
- is.rel
93+
- is.theme
94+
95+
- title: ggproto
96+
contents:
97+
- ggproto
98+
- as.list.ggproto
99+
- is.ggproto
100+
- format.ggproto
101+
- print.ggproto
102+
103+
- title: Autoplot and fortify
104+
contents:
105+
- autoplot
106+
- fortify-multcomp
107+
- fortify.lm
108+
- fortify.map
109+
- fortify
110+
- fortify.sp
111+
112+
- title: Vector helpers
113+
contents:
114+
- cut_interval
115+
- hmisc
116+
- mean_se
117+
118+
- title: All functions
119+
desc: ~
120+
contents:
121+
- aes_colour_fill_alpha
122+
- aes_group_order
123+
- aes_linetype_size_shape
124+
- aes_position
125+
- borders
126+
- ggplot2-package
127+
- graphical-units
128+
- last_plot
129+
- map_data
130+
- margin
131+
- resolution
132+
- translate_qplot_ggplot
133+
- translate_qplot_lattice

inst/staticdocs/README.md

Whitespace-only changes.

inst/staticdocs/footer.html

Lines changed: 0 additions & 5 deletions
This file was deleted.

inst/staticdocs/head.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)