-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.04 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.04 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
Package: gridmappr
Title: Gridmap Allocations with Approximate Spatial Arrangements
Version: 0.1.1
Authors@R:
person("Roger", "Beecham", , "r.j.beecham@leeds.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8563-7251"))
Maintainer: Roger Beecham <r.j.beecham@leeds.ac.uk>
Description: Takes a set of geographic point locations and a grid of stated number of rows and places each point in a grid cell such that the distance between geographic and grid locations is minimised.
Imports:
dplyr,
ompr,
ompr.roi,
purrr,
ROI.plugin.glpk,
scales,
sf,
tibble
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat,
forcats,
ggtext,
patchwork,
readr,
stringr,
tidyr,
geofacet,
geosphere,
here
Depends:
R (>= 4.1.0)
License: GPL (>= 3)
Language: en-UK
BugReports: https://github.com/rogerbeecham/gridmappr/issues
URL: https://github.com/rogerbeecham/gridmappr
RoxygenNote: 7.3.2
LazyData: true
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr