-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 714 Bytes
/
Copy pathDESCRIPTION
File metadata and controls
29 lines (29 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Type: Package
Package: dbr
Authors@R: c(
person("Gergely", "Daroczi", , "daroczig@rapporter.net", role = c("aut", "cre")),
person("Neal", "Fultz", , "nfultz@gmail.com", role = c("aut")),
person("System1", role = c("fnd"))
)
Title: Convenient Database Connections and Queries
Description: Convenient helpers for making secure database connections and user-friendly execution of SQL queries from R on the top of DBI.
Version: 0.1.0.9004
Date: 2020-06-08
Encoding: UTF-8
URL: https://github.com/daroczig/dbr
RoxygenNote: 7.0.2
License: AGPL-3
Imports:
yaml,
logger,
memoise,
checkmate,
DBI,
glue
Suggests:
testthat,
RSQLite,
data.table,
tibble,
jsonlite,
botor (>= 0.1.0.9002)