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.
| Version: | 0.1.0 |
| 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) |
| Published: | 2026-05-07 |
| DOI: | 10.32614/CRAN.package.dbProject (may not be active yet) |
| Author: | Edward C. Ruiz |
| Maintainer: | Edward C. Ruiz <ecr7407 at gmail.com> |
| BugReports: | https://github.com/dbverse-org/dbproject-r/issues |
| License: | MIT + file LICENSE |
| URL: | https://github.com/dbverse-org/dbproject-r, https://dbverse-org.github.io/dbproject-r/ |
| NeedsCompilation: | no |
| Materials: | README, NEWS |
| CRAN checks: | dbProject results |
| Reference manual: | dbProject.html , dbProject.pdf |
| Vignettes: |
Connection Management (source, R code) Getting Started (source, R code) Troubleshooting & FAQ (source, R code) |
| Package source: | dbProject_0.1.0.tar.gz |
| Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
| macOS binaries: | r-release (arm64): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available |
Please use the canonical form https://CRAN.R-project.org/package=dbProject to link to this page.