-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
33 lines (33 loc) · 1.03 KB
/
DESCRIPTION
File metadata and controls
33 lines (33 loc) · 1.03 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
Package: qualmap
Type: Package
Title: Opinionated Approach for Digitizing Semi-Structured Qualitative GIS Data
Version: 0.2.2
Authors@R: person("Christopher", "Prener", email = "chris.prener@gmail.com",
role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4310-9888"))
Description: Provides a set of functions for taking qualitative GIS data, hand drawn on a map, and
converting it to a simple features object. These tools are focused on data that are drawn on a map
that contains some type of polygon features. For each area identified on the map, the id numbers
of these polygons can be entered as vectors and transformed using qualmap.
Depends: R (>= 3.6)
License: GPL-3
URL: https://chris-prener.github.io/qualmap/
BugReports: https://github.com/chris-prener/qualmap/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Imports:
dplyr,
glue,
leaflet,
purrr,
rlang,
sf
Suggests:
covr,
ggplot2,
testthat,
tigris,
tidycensus,
knitr,
rmarkdown
VignetteBuilder: knitr