-
Notifications
You must be signed in to change notification settings - Fork 32
/
DESCRIPTION
41 lines (41 loc) · 1.07 KB
/
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
32
33
34
35
36
37
38
39
40
41
Type: Package
Package: pool
Title: Object Pooling
Version: 1.0.4.9000
Authors@R: c(
person("Joe", "Cheng", , "[email protected]", role = "aut"),
person("Barbara", "Borges", role = "aut"),
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Enables the creation of object pools, which make it less
computationally expensive to fetch a new object. Currently the only
supported pooled objects are 'DBI' connections.
License: MIT + file LICENSE
URL: https://github.com/rstudio/pool, https://rstudio.github.io/pool/
BugReports: https://github.com/rstudio/pool/issues
Depends:
methods,
R (>= 3.6.0)
Imports:
DBI (>= 1.2.1),
later (>= 1.0.0),
R6,
rlang (>= 1.0.0)
Suggests:
covr,
dbplyr (>= 2.4.0),
dplyr,
knitr,
rmarkdown,
RSQLite,
shiny,
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2