forked from dklinges9/mcera5
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.14 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
Package: mcera5
Type: Package
Title: Tools to Acquire and Process ERA5 Data for Use in Microclimate Modelling
Version: 0.4.0
Authors@R: c(
person("James", "Duffy", email = "[email protected]", role = "cre",
comment = "Original author and creator of mcera5, however no longer maintainer"),
person("David", "Klinges", email = "[email protected]", role = "aut",
comment = "package maintainer"))
Maintainer: David H. Klinges <[email protected]>
Description: Download and process ERA5 data ready for use in microclimate modelling.
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/dklinges9/mcera5
BugReports: https://github.com/dklinges9/mcera5/issues
Imports:
abind,
curl,
dplyr,
ecmwfr (>= 1.2.3),
keyring,
lubridate,
magrittr,
ncdf4,
plyr,
remotes,
terra,
tibble,
tidync,
utils
Remotes:
ilyamaclean/microclima,
ilyamaclean/microclimc,
ilyamaclean/microctools,
mrke/NicheMapR
RoxygenNote: 7.2.3
Suggests:
here,
knitr,
markdown,
microclima,
microclimc,
microctools,
NicheMapR,
rmarkdown
VignetteBuilder: knitr