-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
32 lines (28 loc) · 1.02 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
home:
title: "R Interface to IntChron"
description: "R package providing an interface for IntChron, an indexing service and exchange format for chronological data such as radiocarbon dates."
url: https://rintchron.joeroe.io
authors:
Joe Roe:
href: "https://joeroe.io"
template:
boostrap: 5
includes:
in_header: '<script async src="https://umami.joeroe.io/script.js" data-website-id="1507dc1d-2003-4ab3-98f6-4ed37ea2863f"></script>'
opengraph:
twitter:
creator: "@joeroe90"
card: summary
reference:
- title: "Query IntChron"
desc: "High-level functions for querying databases indexed by IntChron."
- contents:
- has_concept("functions for querying IntChron")
- title: "Read and write"
desc: "Functions for reading and writing data in IntChron's file formats."
- contents:
- has_concept("read and write functions")
- title: "IntChron API"
desc: "Low-level functions for interacting with the IntChron API directly."
- contents:
- has_concept("functions for interacting with the IntChron API")