-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
42 lines (38 loc) · 1.01 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
template:
bootstrap: 5
bootswatch: simplex
url: http://loelschlaeger.de/oeli/
home:
title: Utilities for Developing R Software
authors:
Lennart Oelschläger:
href: https://loelschlaeger.de
reference:
- subtitle: Distribution
desc: These functions help to work with distributions.
- contents:
- has_keyword("distribution")
- subtitle: Functional
desc: These functions help to work with functions.
- contents:
- has_keyword("functional")
- subtitle: Indexing
desc: These functions help to index objects.
- contents:
- has_keyword("indexing")
- subtitle: Packaging
desc: These functions help to build a package.
- contents:
- has_keyword("packaging")
- subtitle: Simulation
desc: These functions help to simulate something.
- contents:
- has_keyword("simulation")
- subtitle: Transformation
desc: These functions help to transform an input.
- contents:
- has_keyword("transformation")
- subtitle: Validation
desc: These functions help to validate an input.
- contents:
- has_keyword("validation")