Package: tidyterra Title: 'tidyverse' Methods and 'ggplot2' Helpers for 'terra' Objects Version: 1.2.0.9000 Authors@R: c( person("Diego", "Hernangómez", , "diego.hernangomezherrero@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-8457-4658")), person("Dewey", "Dunnington", role = "ctb", comment = c(ORCID = "0000-0002-9415-4582", "for ggspatial code")), person("ggplot2 authors", role = "cph", comment = "for contour code"), person("Andrea", "Manica", role = "ctb", comment = c(ORCID = "0000-0003-1895-450X")) ) Description: Provides methods from 'tidyverse' packages for 'SpatRaster' and 'SpatVector' objects created with 'terra', plus 'ggplot2' 'geoms' and scales for plotting those objects. It is designed to let users manipulate spatial data with familiar 'dplyr' and 'tidyr' verbs before visualizing results with 'ggplot2'. License: MIT + file LICENSE URL: https://dieghernan.github.io/tidyterra/, https://github.com/dieghernan/tidyterra BugReports: https://github.com/dieghernan/tidyterra/issues Depends: R (>= 4.1.0) Imports: cli (>= 3.0.0), data.table, dplyr (>= 1.2.0), generics, ggplot2 (>= 4.0.0), grDevices, isoband, lifecycle, magrittr, rlang (>= 1.1.0), scales, sf (>= 1.0.0), terra (>= 1.8-10), tibble (>= 3.0.0), tidyr (>= 1.0.0), tools, utils, vctrs Suggests: dtplyr, hexbin, knitr, maptiles, quarto, s2, stringi, testthat (>= 3.0.0), withr VignetteBuilder: quarto Config/Needs/coverage: covr Config/Needs/website: geodata, dieghernan/gitdevr, ragg, styler, metR, ggspatial, cpp11, remotes, gganimate, gifski, tidyverse, bibtex Config/roxygen2/markdown: TRUE Config/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Config/testthat/parallel: true Encoding: UTF-8 LazyData: true X-schema.org-keywords: r, terra, ggplot-extension, r-spatial, rspatial, cran, cran-r, r-package, rstats, rstats-package Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libicu-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://dieghernan.r-universe.dev Date/Publication: 2026-07-19 16:19:08 UTC RemoteUrl: https://github.com/dieghernan/tidyterra RemoteRef: HEAD RemoteSha: b1b8b04a965e1afa2861938adc164a3af895d81b NeedsCompilation: no Packaged: 2026-07-19 16:39:43 UTC; root Author: Diego Hernangómez [aut, cre, cph] (ORCID: ), Dewey Dunnington [ctb] (ORCID: , for ggspatial code), ggplot2 authors [cph] (for contour code), Andrea Manica [ctb] (ORCID: ) Maintainer: Diego Hernangómez