Package: vectra Title: Columnar Query Engine for Larger-than-RAM Data Version: 0.9.0 Authors@R: person("Gilles", "Colling", email = "gilles.colling051@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0003-3070-6066")) Description: A minimal columnar query engine with lazy execution on datasets larger than RAM. Provides 'dplyr'-like verbs (filter(), select(), mutate(), group_by(), summarise(), joins, window functions) and common aggregations (n(), sum(), mean(), min(), max(), sd(), first(), last()) backed by a pure C11 pull-based execution engine and a custom on-disk format ('.vtr'). Reads and writes 'GeoTIFF' (including tiled and 'BigTIFF' layouts) and a tiled raster format ('.vec') with overview pyramids and time cubes for larger-than-RAM raster data. Streams vector operations (spatial transforms, point-in-polygon and nearest-feature joins including a two-sided grid-partitioned join, select-by-location, clip, erase, dissolve, rasterization, polygonization, and contouring) through 'sf', and runs raster operations (zonal statistics, focal windows, terrain derivatives, resample or reproject warp, polygon masking, map algebra, and mosaicking) in native C or over the tiled '.vec' format, one batch or tile at a time for data larger than RAM. License: MIT + file LICENSE Depends: R (>= 4.1.0) SystemRequirements: GNU make Encoding: UTF-8 Imports: tidyselect, rlang, libgeos, parallel LinkingTo: libgeos Roxygen: list(markdown = TRUE) Suggests: biglm, bit64, knitr, openxlsx2, rmarkdown, sf, terra, testthat (>= 3.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 URL: https://gillescolling.com/vectra/, https://github.com/gcol33/vectra BugReports: https://github.com/gcol33/vectra/issues Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make Repository: https://gcol33.r-universe.dev Date/Publication: 2026-06-26 01:17:23 UTC RemoteUrl: https://github.com/gcol33/vectra RemoteRef: HEAD RemoteSha: 10ecd302ae64362db25f85dbf348c5383c7654d1 NeedsCompilation: yes Packaged: 2026-06-26 02:47:04 UTC; root Author: Gilles Colling [aut, cre, cph] (ORCID: ) Maintainer: Gilles Colling