-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.15 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
Package: diffobj
Type: Package
Title: Diffs for R Objects
Description: Generate a colorized diff of two R objects for an intuitive
visualization of their differences.
Version: 0.3.5
Authors@R: c(
person(
"Brodie", "Gaslam", email="[email protected]",
role=c("aut", "cre")),
person(
"Michael B.", "Allen", email="[email protected]",
role=c("ctb", "cph"),
comment="Original C implementation of Myers Diff Algorithm"))
Depends:
R (>= 3.1.0)
License: GPL-2 | GPL-3
URL: https://github.com/brodieG/diffobj
BugReports: https://github.com/brodieG/diffobj/issues
RoxygenNote: 7.1.1
Roxygen: list(load = "installed")
VignetteBuilder: knitr
Encoding: UTF-8
Suggests:
knitr,
rmarkdown
Collate:
'capt.R'
'options.R'
'pager.R'
'check.R'
'finalizer.R'
'misc.R'
'html.R'
'styles.R'
's4.R'
'core.R'
'diff.R'
'get.R'
'guides.R'
'hunks.R'
'layout.R'
'myerssimple.R'
'rdiff.R'
'rds.R'
'set.R'
'subset.R'
'summmary.R'
'system.R'
'text.R'
'tochar.R'
'trim.R'
'word.R'
Imports:
crayon (>= 1.3.2),
tools,
methods,
utils,
stats