Type: Package
Package: pool
Title: Object Pooling
Version: 1.0.4
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/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2024-10-07 14:58:02 UTC; hadleywickham
Author: Joe Cheng [aut],
  Barbara Borges [aut],
  Hadley Wickham [aut, cre],
  Posit Software, PBC [cph, fnd]
Maintainer: Hadley Wickham <hadley@posit.co>
Repository: CRAN
Date/Publication: 2024-10-07 15:30:02 UTC
Built: R 4.4.3; ; 2025-10-13 10:02:31 UTC; windows
