-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
64 lines (64 loc) 路 1.55 KB
/
Copy pathDESCRIPTION
File metadata and controls
64 lines (64 loc) 路 1.55 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Package: orbis
Title: Spatial Data Analysis Tools
Version: 0.2.2.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "danielvartan@proton.me",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: A collection of tools for gathering and processing spatial data.
License: GPL (>= 3)
URL: https://danielvartan.github.io/orbis/,
https://github.com/danielvartan/orbis/
BugReports: https://github.com/danielvartan/orbis/issues/
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.3.4),
cli (>= 3.6.5),
dplyr (>= 1.2.0),
magrittr (>= 2.0.4),
purrr (>= 1.2.1),
readr (>= 2.2.0),
rlang (>= 1.1.7),
sf (>= 1.0.24),
stringr (>= 1.6.0),
terra (>= 1.8.93),
tidyr (>= 1.3.2)
Suggests:
brand.yml (>= 0.1.0),
brandr (>= 0.1.0),
bslib (>= 0.10.0),
covr (>= 3.6.5),
enderecobr (>= 0.5.0),
fs (>= 1.6.6),
geobr (>= 1.9.1),
geocodebr (>= 0.6.1),
geodata (>= 0.6.6),
ggplot2 (>= 4.0.2),
glue (>= 1.8.0),
here (>= 1.0.2),
httr2 (>= 1.2.2),
ISOcodes (>= 2025.5.18),
knitr (>= 1.51),
rvest (>= 1.0.5),
showtext (>= 0.9.7),
sidrar (>= 0.2.9),
spelling (>= 2.3.2),
stats (>= 4.4),
stars (>= 0.7.1),
testthat (>= 3.3.2),
tibble (>= 3.3.1),
tidyterra (>= 1.0.0),
tools (>= 4.4),
zip (>= 2.3.3)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LazyData: true