Package: dbProject Title: Database Connection Management and Utilities for 'dbverse' Version: 0.1.1 Authors@R: c(person("Edward C.", "Ruiz", , "ecr7407@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9174-5387")), person("Jiaji", "George Chen", email = "jiajic@bu.edu", role = c("aut")), person("Ruben", "Dries", email = "rubendries@gmail.com", role = c("aut"))) Description: Provides an R6-based project container for managing 'DuckDB' connections, reconnecting lazy database tables after session restarts, and storing metadata for database-backed objects used by packages in the 'dbverse'. The package supplies S4 base classes and generics for database-backed data, helpers for validating 'DuckDB' connections and table names, utilities for creating persistent database views, and methods for writing and restoring pinned lazy tables through the 'pins' package. These tools help package authors and analysts keep database paths, cached connections, and table references synchronized across interactive sessions and project directories. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/dbverse-org/dbproject-r, https://dbverse-org.github.io/dbproject-r/ BugReports: https://github.com/dbverse-org/dbproject-r/issues Depends: R (>= 4.1.0) Imports: dplyr, duckdb (>= 1.4.0), DBI, pins, dbplyr, methods, glue, cli, R6, connections, yaml Suggests: knitr, rmarkdown, withr, testthat (>= 3.0.0), dbMatrix VignetteBuilder: knitr Config/testthat/edition: 3 Collate: 'classes.R' 'table-reconnection.R' 'connection-registry.R' 'generics.R' 'connection-methods.R' 'dbList.R' 'dbMatrix-pin.R' 'dbProject-R6.R' 'dbSpatial-pin.R' 'extract.R' 'imports.R' 'input-validation.R' 'path-utils.R' 'to_view.R' 'unique_table_name.R' Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev xz-utils Repository: https://dbverse-org.r-universe.dev Date/Publication: 2026-06-02 14:55:57 UTC RemoteUrl: https://github.com/dbverse-org/dbproject-r RemoteRef: HEAD RemoteSha: 2098396e74ae5a9907c2038e26831bb44ed09e9b NeedsCompilation: no Packaged: 2026-07-02 09:35:52 UTC; root Author: Edward C. Ruiz [aut, cre] (ORCID: ), Jiaji George Chen [aut], Ruben Dries [aut] Maintainer: Edward C. Ruiz