Type: Package Package: pool Title: Object Pooling Version: 1.0.5.9000 Authors@R: c( person("Joe", "Cheng", , "joe@posit.co", role = "aut"), person("Barbara", "Borges", role = "aut"), person("Hadley", "Wickham", , "hadley@posit.co", 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/roxygen2/version: 8.0.0 Config/testthat/edition: 3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) Repository: https://rstudio.r-universe.dev Date/Publication: 2026-05-19 13:20:18 UTC RemoteUrl: https://github.com/rstudio/pool RemoteRef: HEAD RemoteSha: 1fceff9f18073c35c4549c6a3f71694f0d3d1a77 NeedsCompilation: no Packaged: 2026-06-18 06:44:28 UTC; root Author: Joe Cheng [aut], Barbara Borges [aut], Hadley Wickham [aut, cre], Posit Software, PBC [cph, fnd] Maintainer: Hadley Wickham