Type: Package
Package: pool
Title: Object Pooling
Version: 0.1.6
Authors@R: 
    c(person(given = "Joe",
             family = "Cheng",
             role = c("aut", "cre"),
             email = "joe@rstudio.com"),
      person(given = "Barbara",
             family = "Borges",
             role = "aut",
             email = "barb.b.ribeiro@gmail.com"),
      person(family = "RStudio",
             role = "cph"))
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: GPL-3
URL: https://github.com/rstudio/pool
BugReports: https://github.com/rstudio/pool/issues
Depends: methods, R (>= 3.0.0)
Imports: DBI, R6, later (>= 1.0.0)
Suggests: testthat, tibble, dplyr, dbplyr, RSQLite, RMySQL
Encoding: UTF-8
LazyData: TRUE
RoxygenNote: 7.1.1
Collate: 'utils.R' 'scheduler.R' 'pool.R' 'pool-methods.R' 'object.R'
        'DBI.R' 'DBI-connection-interpolate.R' 'DBI-connection-quote.R'
        'DBI-connection-sql.R' 'DBI-connection-transaction.R'
        'DBI-connection.R' 'DBI-driver.R' 'DBI-object-deprecated.R'
        'DBI-object.R' 'DBI-pool.R' 'dbplyr.R' 'zzz-hooks.R'
NeedsCompilation: no
Packaged: 2021-01-14 16:23:26 UTC; hadley
Author: Joe Cheng [aut, cre],
  Barbara Borges [aut],
  RStudio [cph]
Maintainer: Joe Cheng <joe@rstudio.com>
Repository: CRAN
Date/Publication: 2021-01-14 21:20:03 UTC
Built: R 4.0.2; ; 2021-01-15 11:36:12 UTC; unix
