Package: divseg Title: Calculate Diversity and Segregation Indices Version: 0.1.0 Authors@R: person("Christopher T.", "Kenny", email = "ctkenny@proton.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9386-6860")) Description: Implements common measures of diversity and spatial segregation. This package has tools to compute the majority of measures are reviewed in Massey and Denton (1988) . Multiple common measures of within-geography diversity are implemented as well. All functions operate on data frames with a 'tidyselect' based workflow. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 BugReports: https://github.com/christopherkenny/divseg/issues URL: https://github.com/christopherkenny/divseg/, https://christophertkenny.com/divseg/ Suggests: roxygen2, testthat (>= 3.0.0) Imports: sf (>= 1.0.0), rlang (>= 0.4.11), dplyr, tidyselect, tibble, units Depends: R (>= 4.1.0) 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 Repository: https://christopherkenny.r-universe.dev Date/Publication: 2026-05-01 16:14:58 UTC RemoteUrl: https://github.com/christopherkenny/divseg RemoteRef: HEAD RemoteSha: a62f077afd9389ea1cc3218bbb5fd6a8068f58b3 NeedsCompilation: no Packaged: 2026-05-31 06:22:22 UTC; root Author: Christopher T. Kenny [aut, cre] (ORCID: ) Maintainer: Christopher T. Kenny