-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.45 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
Package: stagg
Title: Spatiotemporal Aggregation for Climate Data
Version: 0.0.0.9000
Authors@R:
c(person("Tyler", "Liddell", , "[email protected]", role = c("aut")), person("Anna", "Boser", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7336-0117")), person("Sara", "Orofino", , "[email protected]", role = c("aut")), person("Tracey", "Mangin", , "[email protected]", role = c("aut")), person("Tamma", "Carleton", , "[email protected]", role = c("aut")))
Maintainer: Anna Boser <[email protected]>
Description: The R Package `stagg` aims to harmonize the preparation of spatiotemporal raster data, in particular climate observations, for use in statistical analyses. This allows for more efficient use of researchers' time, and avoids common missteps. The end goal is a greater quantity of quality research into the study of coupled human-geophysical systems.
URL: https://tcarleton.github.io/stagg, https://github.com/tcarleton/stagg
BugReports: https://github.com/tcarleton/stagg/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 3.5.0)
LazyData: true
Imports:
crayon,
data.table,
dplyr,
exactextractr,
lubridate,
magrittr,
methods,
raster,
sf,
stringr,
terra
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
tigris,
usethis
Config/testthat/edition: 3
VignetteBuilder: knitr