Encoding: UTF-8
Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 2.0.0
Authors@R: c(
    person("Jim", "Hester", , "james.f.hester@gmail.com", role = c("aut", "cre")),
    person("Kirill", "M<U+00FC>ller", , "krlmlr+r@mailbox.org", role = "aut"),
    person("Kevin", "Ushey", email = "kevinushey@gmail.com", role = c("aut")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
    person("Winston", "Chang", role = "aut"),
    person("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.
URL: http://github.com/r-lib/withr#readme
BugReports: http://github.com/r-lib/withr/issues
Depends: R (>= 3.0.2)
License: GPL (>= 2)
LazyData: true
Imports: stats, graphics
Suggests: testthat
Collate: 'local_.R' 'with_.R' 'collate.R' 'defer.R' 'dir.R' 'env.R'
        'libpaths.R' 'locale.R' 'makevars.R' 'options.R' 'par.R'
        'path.R' 'seed.R' 'wrap.R' 'sink.R' 'utils.R' 'with.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-07-28 19:07:05 UTC; jhester
Author: Jim Hester [aut, cre],
  Kirill M<U+00FC>ller [aut],
  Kevin Ushey [aut],
  Hadley Wickham [aut],
  Winston Chang [aut],
  RStudio [cph]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-28 22:56:28 UTC
