Package: dots Title: Dot Density Maps Version: 0.0.3 Authors@R: person(given = "Christopher T.", family = "Kenny", role = c("aut", "cre"), email = "ctkenny@proton.me", comment = c(ORCID = "0000-0002-9386-6860")) Description: Generate point data for representing people within spatial data. This collects a suite of tools for creating simple dot density maps. Several functions from different spatial packages are standardized to take the same arguments so that they can be easily substituted for each other. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Imports: ggplot2, rlang, rmapshaper, sf, terra, purrr, dplyr, sp URL: https://github.com/christopherkenny/dots, http://christophertkenny.com/dots/ BugReports: https://github.com/christopherkenny/dots/issues Depends: R (>= 4.1.0) Suggests: knitr, rmarkdown, testthat (>= 3.0.0), wacolors VignetteBuilder: knitr Config/testthat/edition: 3 Config/Needs/website: christopherkenny/ctktemplate Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libnode-dev libx11-dev Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:15:00 UTC RemoteUrl: https://github.com/christopherkenny/dots RemoteRef: HEAD RemoteSha: ed874678ede2f02372ecf90acdd43ca423a57f67 NeedsCompilation: no Packaged: 2026-05-31 06:23:46 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny