-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
66 lines (57 loc) · 1.43 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
url: https://loreabad6.github.io/post/
repo:
url:
home: https://github.com/loreabad6/post
source: https://github.com/loreabad6/post/blob/HEAD
issues: https://github.com/loreabad6/post/issues
authors:
Lorena Abad:
href: https://loreabad6.github.io
template:
bootstrap: 5
light-switch: true
bslib:
base_font: {google: "Open Sans"}
heading_font: {google: "Open Sans"}
reference:
- title: "Creation"
desc: >
Functions to convert objects into the two post classes provided:
post_array (which inherits {stars} functionality) and
post_table (which inherits {cubble} functionality).
contents:
- as_post_array
- as_post_table
- title: "Helpers for creation"
- subtitle: "Summarise geometries"
contents:
- summarise_geometry
- subtitle: "Group geometries"
- title: "Utilities"
contents:
- utils-post-array
- classes
- title: "Built-in data"
contents:
- polygons
- title: "Compatibility with other packages"
- subtitle: "With cubble"
contents:
- cubble-face
- cubble-attrs
- cubble-fill
- subtitle: "With dplyr"
desc: >
post supports most of the {dplyr} verbs supported by {cubble} and {stars}
except for those when the result would not be a post object anymore
e.g. `dplyr::summarise`, `dplyr::pull`.
contents:
- dplyr-post-table
- dplyr-post-array
- subtitle: "With sf"
contents:
- sf-post-table
- sf-post-array
- subtitle: "With stars"
contents:
- stars