Type: Package
Package: landscapemetrics
Title: Landscape Metrics for Categorical Map Patterns
Version: 1.2.2
Authors@R: c(person("Maximillian H.K.", "Hesselbarth",
             role = c("aut", "cre"),
             email = "maximilian.hesselbarth@uni-goettingen.de",
             comment = c(ORCID = "0000-0003-1125-9918")),
             person("Marco", "Sciaini",
             role = "aut",
             email = "sciaini.marco@gmail.com",
             comment = c(ORCID = "0000-0002-3042-5435")),
             person("Jakub", "Nowosad", 
             role = "aut",
             email = "nowosad.jakub@gmail.com", 
             comment = c(ORCID = "0000-0002-1057-3721")),
             person("Sebastian", "Hanss", 
             role = "aut", 
             comment = c(ORCID = "0000-0002-3990-4897")),
             person("Laura J.", "Graham",
             role = "ctb", 
             comment = "Input on package structure"),
             person("Jeffrey", "Hollister", 
             role = "ctb", 
             comment = "Input on package structure"),
             person("Kimberly A.", "With", 
             role = "ctb",
             comment = "Input on package structure"),
             person("Florian", "Privé", 
             role = "ctb", 
             comment = "Original author of underlying C++ code for get_nearestneighbour() function"), 
             person("Jeremy", "VanDerWal", 
             role = "ctb", 
             comment = "Original author of underlying C code for get_patches() function"), 
             person("Matt", "Strimas-Mackey", 
             role = "ctb", 
             comment = "Bugfix in sample_metrics()")
             )
Maintainer: Maximillian H.K. Hesselbarth <maximilian.hesselbarth@uni-goettingen.de>
Description: Calculates landscape metrics for categorical landscape patterns in 
    a tidy workflow. 'landscapemetrics' reimplements the most common metrics from
    'FRAGSTATS' (<https://www.umass.edu/landeco/research/fragstats/fragstats.html>) 
    and new ones from the current literature on landscape metrics.
    This package supports 'raster' spatial objects and takes 
    RasterLayer, RasterStacks, RasterBricks or lists of RasterLayer from the
    'raster' package as input arguments. It further provides utility functions
    to visualize patches, select metrics and building blocks to develop new 
    metrics.
License: GPL-3
URL: https://r-spatialecology.github.io/landscapemetrics/
BugReports: https://github.com/r-spatialecology/landscapemetrics/issues
Depends: R (>= 3.1)
Imports: cli, ggplot2, methods, raster, Rcpp, sp, stats, tibble
Suggests: covr, dplyr, knitr, rgeos, rmarkdown, testthat
Enhances: stars, sf
LinkingTo: Rcpp, RcppArmadillo
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
SystemRequirements: C++11
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2019-09-10 10:14:37 UTC; Maximilian
Author: Maximillian H.K. Hesselbarth [aut, cre]
    (<https://orcid.org/0000-0003-1125-9918>),
  Marco Sciaini [aut] (<https://orcid.org/0000-0002-3042-5435>),
  Jakub Nowosad [aut] (<https://orcid.org/0000-0002-1057-3721>),
  Sebastian Hanss [aut] (<https://orcid.org/0000-0002-3990-4897>),
  Laura J. Graham [ctb] (Input on package structure),
  Jeffrey Hollister [ctb] (Input on package structure),
  Kimberly A. With [ctb] (Input on package structure),
  Florian Privé [ctb] (Original author of underlying C++ code for
    get_nearestneighbour() function),
  Jeremy VanDerWal [ctb] (Original author of underlying C code for
    get_patches() function),
  Matt Strimas-Mackey [ctb] (Bugfix in sample_metrics())
Repository: CRAN
Date/Publication: 2019-09-10 10:40:02 UTC
