-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_pkgdown.yml
57 lines (53 loc) · 1.16 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
url: https://noaa-edab.github.io/comlandr/
template:
bootstrap: 5
deploy:
install_metadata: true
reference:
# - title: "Commercial fishing data"
# desc: "Standardizes commercial fishing data"
# - contents:
# - comlandr
- title: "Get Data"
desc: "Functions that pull data from the STOCKEFF/CAMS/CFDBS/NAFO databases"
- contents:
- get_comland_data
- get_comland_raw_data
- get_foreign_data
- get_comdisc_data
- get_comdisc_raw_data
- get_herring_data
- get_species
- get_species_itis
- get_areas
- get_gears
- get_locations
- get_ports
- get_vessels
- title: "Data"
desc: "Lazy loaded data"
- contents:
- soeAreas
- mskeyAreas
- mskeyGears
- deflate
- EPUs
- title: "Helper Functions"
- contents:
- process_foreign_data
- title: "Plotting"
desc: "Basic plotting functions to visualize data"
- contents:
- plot_comland
navbar:
components:
articles:
text: Help
menu:
- text: Overview of package
href: articles/Overview.html
- text: Foreign Data (NAFO)
- text: NAFO Data structure
href: articles/ForeignCatch.html
- text: Comparison of 21A and 21B data
href: articles/ForeignCatchCompare21A21B.html