-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (42 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
41
42
Package: PrecipTDS
Type: Package
Title: Temporal downscaling of precipitation
Version: 1.0.0
Authors@R: c(person(given = "Bijoychandra",
family = "Takhellambam",
role = c("aut", "cre"),
email = "tzs0075@auburn.edu",
comment = c(ORCID = "0000-0003-2779-3242")),
person(given = "Puneet",
family = "Srivastava",
role = "aut",
comment = c(ORCID = "0000-0002-3685-7781")),
person(given = "Jasmeet",
family = "Lamba",
role = "aut"),
person(given = "Hemendra",
family ="Kumar",
role = "aut"),
person(given = "Roberto",
family ="Molinari",
role = "aut")
)
Maintainer: Bijoychandra S. Takhellambam <tzs0075@auburn.edu>
Description: PreciTDS generates a high resolution temporal scale (15-min) from 1-h precipitation.The method used a modified stochastic disaggregation method.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
Imports:
magrittr(>= 2.0.3),
dplyr,
Hmisc(>= 2.10),
lubridate(>= 1.9.3),
tibble(>= 2.10),
tidyr(>= 1.3.0),
stats (>= 2.10)
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3