Package: landgraph Type: Package Title: Graphs and Covariance for Landscape Genetics Version: 0.0.1 Date: 2026-06-11 Authors@R: c( person(given = "Bill", family = "Peterman", role = c("aut", "cre", "cph"), email = "peterman.73@osu.edu"), person(given = c("Nathaniel", "S."), family = "Pope", role = c("aut", "cph"), email = "nspope@utexas.edu")) Description: Shared, dependency-light primitives for landscape-genetic network methods: a lightweight deme/landscape graph (vertex coordinates and an undirected edge list) with constructors from coordinates; genetic covariance and distance from biallelic or multiallelic data (the Yang-style normalized-dosage covariance and the Dyer-style multivariate covariance); and antisymmetric per-edge directional covariate builders (the gradient of a scalar potential, and the projection of a vector flow field). Used by 'terradish' (symmetric resistance) and 'dragonflow' (asymmetric gene flow). No compiled code. License: BSD_3_clause + file LICENSE Encoding: UTF-8 Depends: R (>= 4.0.0) Imports: stats Suggests: terra, deldir, knitr, rmarkdown, testthat (>= 3.0.0) VignetteBuilder: knitr Roxygen: list(markdown = FALSE) Config/testthat/edition: 3 URL: https://github.com/wpeterman/landgraph BugReports: https://github.com/wpeterman/landgraph/issues Config/roxygen2/version: 8.0.0 Repository: https://wpeterman.r-universe.dev Date/Publication: 2026-06-30 18:29:45 UTC RemoteUrl: https://github.com/wpeterman/landgraph RemoteRef: HEAD RemoteSha: 1d2fefd4b07243de24fbfc8f723f33eae351ab7a NeedsCompilation: no Packaged: 2026-07-07 08:58:15 UTC; root Author: Bill Peterman [aut, cre, cph], Nathaniel S. Pope [aut, cph] Maintainer: Bill Peterman