-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
58 lines (58 loc) · 1.15 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
url: http://www.schlosslab.org/schtools
destination: docs
development:
mode: auto
template:
bootstrap: 5
articles:
- title: Vignettes
navbar: Vignettes
contents:
- introduction
- articles/logo
authors:
Kelly Sovacool:
href: "https://github.com/kelly-sovacool"
Nick Lesniak:
href: "https://github.com/NLesniak"
Patrick Schloss:
href: "https://github.com/pschloss"
reference:
- title:
contents:
- schtools
- title: Microbiome
desc: >
Handle microbiome-related data.
contents:
- starts_with('read_')
- starts_with('parse_')
- calc_relabun
- pool_taxon_counts
- title: R Markdown
desc: >
Format publication-quality documents.
contents:
- set_knitr_opts
- inline_hook
- paste_oxford_list
- format_number
- title: ggplot2
desc: >
Make your plots even prettier.
contents:
- starts_with("theme_")
- title: Snakemake
desc: >
Helpers for running R scripts from Snakemake.
contents:
- contains('snakemake')
- get_wildcards_tbl
- title: Everything else
desc: >
Useful tools for miscellaneous tasks.
contents:
- close_enough
- is_nearly_whole
- is_nondesc
- load_deps