/usr/lib/R/site-library/withr/DESCRIPTION is in r-cran-withr 2.1.0-1ubuntu3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 | Encoding: UTF-8
Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 2.1.0
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("Kevin", "Ushey", email = "kevinushey@gmail.com", role = c("aut")),
person("Hadley", "Wickham", , "hadley@rstudio.com", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Richard", "Cotton", role = c("ctb")),
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, lattice, graphics, grDevices
Suggests: testthat, covr, DBI, RSQLite, methods
RoxygenNote: 6.0.1
Collate: 'local_.R' 'with_.R' 'collate.R' 'connection.R' 'db.R'
'defer.R' 'wrap.R' 'devices.R' 'dir.R' 'env.R' 'libpaths.R'
'locale.R' 'makevars.R' 'namespace.R' 'options.R' 'par.R'
'path.R' 'seed.R' 'sink.R' 'tempfile.R' 'torture.R' 'utils.R'
'with.R'
NeedsCompilation: no
Packaged: 2017-11-01 15:24:18 UTC; jhester
Author: Jim Hester [aut, cre],
Kirill Müller [aut],
Kevin Ushey [aut],
Hadley Wickham [aut],
Winston Chang [aut],
Richard Cotton [ctb],
RStudio [cph]
Maintainer: Jim Hester <james.f.hester@gmail.com>
Repository: CRAN
Date/Publication: 2017-11-01 15:52:18 UTC
Built: R 3.4.3; ; 'Fri, 09 Mar 2018 13:31:46 +0000'; unix
|