-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
52 lines (52 loc) · 1.48 KB
/
Copy path_pkgdown.yml
File metadata and controls
52 lines (52 loc) · 1.48 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
destination: docs
figures:
dev: ragg::agg_png
fig.height: 8
fig.width: 8
dev.args:
background: "white"
template:
bootstrap: 5
bootswatch: cosmo
url: https://jmw86069.github.io/venndir
reference:
- title: Venndir Core Functions
desc: Primary functions to use
contents:
- has_concept("venndir core")
- title: Venndir Supporting Functions
desc: Additional short list of Venndir functions
contents:
- has_concept("venndir support")
- title: Venndir Importer - Exporter Functions
desc: Functions to import, export, and convert data formats
contents:
- has_concept("venndir conversion")
- title: Venndir S4 Object
desc: S4 generic functions
contents:
- has_concept("venndir s4")
- title: Venndir Custom Signs
desc: Functions to customize directional signs and symbols
contents:
- has_concept("venndir signs")
- title: Venndir Advanced Functions
desc: Internal venndir advanced functions
contents:
- has_concept("venndir advanced")
- title: Venndir Internal Functions
desc: Venndir internal processing functions
contents:
- has_concept("venndir internal")
- title: Venndir Geometric Functions
desc: Simple geometric calculations
contents:
- has_concept("venndir geometry")
- title: JamPolygon object and functions
desc: Mostly internal functions for JamPolygon objects
contents:
- has_concept("JamPolygon")
- title: Venndir Plotly functions (experimental)
desc: Plotly compatibility for ggtext (defunct)
contents:
- has_concept("venndir plotly")