Package: locatr Title: Audit-Ready Geocoding and Local Geography for Messy Location Data Version: 0.1.0 Authors@R: person("George", "Arthur", , "prigasgenthian48@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-1975-1459")) Description: Cleans, geocodes, validates, reviews, and exports messy location address data supplied by the user. The package sits on top of 'tidygeocoder': it calls geocoding services, rejects implausible coordinates with configurable region guards, applies fallback name/address matching, joins points to optional local geography with 'sf', and records an audit trail showing how each coordinate was produced. Outputs are designed for manual review, dashboards, and reusable location crosswalks. License: MIT + file LICENSE URL: https://prigasg.github.io/locatr/, https://github.com/PrigasG/locatr BugReports: https://github.com/PrigasG/locatr/issues Depends: R (>= 4.1.0) Imports: datasets, dplyr (>= 1.1.0), magrittr, readr, rlang (>= 1.1.0), sf, stats, stringr, tibble, tidygeocoder, utils Suggests: arrow, bslib, DT, httr, jsonlite, knitr, leaflet, pkgdown, readxl, rmarkdown, shiny, spelling, testthat (>= 3.1.7), tigris, writexl VignetteBuilder: knitr Config/Needs/website: pkgdown Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Language: en-US Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://prigasg.r-universe.dev Date/Publication: 2026-07-08 00:47:35 UTC RemoteUrl: https://github.com/prigasg/locatr RemoteRef: HEAD RemoteSha: 6ed354d221439b1a7c1cdc9256379bc1ee4c5225 NeedsCompilation: no Packaged: 2026-07-24 08:11:34 UTC; root Author: George Arthur [aut, cre] (ORCID: ) Maintainer: George Arthur