Initial commit

This commit is contained in:
2026-01-27 14:35:44 +00:00
commit f2c83c1bd8
9 changed files with 690 additions and 0 deletions

19
DESCRIPTION Normal file
View File

@@ -0,0 +1,19 @@
Package: AVSDevR.DBClient
Title: AVSDev R Database Client
Version: 0.0.0.9000
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,
tibble
Suggests:
sf