Package: landscapetools
Type: Package
Title: Landscape Utility Toolbox
Version: 0.6.3
Description: Provides utility functions for some of the less-glamorous tasks involved
    in landscape analysis. It includes functions to coerce raster data to the
    common 'tibble' format and vice versa, it helps with flexible reclassification
    tasks of raster data and it provides a function to merge multiple raster.
    Furthermore, 'landscapetools' helps landscape scientists to visualize their
    data by providing optional themes and utility functions to plot single
    landscapes, 'rasterstacks', '-bricks' and lists of raster.
Authors@R: c(
    person("Marco", "Sciaini", email = "sciaini.marco@gmail.com",
       role = "aut", comment = c(ORCID = '0000-0002-3042-5435')), 
    person("Matthias", "Fritsch",
                email = "matthias.fritsch@forst.uni-goettingen.de",
                role =  "aut"),
    person("Maximilian H.K.", "Hesselbarth",
             role = "aut",
             email = "mhk.hesselbarth@gmail.com",
             comment = c(ORCID = "0000-0003-1125-9918")),
    person("Jakub", "Nowosad", 
             role = "aut",
             email = "nowosad.jakub@gmail.com", 
             comment = c(ORCID = "0000-0002-1057-3721")),
    person("Anatoly", "Tsyplenkov",
             role = c("aut", "cre"),
             email = "s2@sent.com",
             comment = c(ORCID = "0000-0003-4144-8402")),
    person("Laura", "Graham", role = "rev",
       comment = "Laura reviewed the package for rOpenSci, see 
                  https://github.com/ropensci/onboarding/issues/188"),
    person("Jeffrey", "Hollister", role = "rev",
       comment = "Jeffrey reviewed the package for rOpenSci, see 
                  https://github.com/ropensci/onboarding/issues/188"))
License: GPL-3
Encoding: UTF-8
LazyData: true
ByteCompile: true
Depends: R (>= 3.5)
URL: https://docs.ropensci.org/landscapetools/
BugReports: https://github.com/ropensci/landscapetools/issues
Imports: ggplot2, raster, tibble, Rcpp, rlang
Suggests: testthat, covr, knitr, rmarkdown
VignetteBuilder: knitr
LinkingTo: Rcpp
Config/roxygen2/version: 8.0.0
NeedsCompilation: yes
Packaged: 2026-07-01 07:02:49 UTC; ats
Author: Marco Sciaini [aut] (ORCID: <https://orcid.org/0000-0002-3042-5435>),
  Matthias Fritsch [aut],
  Maximilian H.K. Hesselbarth [aut] (ORCID:
    <https://orcid.org/0000-0003-1125-9918>),
  Jakub Nowosad [aut] (ORCID: <https://orcid.org/0000-0002-1057-3721>),
  Anatoly Tsyplenkov [aut, cre] (ORCID:
    <https://orcid.org/0000-0003-4144-8402>),
  Laura Graham [rev] (Laura reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/188),
  Jeffrey Hollister [rev] (Jeffrey reviewed the package for rOpenSci, see
    https://github.com/ropensci/onboarding/issues/188)
Maintainer: Anatoly Tsyplenkov <s2@sent.com>
Repository: CRAN
Date/Publication: 2026-07-09 09:10:08 UTC
