-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path_pkgdown.yml
68 lines (64 loc) · 2.02 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
url: https://epiforecasts.io/scoringutils/
template:
bootstrap: 5
bslib:
font_weight_base : 300
twitter:
creator: "@nikosbosse"
card: summary_large_image
development:
mode: auto
authors:
Nikos Bosse:
href: "https://followtheargument.org/"
Sam Abbott:
href: "https://www.samabbott.co.uk/"
navbar:
structure:
left: [reference, paper, articles, changelog]
right: [search, github]
components:
paper:
text: "scoringutils paper"
href: https://raw.githubusercontent.com/epiforecasts/scoringutils/main/inst/manuscript/manuscript.pdf
reference:
- title: Package documentation
contents:
- scoringutils
- title: Example data
contents:
- has_keyword("datasets")
- has_keyword("info")
- title: Create forecast objects
contents:
- has_keyword("as_forecast")
- title: Validate forecast objects
contents:
- has_keyword("validate-forecast-object")
- title: Gain insights about forecasts and inputs
contents:
- has_keyword("gain-insights")
- has_keyword("diagnose-inputs")
- title: Transform data
contents:
- has_keyword("transform")
- title: Handling metrics/scoring functions
contents:
- has_keyword("handle-metrics")
- title: Evaluate forecasts
contents:
- has_keyword("scoring")
- title: Lower-level scoring functions
contents:
- has_keyword("metric")
- title: Functions for plotting and data visualisation
contents:
- starts_with("plot")
- has_keyword("plotting")
- title: Internal functions
- subtitle: Internal input check functions
contents:
- has_keyword("internal_input_check")
- subtitle: Misc internal functions
contents:
- has_keyword("internal")