Package: dabr
Title: Database Management with R
Version: 0.0.4
Authors@R: c(
    person(given = "Roberto",
           family = "Villegas-Diaz",
           role = c("aut", "cre"),
           email = "r.villegas-diaz@outlook.com",
           comment = c(ORCID = "0000-0001-5036-8661")),
    person("SPECIAL Research Group @ University of Reading", role = c("cph")))
Description: Provides functions to manage databases: select, update, insert,
    and delete records, list tables, backup tables as CSV files, and import
    CSV files as tables.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.1
URL: https://github.com/special-uor/dabr/,
        https://special-uor.github.io/dabr/,
        https://research.reading.ac.uk/palaeoclimate/
BugReports: https://github.com/special-uor/dabr/issues/
Language: en-GB
Imports: knitr, magrittr, RMariaDB, tibble
NeedsCompilation: no
Packaged: 2022-10-16 13:19:07 UTC; roberto.villegas-diaz
Author: Roberto Villegas-Diaz [aut, cre]
    (<https://orcid.org/0000-0001-5036-8661>),
  SPECIAL Research Group @ University of Reading [cph]
Maintainer: Roberto Villegas-Diaz <r.villegas-diaz@outlook.com>
Repository: CRAN
Date/Publication: 2022-10-17 09:52:35 UTC
Built: R 4.5.0; ; 2025-04-02 17:35:47 UTC; unix
