forked from inbo/inborutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
44 lines (42 loc) · 1.37 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
url: https://inbo.github.io/inborutils
template:
params:
bootswatch: yeti
reference:
- title: "GIS utilities"
desc: "Functions for working with GIS data and maps"
contents:
- has_concept("GIS_utilities")
- title: "Plot utilities"
desc: "Functions for working with plots"
contents:
- has_concept("Plot_utilities")
- title: "GBIF interaction utilities"
desc: "Functions for working with GBIF data, beyond rgbif functionalities"
contents:
- has_concept("GBIF_interactions")
- title: "Data loaders"
desc: "Functions to download/read data or specific data formats"
contents:
- has_concept("download_functions")
- title: "INBO coding club utilities"
desc: "Download data and scripts of an INBO coding club session"
contents:
- has_concept("INBO_coding_club_utilities")
- title: "Tidy data and data.frame handling"
desc: "Functions to support work with data.frames"
contents:
- has_concept("Data_handling_utilities")
- title: "Statistical modelling"
desc: "Functions for handling statistical modelling tasks"
contents:
- has_concept("Statistics")
- title: "Small utilities and helpers"
contents:
- has_concept("Helpers")
- title: "Example datasets"
contents:
- has_concept("datasets")
- title: "Deprecated functions"
contents:
- has_concept("lifecycle")