Type: Package
Package: landscapemetrics
Title: Landscape Metrics for Categorical Map Patterns
Version: 0.1.0
Authors@R: c(person("Maximillian H.K.", "Hesselbarth", email = "maximilian.hesselbarth@uni-goettingen.de",
             role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1125-9918")),
             person("Marco", "Sciaini", email = "sciaini.marco@gmail.com",
             role = "aut", 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("Laura J.", "Graham", role = "ctb", 
             comment = c(ORCID = "0000-0002-1057-3721")),
             person("Kimberly A.", "With", role = "ctb",
             comment = c(ORCID = "0000-0001-5570-1515")),
             person("Jeffrey", "Hollister", role = "ctb", 
             comment = c(ORCID = "0000-0002-3611-7281")),
             person("Jeremy", "VanDerWal", role = "ctb", 
             comment = "Original author of underlying C code for 
             get_patches() function"),
             person("Florian", "Privé", role = "ctb", 
             comment = "Original author of underlying C++ code for 
             get_nearestneighbour() function"))
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: dplyr, ggplot2, magrittr, purrr, raster, Rcpp, tibble
Suggests: covr, testthat, knitr, rmarkdown
LinkingTo: Rcpp, RcppArmadillo
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
SystemRequirements: C++11
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-08-09 07:31: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>),
  Laura J. Graham [ctb] (<https://orcid.org/0000-0002-1057-3721>),
  Kimberly A. With [ctb] (<https://orcid.org/0000-0001-5570-1515>),
  Jeffrey Hollister [ctb] (<https://orcid.org/0000-0002-3611-7281>),
  Jeremy VanDerWal [ctb] (Original author of underlying C code for
    get_patches() function),
  Florian Privé [ctb] (Original author of underlying C++ code for
    get_nearestneighbour() function)
Repository: CRAN
Date/Publication: 2018-08-11 22:00:03 UTC
