Initial commit
This commit is contained in:
19
DESCRIPTION
Normal file
19
DESCRIPTION
Normal 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
|
||||
Reference in New Issue
Block a user