Package: geotargets Title: 'targets' Extensions for Geographic Spatial Formats Version: 0.3.1 Authors@R: c( person( given = "Nicholas", family = "Tierney", email = "nicholas.tierney@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-1460-8722") ), person( given = "Eric", family = "Scott", role = c("aut"), comment = c(ORCID = "0000-0002-7430-7879") ), person( given = "Andrew", family = "Brown", role = c("aut"), comment = c(ORCID = "0000-0002-4565-533X") ) ) Description: Provides extensions for various geographic spatial file formats, such as shape files and rasters. Currently provides support for the 'terra' geographic spatial formats. See the vignettes for worked examples, demonstrations, and explanations of how to use the various package extensions. License: MIT + file LICENSE Encoding: UTF-8 Language: en-GB Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Depends: R (>= 4.1.0) Imports: targets (>= 1.8.0), rlang (>= 1.1.3), cli (>= 3.6.2), terra (>= 1.8-10), withr (>= 3.0.0), zip, lifecycle, gdalraster (>= 2.0.0) Suggests: crew (>= 0.9.2), knitr, ncmeta, rmarkdown, sf, stars, testthat (>= 3.0.0), fs, spelling Config/testthat/edition: 3 URL: https://github.com/ropensci/geotargets, https://docs.ropensci.org/geotargets/ BugReports: https://github.com/ropensci/geotargets/issues VignetteBuilder: knitr Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libglpk-dev libxml2-dev libzstd-dev libproj-dev libsqlite3-dev Repository: https://r-multiverse-staging.r-universe.dev Date/Publication: 2025-05-15 07:18:09 UTC RemoteUrl: https://github.com/ropensci/geotargets RemoteRef: v0.3.1 RemoteSha: 719c095fac40cf13466ffbe147664f7d19a84352 NeedsCompilation: no Packaged: 2026-05-29 19:51:16 UTC; root Author: Nicholas Tierney [aut, cre] (ORCID: ), Eric Scott [aut] (ORCID: ), Andrew Brown [aut] (ORCID: ) Maintainer: Nicholas Tierney