-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
46 lines (46 loc) · 1.52 KB
/
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
Package: caliver
Type: Package
Title: Calibration and Verification of Gridded Model Outputs
Version: 2.0.3
Authors@R: c(person("Francesca", "Di Giuseppe",
email = "[email protected]",
role = c("ctb", "cre"),
comment = c(ORCID = "0000-0001-9829-0429")),
person("Claudia", "Vitolo",
comment = c(ORCID = "0000-0002-4252-1176",
"Claudia is the original creator of the package"),
role = c("aut")),
person("Mirko", "D'Andrea", role = c("aut", "ctb")))
Maintainer: Francesca Di Giuseppe <[email protected]>
URL: https://ecmwf.github.io/caliver/, https://github.com/ecmwf/caliver
BugReports: https://github.com/ecmwf/caliver/issues
Description: Utility functions for the post-processing, calibration and
validation of grid model outputs. Initial test cases include the outputs of
the following forest fire models: GEFF and RISICO. The package is
described in Vitolo et al. (2018) "Caliver: An R package for CALIbration and
VERification of forest fire gridded model outputs"
<doi:10.1371/journal.pone.0189419>.
Depends:
R (>= 3.5)
Imports:
ncdf4,
raster,
reshape2,
ggplot2,
rworldmap,
scales,
sp,
graphics,
stats
Suggests:
testthat (>= 2.1.0),
knitr,
rmarkdown,
covr,
lintr
VignetteBuilder: knitr
Encoding: UTF-8
SystemRequirements: GDAL, PROJ, netcdf, openssl
License: Apache License 2.0
Language: en-GB
RoxygenNote: 7.1.2