-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
70 lines (67 loc) · 2.11 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
61
62
63
64
65
66
67
68
69
70
template:
bootstrap: 5
light-switch: false
opengraph:
image:
src: man/figures/hexsticker.png
alt: "A hexagon with the word checklist."
twitter:
site: "@INBOVlaanderen"
card: summary_large_image
navbar:
title: ~
type: default
structure:
left: [intro, reference, news, tutorials, contributing]
right: [search, github]
components:
tutorials:
text: Tutorials
href: articles/index.html
menu:
- text: Philosophy of the checklist package
href: articles/philosophy.html
- text: Setting up checklist for a package
href: articles/getting_started.html
- text: Setting up checklist for a project
href: articles/getting_started_project.html
- text: Organisations
href: articles/organisation.html
- text: Spell checking with checklist
href: articles/spelling.html
- text: Recommended folder structure
href: articles/folder.html
- text: File paths in code
href: articles/path.html
- text: Setting up the integration between GitHub, Zenodo and ORCID
href: articles/zenodo.html
contributing:
text: Contributing
href: CONTRIBUTING.html
reference:
- title: Functions relevant for checking packages
contents:
- check_package
- has_concept("package")
- title: Functions relevant for checking projects with R and Rmd scripts
contents:
- has_concept("project")
- title: Functions relevant for checking packages and projects
contents:
- has_concept("both")
- title: Setting up a project use the checklist package
contents:
- has_concept("setup")
- title: R6 class behind the checklist package
contents:
- has_concept("class")
- title: Auxiliary functions
contents:
- has_concept("utils")
authors:
Thierry Onkelinx:
href: "https://www.muscardinus.be"
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 alt='logo of the Research Institute for Nature and Forest (INBO)'>"
url: https://inbo.github.io/checklist