-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.05 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
Package: diffdf
Type: Package
Title: Dataframe Difference Tool
Version: 1.1.1
Authors@R: c(
person("Craig" ,"Gower-Page" , email = "craig.gower-page@roche.com" , role = c("cre","aut")),
person("Kieran", "Martin" , email = "kieran.martin@roche.com" , role = "aut")
)
Description: Functions for comparing two data.frames against
each other. The core functionality is to provide a detailed breakdown of any differences
between two data.frames as well as providing utility functions to help narrow down the
source of problems and differences.
Encoding: UTF-8
Language: en-GB
Depends:
R (>= 3.1.2)
Imports:
tibble,
assertthat,
methods
Suggests:
testthat,
lubridate,
knitr,
rmarkdown,
purrr,
dplyr,
stringi,
stringr,
devtools,
covr,
bit64
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://gowerc.github.io/diffdf/, https://github.com/gowerc/diffdf/
Config/testthat/edition: 3
BugReports: https://github.com/gowerc/diffdf/issues