-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
49 lines (49 loc) · 1.18 KB
/
DESCRIPTION
File metadata and controls
49 lines (49 loc) · 1.18 KB
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
Package: envfetch
Title: Fetch environmental data over spatio-temporal geometries
Version: 0.0.0.9000
Authors@R:
c(person(given="Jake",
family="Manger",
role = c("aut", "cre"),
email="jakesmanger@gmail.com",
comment = c(ORCID = "0000-0002-0686-4788")),
person(given = "Jacob",
family = "Berson",
role = c("aut"),
email = "jacob.berson@uwa.edu.au",
comment = c(ORCID = "0000-0002-7059-2131"))
)
Description: Your trusty companion to fetch, extract and summarise environmental
data over space and time using `sf` points or polygons.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
testthat (>= 3.0.0),
ggplot2,
knitr,
rmarkdown,
microbenchmark,
rnaturalearthdata,
rnaturalearth,
suncalc,
exactextractr
Config/testthat/edition: 3
Imports:
cli,
dplyr,
lubridate,
magrittr,
purrr,
rlang,
rgee,
stringr,
terra,
tibble,
tidyr,
sf (>= 1.0.10),
stars
VignetteBuilder: knitr
Config/Needs/website: rmarkdown
URL: https://jakemanger.github.io/envfetch/