forked from SantanderMetGroup/transformeR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.22 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
Package: transformeR
Depends:
R(>= 3.1.0)
Imports:
abind,
akima,
fields,
graphics,
grDevices,
magrittr,
parallel,
RcppEigen,
sp,
stats,
utils,
raster
Suggests:
downscaleR,
loadeR,
loadeR.ECOMS,
visualizeR
Type: Package
Title: An R package for climate data manipulation and transformation
Version: 1.2.1
Date: 2018-02-12
Authors@R: as.person(c(
"Santander Meteorology Group <http://meteo.unican.es> [cph]",
"Jorge Bano Medina <[email protected]> [ctb]",
"Joaquin Bedia <[email protected]> [aut, cre]",
"Matteo De Felice <[email protected]> [ctb]",
"Jose Manuel Gutierrez <[email protected]> [ctb]",
"Sixto Herrera <[email protected]> [ctb]",
"Maialen Iturbide <[email protected]> [aut]"))
BugReports: https://github.com/SantanderMetGroup/transformeR/issues
URL: https://github.com/SantanderMetGroup/transformeR/wiki
Encoding: UTF-8
Description: Implements different tools for climate data analysis, visualization and manipulation. It is a building block of the climate4R Bundle (for an overview, see the Climate Services paper in <http://www.meteo.unican.es/en/node/73360>).
License: file LICENSE
LazyData: true
RoxygenNote: 6.0.1