Package: dabr
Title: Database Management with R
Version: 0.0.3
Authors@R: c(
    person(given = "Roberto",
           family = "Villegas-Diaz",
           role = c("aut", "cre"),
           email = "r.villegas-diaz@reading.ac.uk",
           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.1.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: 2021-05-22 16:58:38 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@reading.ac.uk>
Repository: CRAN
Date/Publication: 2021-05-22 17:10:02 UTC
Built: R 4.0.2; ; 2021-06-01 12:23:21 UTC; unix
