-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
66 lines (66 loc) · 1.87 KB
/
DESCRIPTION
File metadata and controls
66 lines (66 loc) · 1.87 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
65
66
Package: locationallocation
Title: Maximal Coverage Location-Allocation Using Geospatial Data
Version: 0.1.1.9000
Authors@R: c(
person(
given = "Giacomo",
family = "Falchetta",
role = c("aut", "cre", "ccp", "cph"),
email = "giacomo.falchetta@cmcc.it",
comment = c(ORCID = "0000-0003-2607-2195")
),
person(
given = "Daniel",
family = "Vartanian",
role = c("ctb"),
email = "danielvartan@proton.me",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: Functions to perform Maximal Coverage Location-Allocation analyses
using geospatial data. It is designed to help decision-makers optimally
allocate resources and facilities in various contexts, such as public
health, emergency response, and urban planning.
License: GPL (>= 3)
URL: https://giacfalk.github.io/locationallocation/,
https://github.com/giacfalk/locationallocation/
BugReports: https://github.com/giacfalk/locationallocation/issues/
Depends:
R (>= 4.4)
Imports:
checkmate (>= 2.3.3),
cli (>= 3.6.5),
curl (>= 7.0.0),
dissever (>= 0.2.3),
dplyr (>= 1.1.4),
gdistance (>= 1.6.5),
ggplot2 (>= 4.0.1),
graphics (>= 4.4),
ggspatial (>= 1.1.10),
magrittr (>= 2.0.4),
malariaAtlas (>= 1.6.4),
osmdata (>= 0.3.0),
parallel (>= 4.4),
raster (>= 3.6.32),
sf (>= 1.0.23),
spatialEco (>= 2.0.3),
stats (>= 4.4),
terra (>= 1.8.86),
tools (>= 4.4),
zip (>= 2.3.3)
Suggests:
bslib (>= 0.9.0),
covr (>= 3.6.5),
knitr (>= 1.50),
lifecycle (>= 1.0.4),
lwgeom (>= 0.2.14),
rmarkdown (>= 2.30),
spelling (>= 2.3.2),
testthat (>= 3.3.0)
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
LazyData: true
VignetteBuilder: knitr