-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
35 lines (35 loc) · 1.16 KB
/
DESCRIPTION
File metadata and controls
35 lines (35 loc) · 1.16 KB
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
30
31
32
33
34
35
Package: srcr
Type: Package
Title: Simplify Connections to Database Sources
Version: 1.9.9.9000
Authors@R: c(person('Charles', 'Bailey', email = 'baileyc@chop.edu',
role = c('aut', 'cre')),
person('Hanieh', 'Razzaghi', email = 'razzaghih@chop.edu',
role = c('aut')))
Maintainer: Charles Bailey <baileyc@chop.edu>
Description: Connecting to databases requires boilerplate code to specify
connection parameters and to set up sessions properly with the DBMS.
This package provides a simple tool to fill two purposes: abstracting
connection details, including secret credentials, out of your source
code and managing configuration for frequently-used database connections
in a persistent and flexible way, while minimizing requirements on the
runtime environment.
License: Artistic-2.0
Encoding: UTF-8
ByteCompile: TRUE
Roxygen: list(markdown = TRUE)
Imports:
DBI,
dplyr,
jsonlite,
utils,
lifecycle
Suggests:
knitr,
rmarkdown,
RSQLite,
withr
VignetteBuilder: knitr
RoxygenNote: 7.3.2
URL: https://github.com/baileych/srcr
BugReports: https://github.com/baileych/srcr/issues