-
Notifications
You must be signed in to change notification settings - Fork 39
/
DESCRIPTION
73 lines (73 loc) · 1.83 KB
/
DESCRIPTION
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 3.0.2.9000
Authors@R: c(
person("Jim", "Hester", role = "aut"),
person("Lionel", "Henry", , "[email protected]", role = c("aut", "cre")),
person("Kirill", "Müller", , "[email protected]", role = "aut"),
person("Kevin", "Ushey", , "[email protected]", role = "aut"),
person("Hadley", "Wickham", , "[email protected]", role = "aut"),
person("Winston", "Chang", role = "aut"),
person("Jennifer", "Bryan", role = "ctb"),
person("Richard", "Cotton", role = "ctb"),
person("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.6.0)
Imports:
graphics,
grDevices
Suggests:
callr,
DBI,
knitr,
methods,
rlang,
rmarkdown (>= 2.12),
RSQLite,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'aaa.R'
'collate.R'
'connection.R'
'db.R'
'defer-exit.R'
'standalone-defer.R'
'defer.R'
'devices.R'
'local_.R'
'with_.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'
'wrap.R'
'sink.R'
'tempfile.R'
'timezone.R'
'torture.R'
'utils.R'
'with.R'