forked from sbegueria/SPEI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·24 lines (24 loc) · 912 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
Package: SPEI
Type: Package
Version: 1.8.1
Title: Calculation of the Standardized Precipitation-Evapotranspiration Index
Authors@R: c(
person('Santiago', 'Beguería',
role=c('aut','cre'),
email='[email protected]',
comment=c(ORCID='0000-0002-3974-2947')),
person(c('Sergio','M.'), 'Vicente-Serrano',
role='aut',
email='[email protected]',
comment=c(ORCID='0000-0003-2892-518X')))
Description: A set of functions for computing potential evapotranspiration and several widely used drought indices including the Standardized Precipitation-Evapotranspiration Index (SPEI).
Depends: R (>= 3.5.0)
Imports: lmomco, lmom, TLMoments, reshape, ggplot2, checkmate, zoo, lubridate
License: GPL-2
URL: https://spei.csic.es, https://github.com/sbegueria/SPEI
Language: en-US
BugReports: https://github.com/sbegueria/SPEI/issues
LazyLoad: true
Encoding: UTF-8
Suggests: covr, testthat
RoxygenNote: 7.2.3