Package: toponym Title: Toponym Analysis & Visualization Tool Version: 1.0.0 Authors@R: c( person(given = "Lennart", family = "Chevallier", role = c("aut", "cre"), email = "mail@lchevallier.de", comment = c(ORCID = "0009-0009-6800-1206")), person(given = "Søren", family = "Wichmann", role = "aut", email = "wichmannsoeren@gmail.com", comment = c(ORCID = "0000-0002-3257-3087"))) Description: A tool to analyze and visualize toponym distributions. This package is intended as an interface to the GeoNames data. A regular expression filters data and in a second step a map is created displaying all locations in the filtered data set. The functions make data and plots available for further analysis—either within R or in a chosen directory. Users can select regions within countries, provide coordinates to define regions, or specify a region within the package to restrict the data selection to that region or compare regions with the remainder of countries. This package relies on the R packages `geodata` for map data and `ggplot2` for plotting purposes. For more details see Wichmann & Chevallier (2025) . Depends: R (>= 4.1) License: GPL (>= 3) + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 VignetteBuilder: knitr LazyData: true Imports: geodata, ggplot2, grDevices, sf, spatstat.geom, spatstat.utils, stats, terra, utils URL: https://github.com/Lennart05/toponym BugReports: https://github.com/Lennart05/toponym/issues Suggests: knitr (>= 1.50) Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://lennart05.r-universe.dev Date/Publication: 2026-03-30 11:10:06 UTC RemoteUrl: https://github.com/lennart05/toponym RemoteRef: HEAD RemoteSha: fb4fc36e26c36c72818c8573630afad9de31e22f NeedsCompilation: no Packaged: 2026-07-12 06:02:42 UTC; root Author: Lennart Chevallier [aut, cre] (ORCID: ), Søren Wichmann [aut] (ORCID: ) Maintainer: Lennart Chevallier