forked from r-lib/withr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
85 lines (85 loc) · 1.95 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
74
75
76
77
78
79
80
81
82
83
84
85
Package: withr
Title: Run Code 'With' Temporarily Modified Global State
Version: 2.1.2.9000
Authors@R:
c(person(given = "Jim",
family = "Hester",
role = c("aut", "cre"),
email = "james.f.hester@gmail.com"),
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@rstudio.com"),
person(given = "Winston",
family = "Chang",
role = "aut"),
person(given = "Richard",
family = "Cotton",
role = "ctb"),
person(given = "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.
License: GPL (>= 2)
URL: http://withr.r-lib.org,
http://github.com/r-lib/withr#readme
BugReports: http://github.com/r-lib/withr/issues
Depends:
R (>= 3.2.0)
Imports:
graphics,
grDevices,
stats
Suggests:
covr,
DBI,
knitr,
lattice,
methods,
rmarkdown,
RSQLite,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
Collate:
'local_.R'
'with_.R'
'collate.R'
'connection.R'
'db.R'
'defer.R'
'wrap.R'
'devices.R'
'dir.R'
'env.R'
'file.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'