-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
99 lines (99 loc) · 3.05 KB
/
_pkgdown.yml
File metadata and controls
99 lines (99 loc) · 3.05 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
template:
bootstrap: 5
bootswatch: materia
bslib:
table-border-width: "0px"
bg: "#141B15"
fg: "#FFFFFF"
primary: "#55AAE2"
font-size-base: "1rem"
url: !expr if (length(unlist(packageVersion("fbi"))) > 3L) "https://indicators-dev.laji.fi/docs/dev/" else "https://indicators.laji.fi/docs/"
development:
mode: auto
repo:
url:
home: https://github.com/luomus/fin-biodiv-indicators/
source: !expr if (length(unlist(packageVersion("fbi"))) > 3L) "https://github.com/luomus/fin-biodiv-indicators/blob/dev/" else "https://github.com/luomus/fin-biodiv-indicators/blob/main/"
home:
title: "Finnish Biodiversity Indicators"
destination: docs
navbar:
structure:
left: [overview, api, config, articles, demos, reference]
right: [search, github]
components:
overview:
text: Overview
href: articles/overview.html
api:
text: API
href: !expr if (length(unlist(packageVersion("fbi"))) > 3L) "../../__docs__/#overview" else "../__docs__/#overview"
config:
text: Configuration
href: articles/configuration.html
articles:
text: Indicators
menu:
- text: Winter Birds
href: articles/winter-birds.html
- text: Alpine Birds
href: articles/alpine-birds.html
- text: Farmland Birds
href: articles/farmland-birds.html
- text: Forest Birds
href: articles/forest-birds.html
- text: Mire Birds
href: articles/mire-birds.html
- text: Moths
href: articles/moths.html
- text: Farmland Butterflies
href: articles/farmland-butterflies.html
- text: Butterfly Overall Abundance
href: articles/butterfly-abundance.html
- text: Community Temperature Indices
href: articles/community-temperature-indices.html
demos:
text: Code Demos
menu:
- text: Single-taxon indicator (trim)
href: articles/single-taxon-indicator-trim.html
- text: Single-taxon indicator (rbms)
href: articles/single-taxon-indicator-rbms.html
- text: Multi-taxon indicator (trim)
href: articles/multi-taxon-indicator-trim.html
- text: Community temperature index
href: articles/community-temperature-index.html
- text: Overall abundance
href: articles/overall-abundance.html
reference:
text: Function Reference
href: reference/index.html
reference:
- title: Processing functions
desc: >
Functions to process indicator input data
contents:
- combine_with_surveys
- format_date
- pick_first_survey_in_fortnight
- pick_first_survey_in_winter
- pick_first_survey_in_year
- remove_all_zero_locations
- require_minimum_gaps
- require_minimum_weeks
- require_seven_fortnights
- require_two_years
- set_start_year
- sum_by_event
- sum_over_sections
- zero_fill
- title: internal
contents:
- check_input
- clean_cache
- get_indices
- get_output
- process_funs
- update_data
- update_index
- update_taxon_index