# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "dittodb" in publications use:' type: software license: Apache-2.0 title: 'dittodb: A Test Environment for Database Requests' version: 0.1.8 doi: 10.32614/CRAN.package.dittodb abstract: 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. authors: - family-names: Keane given-names: Jonathan email: jkeane@gmail.com orcid: https://orcid.org/0000-0001-7087-9776 - family-names: Vargas given-names: Mauricio email: mvargas@dcc.uchile.cl orcid: https://orcid.org/0000-0003-1017-7574 repository: https://ropensci.r-universe.dev repository-code: https://github.com/ropensci/dittodb commit: 97520b2d8874091743eb6183badbb7a45dd070e6 url: https://dittodb.jonkeane.com/ contact: - family-names: Keane given-names: Jonathan email: jkeane@gmail.com orcid: https://orcid.org/0000-0001-7087-9776