-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.39 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.39 KB
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
Package: myrror
Title: Compare Two Data Frames and Summarize Differences
Version: 0.1.2.9000
Authors@R: c(
person("Giorgia", "Cecchinato", , "gcecchinato@worldbank.org", role = c("aut")),
person("R.Andres", "Castaneda", , "acastanedaa@worldbank.org", role = c("aut", "cre")),
person("Rossana", "Tatulli", , "rtatulli@worldbank.org", role = "aut"),
person("Global Poverty and Inequality Data Team", "World Bank", role = "cph")
)
Description: Tools for systematic comparison of data frames, offering
functionality to identify, quantify, and extract differences. Provides
functions with user-friendly and interactive console output for
immediate analysis, while also offering options to export differences
as structured data frames that can be easily integrated into existing
workflows.
License: MIT + file LICENSE
URL: https://pip-technical-team.github.io/myrror/, https://github.com/PIP-Technical-Team/myrror
Depends:
R (>= 2.10)
Imports:
cli (>= 3.6.2),
collapse,
data.table (>= 1.15.4),
digest,
joyn (>= 0.3.0),
rlang,
utils
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr
Config/Needs/website: rmarkdown, tidyverse, gapminder, DT
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
BugReports: https://github.com/PIP-Technical-Team/myrror/issues