-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathDESCRIPTION
30 lines (30 loc) · 916 Bytes
/
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
Package: compareDF
Type: Package
Title: Do a Git Style Diff of the Rows Between Two Dataframes with Similar Structure
Version: 2.3.5
Date: 2022-10-01
Authors@R: person("Alex", "Joseph", email = "[email protected]", role = c("aut", "cre"))
Description: Compares two dataframes which have the same column
structure to show the rows that have changed. Also gives a git style diff format
to quickly see what has changed in addition to summary statistics.
License: MIT + file LICENSE
URL: https://github.com/alexsanjoseph/compareDF
BugReports: https://github.com/alexsanjoseph/compareDF/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr (>= 1.0.0),
data.table (>= 1.12.8),
htmlTable (>= 1.5),
openxlsx (>= 4.1),
tidyr (>= 1.1.0),
stringr (>= 1.4.0),
tibble (>= 3.0.1),
rlang
Suggests:
testthat,
futile.logger,
covr
LazyData: TRUE
RoxygenNote: 7.1.2
Encoding: UTF-8