-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy path_pkgdown.yml
33 lines (33 loc) · 1.01 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
destination: "../../websites/R/ggpattern/"
url: "https://trevorldavis.com/R/ggpattern"
development:
mode: auto
template:
bootstrap: 5
reference:
- title: "ggpattern package"
desc: "High level package description"
contents:
- ggpattern
- title: "Geom functions"
desc: "patterned geom functions to use with {ggplot2}"
contents:
- starts_with("geom")
- title: "Scale functions"
desc: "patterned scale functions to use with {ggplot2}"
contents:
- starts_with("scale")
- title: "Geom ggproto objects"
desc: "Geom ggproto objects that developers could theoretically extend"
contents:
- starts_with("Geom")
- title: "New geom development functions"
desc: "various functions mainly intended for developing new geoms"
contents:
- create_polygon_df
- is_polygon_df
- draw_key_polygon_pattern
- title: "Defunct functions"
desc: "Defunct functions that were removed from a previous version"
contents:
- ggpattern-defunct