Package: mdbr Title: Work with Microsoft Access Files Version: 0.3.2.9000 Authors@R: c( person("Kiernan", "Nicholls", email = "k5cents@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-9229-7897")), person("Bruno", "Tremblay", email = "cran@neoxone.com", role = c("ctb"), comment = "DBI interface and bundled mdbtools source")) Description: Work with Microsoft Access '.mdb' and '.accdb' files using the open source 'MDB Tools' library . The library is compiled and bundled with the package, so no external installation is required. Provides high-level helpers for reading tables, exporting to CSV or JSON, inspecting table definitions, and running SQL queries. Also exposes a full read-only 'DBI' interface for use with standard database workflows. License: GPL-3 | LGPL-2 URL: https://k5cents.github.io/mdbr/, https://github.com/k5cents/mdbr, https://github.com/mdbtools/mdbtools/ BugReports: https://github.com/k5cents/mdbr/issues Imports: DBI, lifecycle, methods, tibble, utils, jsonlite Suggests: readr, testthat (>= 3.0.0) Encoding: UTF-8 Roxygen: list(markdown = TRUE) NeedsCompilation: yes SystemRequirements: GNU make Config/testthat/edition: 3 Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: make Repository: https://k5cents.r-universe.dev Date/Publication: 2026-07-19 20:50:43 UTC RemoteUrl: https://github.com/k5cents/mdbr RemoteRef: HEAD RemoteSha: 0f660050c483289e8b71c50bfc2c832fd15bafca Packaged: 2026-07-19 21:36:18 UTC; root Author: Kiernan Nicholls [aut, cre, cph] (ORCID: ), Bruno Tremblay [ctb] (DBI interface and bundled mdbtools source) Maintainer: Kiernan Nicholls