Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 3.0.0
Authors@R: 
    c(person(given = "Jim",
             family = "Hester",
             role = "aut"),
      person(given = "Lionel",
             family = "Henry",
             role = c("aut", "cre"),
             email = "lionel@posit.co"),
      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@posit.co"),
      person(given = "Winston",
             family = "Chang",
             role = "aut"),
      person(given = "Jennifer",
             family = "Bryan",
             role = "ctb"),
      person(given = "Richard",
             family = "Cotton",
             role = "ctb"),
      person(given = "Posit Software, PBC",
             role = c("cph", "fnd")))
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: MIT + file LICENSE
URL: https://withr.r-lib.org, https://github.com/r-lib/withr#readme
BugReports: https://github.com/r-lib/withr/issues
Depends: R (>= 3.5.0)
Imports: graphics, grDevices,
Suggests: callr, covr, DBI, knitr, lattice, methods, rlang, rmarkdown
        (>= 2.12), RSQLite, testthat (>= 3.0.0)
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.3.0.9000
Collate: 'aaa.R' 'collate.R' 'connection.R' 'db.R' 'defer-exit.R'
        'standalone-defer.R' 'defer.R' 'wrap.R' 'local_.R' 'with_.R'
        'devices.R' 'dir.R' 'env.R' 'file.R' 'language.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'
Config/testthat/edition: 3
Config/Needs/website: tidyverse/tidytemplate
NeedsCompilation: no
Packaged: 2024-01-16 10:22:29 UTC; lionel
Author: Jim Hester [aut],
  Lionel Henry [aut, cre],
  Kirill Müller [aut],
  Kevin Ushey [aut],
  Hadley Wickham [aut],
  Winston Chang [aut],
  Jennifer Bryan [ctb],
  Richard Cotton [ctb],
  Posit Software, PBC [cph, fnd]
Maintainer: Lionel Henry <lionel@posit.co>
Repository: CRAN
Date/Publication: 2024-01-16 14:20:02 UTC
Built: R 4.2.3; ; 2024-01-16 14:51:02 UTC; unix
