Files
AVSDevR.DBClient/DESCRIPTION

23 lines
514 B
Plaintext

Package: AVSDevR.DBClient
Title: AVSDev R Database Client
Version: 1.0.0
Authors@R:
person("Craig", "Williams", , "craig@avsdev.uk", role = c("aut", "cre"))
Description: AVSDevR.DBClient provides a collection of utility methods for
connecting to and querying databases with the aid of dbplyr and DBI.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
Imports:
DBI,
dbplyr,
dplyr,
R6,
rlang,
tibble
Suggests:
RMariaDB,
RPostgres,
sf