Type: Package
Package: pool
Title: Object Pooling
Version: 1.0.1
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, http://rstudio.github.io/pool/
BugReports: https://github.com/rstudio/pool/issues
Depends: methods, R (>= 3.0.0)
Imports: DBI, later (>= 1.0.0), R6, rlang (>= 1.0.0), withr
Suggests: covr, dbplyr (>= 2.0.0), dplyr, knitr, rmarkdown, RMySQL,
        RSQLite, shiny, testthat (>= 3.0.0), tibble
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-02-21 14:31:59 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: 2023-02-21 15:20:02 UTC
Built: R 4.2.0; ; 2023-02-22 12:59:36 UTC; unix
