Package: grainscape Type: Package Title: Landscape Connectivity, Habitat, and Protected Area Networks Description: Given a landscape resistance surface, creates minimum planar graph (Fall et al. (2007) ) and grains of connectivity (Galpern et al. (2012) ) models that can be used to calculate effective distances for landscape connectivity at multiple scales. Documentation is provided by several vignettes, and a paper (Chubaty, Galpern & Doctolero (2020) ). URL: https://www.alexchubaty.com/grainscape/, https://github.com/achubaty/grainscape Version: 1.0.0 Authors@R: c( person("Paul", "Galpern", email = "pgalpern@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-0099-3981")), person("Sam", "Doctolero", email = "sam.doctolero@gmail.com", role = "aut"), person("Alex M", "Chubaty", email = "achubaty@for-cast.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")) ) License: GPL (>= 2) Depends: R (>= 4.2) Imports: ggplot2, graphics, grDevices, igraph, methods, Rcpp (>= 0.12.11.4), sf, stats, terra, utils Suggests: covr, cowplot, DiagrammeR, DiagrammeRsvg, dplyr, ggthemes, knitr, parallel, rmarkdown, rsvg, spelling, svglite, testthat, vdiffr, withr LinkingTo: Rcpp VignetteBuilder: knitr, rmarkdown BugReports: https://github.com/achubaty/grainscape/issues ByteCompile: yes Collate: 'grainscape-package.R' 'classes.R' 'GOC.R' 'MPG.R' 'RcppExports.R' 'grain.R' 'corridor.R' 'distance.R' 'export.R' 'extract.R' 'ggGS.R' 'grainscape-defunct.R' 'graphdf.R' 'habitatConnectivityEngine.R' 'patchFilter.R' 'plot.R' 'plotResistance.R' 'point.R' 'theme_grainscape.R' 'threshold.R' 'zzz.R' Encoding: UTF-8 Language: en-CA Roxygen: list(markdown = TRUE) Config/Needs/website: pkgdown Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://achubaty.r-universe.dev Date/Publication: 2026-07-07 02:01:36 UTC RemoteUrl: https://github.com/achubaty/grainscape RemoteRef: HEAD RemoteSha: 7beaea22670bf54a1ddf9e3a7bb0fe0b7dee783c NeedsCompilation: yes Packaged: 2026-07-07 05:15:22 UTC; root Author: Paul Galpern [aut, cph] (ORCID: ), Sam Doctolero [aut], Alex M Chubaty [aut, cre] (ORCID: ) Maintainer: Alex M Chubaty