Package: quad Title: Intermediate Forms of Raster Grids Version: 0.0.1 Authors@R: person("Michael D.","Sumner", role = c("aut", "cre"), email = "mdsumner@gmail.com") Description: Raster grids and quads as first class types with helpers. Provides a low level API for generating mesh index and vertices from the simplest abstraction of raster grid, input dimension and (optionally) extent to generate components of meshes for downstream visualization and efficient coordinate transformation. API functions may be 'Linked To' in the R headers library way. License: MIT + file LICENSE Suggests: testthat (>= 3.0.0) RoxygenNote: 7.2.3 URL: https://github.com/hypertidy/quad, https://hypertidy.github.io/quad/ BugReports: https://github.com/hypertidy/quad/issues LinkingTo: cpp11 SystemRequirements: C++11 Config/testthat/edition: 3 Depends: R (>= 2.10) LazyData: true Repository: https://hypertidy.r-universe.dev Date/Publication: 2024-01-10 21:16:04 UTC RemoteUrl: https://github.com/hypertidy/quad RemoteRef: HEAD RemoteSha: 64b6dce0cb6e74cb14485edacf0d83e986a46038 NeedsCompilation: yes Packaged: 2026-06-24 00:24:00 UTC; root Author: Michael D. Sumner [aut, cre] Maintainer: Michael D. Sumner