-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
52 lines (52 loc) · 1.39 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
52
Package: maxcovr
Type: Package
Title: A Set of Tools For Solving The Maximal Covering Location Problem
Version: 0.1.3.9200
Authors@R: c(
person(given = "Nicholas",
family = "Tierney",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")),
person(given = "Mark",
family = "Padgham",
email = "[email protected]",
role = "aut")
)
Maintainer: Nicholas Tierney <[email protected]>
Description: Solving the "maximal covering location problem" as described by
Church can be difficult for users not familiar with linear programming.
maxcovr provides functions to make it easy to solve this problem, and tools
to calculate facility coverage.
Depends:
R (>= 4.1.0)
License: GPL-3
RoxygenNote: 7.3.2
LazyData: true
ByteCompile: TRUE
URL: https://github.com/njtierney/maxcovr, https://njtierney.github.io/maxcovr/, https://maxcovr.njtierney.com/
BugReports: https://github.com/njtierney/maxcovr/issues
Imports:
lpSolve,
dplyr,
tidyr,
tibble,
readr,
Rcpp,
purrr,
Rglpk,
cli
LinkingTo: Rcpp
Suggests:
testthat (>= 3.0.0),
covr,
gurobi,
knitr,
rmarkdown,
modelr,
leaflet,
ggplot2
Encoding: UTF-8
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3