Last data update: 2014.03.03

withr

Encoding: UTF-8
Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 1.0.2
Authors@R: c(
person("Jim", "Hester", , "james.f.hester@gmail.com", role = c("aut", "cre")),
person("Kirill", "Müller", , "krlmlr+r@mailbox.org", role = "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/jimhester/withr
BugReports: http://github.com/jimhester/withr/issues
Depends: R (>= 3.0.2)
License: GPL (>= 2)
LazyData: true
Imports: stats, graphics
Suggests: testthat
Collate: 'with_.R' 'collate.R' 'dir.R' 'env.R' 'libpaths.R' 'locale.R'
'makevars.R' 'options.R' 'par.R' 'path.R' 'wrap.R' 'sink.R'
'with.R'
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-06-20 12:49:55 UTC; jhester
Author: Jim Hester [aut, cre],
Kirill Müller [aut],
Hadley Wickham [aut],
Winston Chang [aut],
RStudio [cph]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2016-06-20 17:32:02

● 0 images, 13 functions, 0 datasets
● Reverse Depends: 0

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'withr' ...
** package 'withr' successfully unpacked and MD5 sums checked
** R
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'withr'
    finding HTML links ... done
    with_                                   html  
    with_collate                            html  
    with_dir                                html  
    with_envvar                             html  
    with_libpaths                           html  
    with_locale                             html  
    with_makevars                           html  
    with_options                            html  
    with_par                                html  
    with_path                               html  
    with_sink                               html  
    with_temp_libpaths                      html  
    withr                                   html  
** building package indices
** testing if installed package can be loaded
* DONE (withr)
Making 'packages.html' ... done