Package: geotargets Title: 'targets' Extensions for Geographic Spatial Formats Version: 0.3.1.9001 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.3 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://ropensci.r-universe.dev Date/Publication: 2026-06-11 22:53:58 UTC RemoteUrl: https://github.com/ropensci/geotargets RemoteRef: main RemoteSha: 878c73f28dc2d031e6cedd97588588b90a689db9 NeedsCompilation: no Packaged: 2026-07-01 08:28:10 UTC; root Author: Nicholas Tierney [aut, cre] (ORCID: ), Eric Scott [aut] (ORCID: ), Andrew Brown [aut] (ORCID: ) Maintainer: Nicholas Tierney