-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
78 lines (78 loc) · 1.65 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
Package: unitizer
Title: Interactive R Unit Tests
Description: Simplifies regression tests by comparing objects produced by test
code with earlier versions of those same objects. If objects are unchanged
the tests pass, otherwise execution stops with error details. If in
interactive mode, tests can be reviewed through the provided interactive
environment.
Version: 1.4.21
Authors@R: c(
person(
"Brodie", "Gaslam", email="brodie.gaslam@yahoo.com",
role=c("aut", "cre")),
person(family="R Core Team",
email="R-core@r-project.org", role="cph",
comment="Traceback function sources."
) )
Depends:
methods
Imports:
stats,
utils,
crayon (>= 1.3.2),
diffobj (>= 0.1.5.9000)
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown
License: GPL-2 | GPL-3
URL: https://github.com/brodieG/unitizer
BugReports: https://github.com/brodieG/unitizer/issues
Collate:
'asciiml.R'
'capture.R'
'is.R'
'global.R'
'change.R'
'class_unions.R'
'list.R'
'conditions.R'
'item.R'
'deparse.R'
'text.R'
'item.sub.R'
'section.R'
'test.R'
'unitizer.R'
'exec.R'
'prompt.R'
'browse.struct.R'
'browse.R'
'demo.R'
'diff.R'
'faux_prompt.R'
'get.R'
'heal.R'
'load.R'
'ls.R'
'misc.R'
'search.R'
'options.R'
'onload.R'
'parse.R'
'rename.R'
'repairenvs.R'
'result.R'
'shims.R'
'size.R'
'state.R'
'state.compare.R'
'traceback.R'
'translate.R'
'unitize.R'
'unitize.core.R'
'unitizer-package.R'
'unitizer.add.R'
'upgrade.R'
RoxygenNote: 7.2.3
Roxygen: list(load = "installed")