-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
42 lines (40 loc) · 1.2 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
authors:
Joe Roe:
href: "https://joeroe.io"
template:
bootstrap: 5
includes:
in_header: '<script async src="https://umami.joeroe.io/script.js" data-website-id="b5838248-6cd1-4bb2-857f-6094b09e9b74"></script>'
opengraph:
twitter:
creator: "@joeroe90"
card: summary
reference:
- title: "Stratigraphs"
desc: "Construct and validate a graph representation of a stratigraphic sequence."
- contents:
- stratigraph
- starts_with("strat")
- starts_with("strg")
- title: "Read and write"
desc: "Functions for reading and writing stratigraphic and chronological data."
- contents:
- starts_with("read_")
- starts_with("write_")
- title: "CQL"
desc: "An R interface to the Chronological Query Language (CQL)."
- contents:
- starts_with("cql")
- title: "Datasets"
desc: "Example data included with the package."
- contents:
- harris12
- shub1
- shub1_radiocarbon
- title: "Deprecated"
desc: "Functions for working with radiocarbon data in a tidy framework can now be found in the [c14 package](https://c14.joeroe.io/) and will be removed in a future version of stratigraph."
- contents:
- starts_with("cal")
- as_cal
- starts_with("as.CalDates")
- starts_with("c14_")