Package: airtable2 Title: Pure R Client for the 'Airtable' REST API Version: 0.1.2.9000 Authors@R: c( person("Noam", "Ross", , "noam.ross@gmail.com", role = c("aut", "cre"), comment = "author with heavy LLM assistance"), person("Darko", "Bergant", role = "aut", comment = "Original airtabler package"), person("Collin", "Schwantes", role = "aut", comment = "airtabler fork maintainer") ) Description: A modern R client for the 'Airtable' REST API. Provides low-level wrappers for all API endpoints, high-level functions for reading, writing, upserting, and syncing records, and a DBI-compliant interface for RStudio/Positron connection pane integration. License: MIT + file LICENSE URL: https://github.com/noamross/airtable2, https://noamross.github.io/airtable2/ BugReports: https://github.com/noamross/airtable2/issues Depends: R (>= 4.1.0) Imports: cli, DBI, digest, glue, httr2, jsonlite, methods, rlang (>= 1.0.0), tibble, vctrs Suggests: httptest2, knitr, pillar, rmarkdown, rstudioapi, spelling, testthat (>= 3.0.0), withr Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Config/roxygen2/version: 8.0.0 RoxygenNote: 8.0.0 Language: en-US VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://noamross.r-universe.dev Date/Publication: 2026-07-21 19:03:56 UTC RemoteUrl: https://github.com/noamross/airtable2 RemoteRef: HEAD RemoteSha: f1a9ef2e94fe522cfd85f16de0e8ee50761fa33f NeedsCompilation: no Packaged: 2026-07-21 20:48:26 UTC; root Author: Noam Ross [aut, cre] (author with heavy LLM assistance), Darko Bergant [aut] (Original airtabler package), Collin Schwantes [aut] (airtabler fork maintainer) Maintainer: Noam Ross