Package: hydroweight
Title: Implements inverse distance-weighted euclidean/flow-path landscape attributes
Version: 1.0.0
Authors@R: c( 
    person(given = "Brian",
           family = "Kielstra",
           role = c("aut", "cre"),
           email = c("brian.kielstra@canada.ca", "b.kielstra@alumni.ubc.ca"),
           comment = c(ORCID = "0000-0003-1105-4971")), 
    person(given = "Erik",
           family = "Emilson",
           role = c("aut"),
           email = c("erik.emilson@canada.ca"),
           comment = c(ORCID = "0000-0002-1516-9728")), 
    person(given = "Rob",
           family = "Mackereth",
           role = c("aut")), 
    person(given = "Stephanie",
           family = "Melles",
           role = c("aut"),
           comment = c(ORCID = "0000-0002-2983-8136")),
    person("Her Majesty the Queen in Right of Canada, as represented by the Minister of Natural Resources Canada",
            role = "cph")
    )
Description: Implements workflow to compute spatially explicit landscape metrics 
    described in Peterson et al. (2011) <doi:10.1111/j.1365-2427.2010.02507.x>. 
    Uses previously generated terrain products (examples provided) and a user- 
    defined weighting function to produce distance-weighted rasters. Weighted rasters 
    and landscape layers are then used to produce distance-weighted landscape attributes.
URL: https://github.com/bkielstr/hydroweight 
BugReports: https://github.com/bkielstr/hydroweight/issues 
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Depends:
    R (>= 4.0)
Imports:
    devtools,
    dplyr,
    doParallel,
    fasterize,
    foreach,
    raster,
    rgdal,
    rgeos,
    sf,
    stringr,
    tidyr,
    viridis
Suggests: 
    whitebox,
    knitr, 
    rmarkdown
VignetteBuilder: knitr
