Package: Rparadox Title: Read Paradox Database Files Version: 0.3.0 Authors@R: person(given = "Daniil", family = "Popov", email = "popov.daniil@gmail.com", role = c("aut", "cre")) Description: Provides a simple and efficient way to read data from Paradox database files (.db) directly into R as modern 'tibble' data frames. It uses the underlying 'pxlib' C library to handle the low-level file format details and provides a clean, user-friendly R interface. License: GPL(>=2) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Depends: R (>= 3.5.0) Imports: blob, hms, tibble, stringi Suggests: magick, rmarkdown, devtools, knitr, testthat (>= 3.0.0), usethis Config/testthat/edition: 3 URL: https://github.com/celebithil/Rparadox, https://github.com/steinm/pxlib BugReports: https://github.com/celebithil/Rparadox/issues VignetteBuilder: knitr, rmarkdown Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libicu-dev Repository: https://celebithil.r-universe.dev Date/Publication: 2026-07-09 11:14:51 UTC RemoteUrl: https://github.com/celebithil/rparadox RemoteRef: HEAD RemoteSha: 6b286a7f4888afb42055de3a1d5d9b181a5d2c44 NeedsCompilation: yes Packaged: 2026-07-09 16:15:13 UTC; root Author: Daniil Popov [aut, cre] Maintainer: Daniil Popov