forked from Deltares-research/weathergenr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 850 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Package: weathergenr
Type: Package
Title: Gridded semi-parametric weather generator
Version: 0.0.3
Author: Mehmet Umit Taner
Maintainer: Mehmet Umit Taner <[email protected]>
Description: This is the gridded, recoded version of the stochastic weather generator
first published by Steinscheineider et al. (2013).
License: MIT + file LICENSE
Depends:
R (>= 4.1)
Imports:
akima,
doParallel,
dplyr,
e1071,
fitdistrplus,
forecast,
foreach,
ggplot2,
ncdf4,
parallel,
patchwork,
scales,
sf,
stats,
tidyr,
utils
Suggests:
devtools,
knitr,
magrittr,
rmarkdown,
stringr,
testthat (>= 3.0.0),
usethis
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://deltares.github.io/weathergenr/
Config/testthat/edition: 3