-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
60 lines (59 loc) · 1.9 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
59
60
navbar:
title: ~
type: default
left:
- text: NEWS
href: news/index.html
- text: Functions
href: reference/index.html
- text: Contributing
href: CONTRIBUTING.html
right:
- icon: "fa fa-github"
href: https://github.com/inbo/inborutils
- icon: "fa fa-twitter"
href: https://twitter.com/INBOVlaanderen
- icon: "fa fa-facebook"
href: https://www.facebook.com/pg/INBOVlaanderen
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")
authors:
Research Institute for Nature and Forest (INBO):
href: "https://www.vlaanderen.be/inbo/en-gb"
html: "<img src='https://inbo.github.io/checklist/reference/figures/logo-en.png' height=24>"