generated from geco-bern/R_proj_template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.03 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
48
49
50
51
Package: map2tidy
Title: Map Spatio-temporal NetCDF Stacks Along Time
Version: 2.1.2
Authors@R: c(
person(
given = "Benjamin",
family = "Stocker",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2697-9096")),
person(
given = "Fabian",
family = "Bernhard",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-0338-0961"))
)
Description: Make geospatial data with a time dimension into a tidy format. Facilitates temporal analysis on a location basis.
Depends:
R (>= 4.2)
Imports:
rlang,
methods,
dplyr,
purrr,
tidyr,
tidyselect,
ncdf4,
tidync,
CFtime,
readr,
parallelly,
multidplyr,
utils,
stats
Remotes:
tidync
Suggests:
rmarkdown,
covr,
testthat,
knitr,
ggplot2,
lubridate,
here
License: AGPL-3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
ByteCompile: true