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 Roxygen: list(markdown = TRUE) Imports: ggplot2, raster, tibble, Rcpp, rlang Suggests: testthat, covr, knitr, rmarkdown VignetteBuilder: knitr LinkingTo: Rcpp Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libproj-dev libsqlite3-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-07-01 06:23:53 UTC RemoteUrl: https://github.com/ropensci/landscapetools RemoteRef: master RemoteSha: 1d52515ba907634ff0e5f3000a6349f7079582dd NeedsCompilation: yes Packaged: 2026-07-01 09:36:30 UTC; root Author: Marco Sciaini [aut] (ORCID: ), Matthias Fritsch [aut], Maximilian H.K. Hesselbarth [aut] (ORCID: ), Jakub Nowosad [aut] (ORCID: ), Anatoly Tsyplenkov [aut, cre] (ORCID: ), 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