Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 2.3.0
Authors@R: 
    c(person(given = "Jim",
             family = "Hester",
             role = c("aut", "cre"),
             email = "james.f.hester@gmail.com"),
      person(given = "Kirill",
             family = "Müller",
             role = "aut",
             email = "krlmlr+r@mailbox.org"),
      person(given = "Kevin",
             family = "Ushey",
             role = "aut",
             email = "kevinushey@gmail.com"),
      person(given = "Hadley",
             family = "Wickham",
             role = "aut",
             email = "hadley@rstudio.com"),
      person(given = "Winston",
             family = "Chang",
             role = "aut"),
      person(given = "Jennifer",
             family = "Bryan",
             role = "ctb"),
      person(given = "Richard",
             family = "Cotton",
             role = "ctb"),
      person(given = "RStudio",
             role = "cph"))
Description: A set of functions to run code 'with' safely and
    temporarily modified global state. Many of these functions were
    originally a part of the 'devtools' package, this provides a simple
    package with limited dependencies to provide access to these
    functions.
License: GPL (>= 2)
URL: https://withr.r-lib.org, https://github.com/r-lib/withr#readme
BugReports: https://github.com/r-lib/withr/issues
Depends: R (>= 3.2.0)
Imports: graphics, grDevices, stats
Suggests: covr, DBI, knitr, lattice, methods, rmarkdown, RSQLite,
        testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Collate: 'local_.R' 'with_.R' 'collate.R' 'compat-defer.R'
        'connection.R' 'db.R' 'defer.R' 'wrap.R' 'devices.R' 'dir.R'
        'env.R' 'file.R' 'libpaths.R' 'locale.R' 'makevars.R'
        'namespace.R' 'options.R' 'par.R' 'path.R' 'rng.R' 'seed.R'
        'sink.R' 'tempfile.R' 'timezone.R' 'torture.R' 'utils.R'
        'with.R'
NeedsCompilation: no
Packaged: 2020-09-10 19:00:52 UTC; jhester
Author: Jim Hester [aut, cre],
  Kirill Müller [aut],
  Kevin Ushey [aut],
  Hadley Wickham [aut],
  Winston Chang [aut],
  Jennifer Bryan [ctb],
  Richard Cotton [ctb],
  RStudio [cph]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-22 15:40:02 UTC
Built: R 4.0.3; ; 2020-10-15 18:09:13 UTC; windows
