{
  "_id": "6a4cc06107c3fd5c3261046b",
  "Package": "landgraph",
  "Type": "Package",
  "Title": "Graphs and Covariance for Landscape Genetics",
  "Version": "0.0.1",
  "Date": "2026-06-11",
  "Authors@R": "c(\nperson(given = \"Bill\", family = \"Peterman\", role = c(\"aut\", \"cre\", \"cph\"),\nemail = \"peterman.73@osu.edu\"),\nperson(given = c(\"Nathaniel\", \"S.\"), family = \"Pope\", role = c(\"aut\", \"cph\"),\nemail = \"nspope@utexas.edu\"))",
  "Description": "Shared, dependency-light primitives for landscape-genetic\nnetwork methods: a lightweight deme/landscape graph (vertex\ncoordinates and an undirected edge list) with constructors from\ncoordinates; genetic covariance and distance from biallelic or\nmultiallelic data (the Yang-style normalized-dosage covariance\nand the Dyer-style multivariate covariance); and antisymmetric\nper-edge directional covariate builders (the gradient of a\nscalar potential, and the projection of a vector flow field).\nUsed by 'terradish' (symmetric resistance) and 'dragonflow'\n(asymmetric gene flow). No compiled code.",
  "License": "BSD_3_clause + file LICENSE",
  "Encoding": "UTF-8",
  "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": {
    "Date": "2026-07-07 08:58:15 UTC",
    "User": "root"
  },
  "Author": "Bill Peterman [aut, cre, cph],\nNathaniel S. Pope [aut, cph]",
  "Maintainer": "Bill Peterman <peterman.73@osu.edu>",
  "_user": "wpeterman",
  "_type": "src",
  "_file": "landgraph_0.0.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/3b928c20bd03fb2071d45eb39afc3890faeaf887393610c2338ebd1690344956",
  "_filesize": 2117553,
  "_sha256": "3b928c20bd03fb2071d45eb39afc3890faeaf887393610c2338ebd1690344956",
  "_expires": "2026-10-15T09:01:19.000Z",
  "_created": "2026-07-07T08:58:15.000Z",
  "_published": "2026-07-07T09:01:21.725Z",
  "_jobs": [
    {
      "job": 85576639045,
      "time": 119,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8132915280"
    },
    {
      "job": 85576639069,
      "time": 120,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132915810"
    },
    {
      "job": 85576639046,
      "time": 68,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8132896695"
    },
    {
      "job": 85576639074,
      "time": 124,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132917944"
    },
    {
      "job": 85576134674,
      "time": 161,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132869884"
    },
    {
      "job": 85576639070,
      "time": 120,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8132915459"
    },
    {
      "job": 85576639064,
      "time": 82,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8132901878"
    },
    {
      "job": 85576639066,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8132898652"
    },
    {
      "job": 85576639087,
      "time": 69,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8132896896"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136",
  "_status": "success",
  "_upstream": "https://github.com/wpeterman/landgraph",
  "_commit": {
    "id": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
    "author": "Bill Peterman <peterman.73@osu.edu>",
    "committer": "Bill Peterman <peterman.73@osu.edu>",
    "message": "Prepare landgraph 0.0.1 for CRAN submission\n\n- DESCRIPTION: updated title, authors, description, license, URL/BugReports,\n  VignetteBuilder, and Suggests (terra, deldir, knitr, rmarkdown, testthat)\n- LICENSE: corrected to standard BSD_3_clause format with YEAR, COPYRIGHT HOLDER,\n  and ORGANIZATION fields\n- R/landgraph-package.R: updated title and added hex logo figure reference\n- R/genetic_covariance.R: added DOIs to @references for fst_from_biallelic,\n  cov_from_biallelic; added full @references block to cov_from_genetic_data\n  (Gower 1966, Dyer & Nason 2004, Dyer 2015)\n- R/edge_covariates.R: added @examples to edge_gradient and edge_flow; added\n  requireNamespace guards for terra; removed stray comment; rewrote edge_flow\n  description to remove double-hyphen em-dash and all-caps VECTOR\n- README.md: added hex logo; replaced em-dashes with colons in bullet headers;\n  added package URL and BugReports\n- man/: regenerated all Rd files via roxygen2; added man/figures/logo.png\n- vignettes/getting-started.Rmd: new getting-started vignette covering deme\n  graphs, SNP covariance, FST, multivariate covariance, and directional\n  edge covariates with interpreted output and Consensus-verified references\n- cran-comments.md: new file summarising R CMD check results for submission\n- .Rbuildignore: exclude hex source PNG and transient knitr figure directory\n",
    "time": 1782844185
  },
  "_maintainer": {
    "name": "Bill Peterman",
    "email": "peterman.73@osu.edu",
    "login": "wpeterman",
    "description": "",
    "uuid": 4634705
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0.0",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "terra",
      "role": "Suggests"
    },
    {
      "package": "deldir",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "wpeterman",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-24",
      "n": 1
    },
    {
      "week": "2026-27",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "wpeterman",
      "count": 2,
      "uuid": 4634705
    }
  ],
  "_userbio": {
    "uuid": 4634705,
    "type": "user",
    "name": "Bill Peterman",
    "followers": 20
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/landgraph"
  },
  "_devurl": "https://github.com/wpeterman/landgraph",
  "_searchresults": 0,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/landgraph.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "LICENSE",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/wpeterman/landgraph",
  "_realowner": "wpeterman",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.0.1",
      "date": "2026-07-06"
    }
  ],
  "_exports": [
    "cov_from_biallelic",
    "cov_from_genetic_data",
    "deme_graph",
    "dist_from_biallelic",
    "dist_from_cov",
    "edge_flow",
    "edge_gradient",
    "fst_from_biallelic"
  ],
  "_help": [
    {
      "page": "cov_from_biallelic",
      "title": "Genetic covariance from biallelic allele counts",
      "topics": [
        "cov_from_biallelic"
      ]
    },
    {
      "page": "cov_from_genetic_data",
      "title": "Covariance from multivariate genetic data",
      "topics": [
        "cov_from_genetic_data"
      ]
    },
    {
      "page": "deme_graph",
      "title": "Lightweight deme / landscape graph from coordinates",
      "topics": [
        "deme_graph"
      ]
    },
    {
      "page": "dist_from_biallelic",
      "title": "Genetic distance matrix from biallelic allele counts",
      "topics": [
        "dist_from_biallelic"
      ]
    },
    {
      "page": "dist_from_cov",
      "title": "Squared-distance matrix from a covariance matrix",
      "topics": [
        "dist_from_cov"
      ]
    },
    {
      "page": "edge_flow",
      "title": "Circulation (flow-field) edge covariate from a spatial vector field",
      "topics": [
        "edge_flow"
      ]
    },
    {
      "page": "edge_gradient",
      "title": "Directional edge covariates from a spatial layer",
      "topics": [
        "edge_gradient"
      ]
    },
    {
      "page": "fst_from_biallelic",
      "title": "F_ST from biallelic allele counts",
      "topics": [
        "fst_from_biallelic"
      ]
    }
  ],
  "_pkglogo": "https://github.com/wpeterman/landgraph/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/wpeterman/landgraph/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "getting-started.Rmd",
      "filename": "getting-started.html",
      "title": "Getting Started with landgraph",
      "author": "Bill Peterman",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Building a deme graph",
        "Choosing the neighbourhood",
        "Genetic covariance from biallelic (SNP) data",
        "Pairwise F_ST",
        "Covariance from multivariate or microsatellite data",
        "Microsatellite allele calls",
        "From covariance to distance",
        "Directional edge covariates",
        "Gradient of a scalar potential",
        "Projection of a vector flow field",
        "Quick reference",
        "Summary of key functions",
        "See also",
        "References"
      ],
      "created": "2026-06-30 18:29:45",
      "modified": "2026-06-30 18:29:45",
      "commits": 1
    }
  ],
  "_score": 4,
  "_indexed": true,
  "_nocasepkg": "landgraph",
  "_universes": [
    "wpeterman"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-07T09:00:14.000Z",
      "distro": "resolute",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/e235ed9ec07e8e4e9ad0896b560c6484324ae94c8e75aa79c8999afad36529e9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.0.1",
      "date": "2026-07-07T09:00:15.000Z",
      "distro": "resolute",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/ff99882f0166b8a52c0eaec8912139da232f4b3de41789249edacacfc331d958",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-07T08:59:29.000Z",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/98a7aab04e76bf3122e74ebaad1c287dd6118ec7a7de8187bcaf05088d4b7f7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.0.1",
      "date": "2026-07-07T09:00:18.000Z",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/6f2fdc0fde5f1bf988fa957612b05b93aeb0073051cd9785afb4a3c47cf128f0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.0.1",
      "date": "2026-07-07T09:00:28.000Z",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/96d6308cc77c7d19ae918f0f1e6e43f7d48cb87a7c1c4b5d6170ffdfc283d8a0",
      "status": "success",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-07T08:59:36.000Z",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/c3201000e56eced93bab0de2f7f3bdd3be7d33ea037234423cbcebd0da4f9965",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-07T08:59:24.000Z",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/6319f1a49d5ce19e0a0ce9946fb0ce5bce2a923085411fa037f299679c3bad69",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.0.1",
      "date": "2026-07-07T08:59:18.000Z",
      "commit": "1d2fefd4b07243de24fbfc8f723f33eae351ab7a",
      "fileid": "https://r2.ropensci.org/f47b605b96bbd07493234419af08411d8b59294a924aaebd5d8f62f107d0334f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/wpeterman/actions/runs/28854052136"
    }
  ]
}