Testing and documenting code that communicates with remote databases can be painful. Although the interaction with R is usually relatively simple (e.g. data(frames) passed to and from a database), because they rely on a separate service and the data there, testing them can be difficult to set up, unsustainable in a continuous integration environment, or impossible without replicating an entire production cluster. This package addresses that by allowing you to make recordings from your database interactions and then play them back while testing (or in other contexts) all without needing to spin up or have access to the database your code would typically connect to.
Version: | 0.1.1 |
Depends: | R (≥ 3.3.0), DBI |
Imports: | digest, glue, methods, testthat, utils |
Suggests: | callr, covr, dplyr, dbplyr, knitr, nycflights13, odbc, RMariaDB, RPostgres, RPostgreSQL, RSQLite, spelling, withr, rmarkdown, lintr |
Published: | 2020-07-29 |
Author: | Jonathan Keane [aut, cre], Mauricio Vargas [aut], Helen Miller [rev] (reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/366), Etienne Racine [rev] (reviewed the package for rOpenSci, see https://github.com/ropensci/software-review/issues/366) |
Maintainer: | Jonathan Keane <jkeane at gmail.com> |
BugReports: | https://github.com/ropensci/dittodb/issues |
License: | Apache License (≥ 2.0) |
URL: | https://dittodb.jonkeane.com/, https://github.com/ropensci/dittodb |
NeedsCompilation: | yes |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | dittodb results |
Reference manual: | dittodb.pdf |
Vignettes: |
Developing {dittodb} Getting Started with {dittodb} nycflights13 data Recording queries with {dittodb} for travelling |
Package source: | dittodb_0.1.1.tar.gz |
Windows binaries: | r-devel: dittodb_0.1.1.zip, r-release: dittodb_0.1.1.zip, r-oldrel: dittodb_0.1.1.zip |
macOS binaries: | r-release: dittodb_0.1.1.tgz, r-oldrel: dittodb_0.1.1.tgz |
Old sources: | dittodb archive |
Please use the canonical form https://CRAN.R-project.org/package=dittodb to link to this page.