-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
31 lines (31 loc) · 926 Bytes
/
DESCRIPTION
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
Package: connections
Title: Integrates with the 'RStudio' Connections Pane and 'pins'
Version: 0.2.0
Authors@R:
c(
person("Edgar", "Ruiz", email = "[email protected]", role = c("aut", "cre")),
person(given = "Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Enables 'DBI' compliant packages to integrate with the 'RStudio' connections
pane, and the 'pins' package. It automates the display of schemata, tables, views, as well
as the preview of the table's top 1000 records.
License: MIT + file LICENSE
Imports:
DBI,
methods,
pins,
dplyr,
dbplyr,
uuid,
rscontract
Suggests:
RSQLite,
testthat (>= 3.0.0),
covr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
URL: https://github.com/rstudio/connections, https://rstudio.github.io/connections/
BugReports: https://github.com/rstudio/connections/issues
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate