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 = "nicholas.tierney@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "https://orcid.org/0000-0003-1460-8722")), person(given = "Mark", family = "Padgham", email = "mark.padgham@email.com", role = "aut") ) Maintainer: Nicholas Tierney 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 Config/pak/sysreqs: libglpk-dev libicu-dev libx11-dev Repository: https://njtierney.r-universe.dev Date/Publication: 2024-11-26 02:23:53 UTC RemoteUrl: https://github.com/njtierney/maxcovr RemoteRef: HEAD RemoteSha: 6a1b24b9dfdcdc07fb813ed28ce059746e9107fc NeedsCompilation: yes Packaged: 2026-06-23 06:03:06 UTC; root Author: Nicholas Tierney [aut, cre] (ORCID: ), Mark Padgham [aut]