forked from epiforecasts/scoringutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
49 lines (45 loc) · 1.34 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
url: https://epiforecasts.io/scoringutils/
template:
bootstrap: 5
package: preferably
params:
toggle: manual
twitter:
creator: "@nikosbosse"
card: summary_large_image
development:
mode: release
authors:
Nikos Bosse:
href: "https://followtheargument.org/"
Sam Abbott:
href: "https://www.samabbott.co.uk/"
reference:
- title: Package documentation
contents:
- scoringutils
- title: Functions to check and analyse inputs
contents:
- has_keyword("check-forecasts")
- title: Functions for convenient forecast evaluation
contents:
- score
- has_keyword("scoring")
- starts_with("score_")
- title: Lower-level scoring functions
contents:
- has_keyword("metric")
- title: Data wrangling helpers
contents:
- has_keyword("data-handling")
- title: Functions for plotting and data visualisation
contents:
- starts_with("plot_")
- has_keyword("plotting")
- title: Internal functions
contents:
- has_keyword("internal")
- title: Example data and information
contents:
- has_keyword("datasets")
- has_keyword("info")