forked from SantanderMetGroup/downscaleR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.7 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
47
48
49
50
51
52
53
Package: downscaleR
Depends:
R(>= 3.1.0),
transformeR(>= 1.1.0)
Imports:
abind,
utils,
RCurl,
fields,
MASS,
evd,
deepnet,
parallel,
glmnet,
grDevices,
graphics,
stats,
magrittr,
sp,
gridGraphics,
gridExtra
Suggests:
loadeR,
loadeR.ECOMS,
visualizeR,
knitr,
rmarkdown
Type: Package
Title: An R package for bias correction and statistical downscaling
Version: 3.0.0
Date: 2017-09-28
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Joaquín Bedia <[email protected]> [aut, cre]",
"Jonas Bhend <[email protected]> [ctb]",
"Matteo De Felice <[email protected]> [ctb]",
"Jesus Fernández <[email protected]> [ctb]",
"Maria Dolores Frías <[email protected]> [ctb]",
"José Manuel Gutiérrez <[email protected]> [aut]",
"Sixto Herrera <[email protected]> [aut]",
"Maialen Iturbide <[email protected]> [aut]",
"Rodrigo Manzanas <[email protected]> [aut]",
"Jorge B. Medina <[email protected]> [ctb]",
"Beata Szabo-Takacs <[email protected]> [ctb]",
"Max Tuni <[email protected]> [ctb]"))
BugReports: https://github.com/SantanderMetGroup/downscaleR/issues
URL: https://github.com/SantanderMetGroup/downscaleR/wiki
Encoding: UTF-8
Description: Tools for climate data calibration (bias correction, qq-mapping...) and perfect-prog downscaling, as part of the climate4R bundle (see e.g. Cofiño et al 2017 <doi:10.1016/j.cliser.2017.07.001>). Focused on daily data, downscaleR is conceived for dealing also with seasonal forecast ensemble predictions.
License: GPL (>= 3)
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr