Package: tidyterra
Title: 'tidyverse' Methods and 'ggplot2' Utils for 'terra' Objects
Version: 0.2.0
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"))
  )
Description: Extension of the 'tidyverse' for 'SpatRaster' and
    'SpatVector' objects of the 'terra' package. It includes also new
    'geom_' functions that provide a convenient way of visualizing 'terra'
    objects 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 (>= 3.6.0)
Imports: cli (>= 3.0.0), crayon, data.table, dplyr, ggplot2 (>= 3.1.0),
        magrittr, rlang, scales, sf (>= 1.0.0), terra (>= 1.5-12),
        tibble, tidyr
Suggests: isoband, knitr, lifecycle, maptiles, rmarkdown, s2, testthat
        (>= 3.0.0), vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
NeedsCompilation: no
Packaged: 2022-06-21 06:53:44 UTC; diego
Author: Diego Hernangómez [aut, cre, cph]
    (<https://orcid.org/0000-0001-8457-4658>),
  Dewey Dunnington [ctb] (<https://orcid.org/0000-0002-9415-4582>, for
    ggspatial code)
Maintainer: Diego Hernangómez <diego.hernangomezherrero@gmail.com>
Repository: CRAN
Date/Publication: 2022-06-21 07:30:02 UTC
