-
Notifications
You must be signed in to change notification settings - Fork 5
/
_pkgdown.yml
56 lines (53 loc) · 1.53 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
url: http://osparcomm.github.io/HARSAT/
template:
bootstrap: 5
footer:
structure:
left: developed_by
right: legal
components:
legal: "<a href='https://creativecommons.org/licenses/by/4.0/'><img class='cc-badge' src='http://mirrors.creativecommons.org/presskit/buttons/88x31/png/by.png'></a>"
navbar:
components:
articles:
text: Articles
menu:
- text: "Data file management"
- text: File locations
href: articles/file-management.html
- text: Reference file formats
href: articles/reference-file-formats.html
- text: External file format
href: articles/external-file-format.html
- text: -------
- text: "Examples"
- text: HELCOM (read first)
href: articles/example_HELCOM.html
- text: OSPAR
href: articles/example_OSPAR.html
- text: AMAP external data
href: articles/example_external_data.html
- text: -------
- text: "Additional resources"
- text: Datasets
href: articles/datasets.html
- text: Report template
href: articles/report-template.html
reference:
- title: Primary functions
desc: |
These are the functions you're likely to need for any assessment. For
most standard assessments, these will be all you need.
- contents:
- read_data
- tidy_data
- create_timeseries
- run_assessment
- update_assessment
- check_assessment
- write_summary_table
- plot_assessment
- report_assessment
- title: All functions
- contents:
- starts_with("", internal = TRUE)