-
Notifications
You must be signed in to change notification settings - Fork 10
/
DESCRIPTION
48 lines (48 loc) · 1002 Bytes
/
DESCRIPTION
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
Package: harpPoint
Title: Point verifition for NWP forecasts
Version: 0.2.1
Authors@R: as.person(c(
"Andrew Singleton <[email protected]> [aut, cre]",
"Alex Deckmyn <[email protected]> [aut]"
))
Description: Functions for computing verification scores for NWP forecasts.
Part of the harp ecosystem.
Depends:
harpCore (>= 0.2.2),
R (>= 3.3.1)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
SystemRequirements: C++11
LinkingTo:
Rcpp
Imports:
Rcpp,
dplyr (>= 1.0.0),
tidyr (>= 1.0.0),
readr,
verification,
tibble,
purrr,
magrittr,
rlang,
stats,
harpIO (>= 0.2.2),
progress,
matrixStats,
SpecsVerification,
lubridate,
cli,
lifecycle,
glue,
hexbin,
tidyselect
Remotes:
harphub/harpCore,
harphub/harpIO
URL: https://github.com/harphub/harpPoint
BugReports: https://github.com/harphub/harpPoint/issues
Suggests:
parallel
Roxygen: list(markdown = TRUE)