-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
executable file
·93 lines (93 loc) · 2.52 KB
/
DESCRIPTION
File metadata and controls
executable file
·93 lines (93 loc) · 2.52 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: dataReporter
Type: Package
Title: Reproducible Data Screening Checks and Report of Possible Errors
Version: 1.0.5
Date: 2025-04-01
Authors@R: c(person(given="Anne Helby", family="Petersen", email="ahpe@sund.ku.dk", role=c("aut")),
person(given="Claus Thorn", family="Ekstrøm", email="ekstrom@sund.ku.dk", role=c("aut", "cre")))
Description: Data screening is an important first step of any statistical
analysis. 'dataReporter' auto generates a customizable data report with a thorough
summary of the checks and the results that a human can use to identify possible
errors. It provides an extendable suite of test for common potential
errors in a dataset. See Petersen AH, Ekstrøm CT (2019). "dataMaid: Your Assistant for Documenting Supervised Data Quality Screening in R." _Journal of Statistical Software_, *90*(6), 1-38 <doi:10.18637/jss.v090.i06> for more information.
URL: https://github.com/ekstroem/dataReporter
BugReports: https://github.com/ekstroem/dataReporter/issues
Imports:
ggplot2,
gridExtra,
haven,
htmltools,
magrittr,
methods,
pander,
rmarkdown (>= 1.10),
robustbase (>= 0.93-2),
stringi,
whoami,
rlang
Suggests:
knitr,
testthat
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr
SystemRequirements: pandoc (>= 2.0; https://pandoc.org), git, whoami
Encoding: UTF-8
LazyData: true
ByteCompile: true
License: GPL-2
RoxygenNote: 7.3.1
Collate:
'aggregateForBarplot.R'
'aggregateForHistogram.R'
'allCheckFunctions.R'
'allClasses.R'
'allSummaryFunctions.R'
'allVisualFunctions.R'
'allXFunctions.R'
'makeXFunction.R'
'visualFunction.R'
'basicVisual.R'
'summaryFunction.R'
'centralValue.R'
'check.R'
'checkResult.R'
'messageGenerator.R'
'checkFunction.R'
'identifyMissing.R'
'minMax.R'
'classes.R'
'countMissing.R'
'dataReporter-package.R'
'dataReporter_as_factor.R'
'description.R'
'identifyCaseIssues.R'
'identifyLoners.R'
'identifyNums.R'
'identifyOutliers.R'
'identifyOutliersTBStyle.R'
'identifyWhitespace.R'
'isCPR.R'
'isSingular.R'
'isEmpty.R'
'isKey.R'
'isSupported.R'
'makeCodebook.R'
'makeDataReport.R'
'misc.R'
'quartiles.R'
'refCat.R'
'render.R'
'setChecks.R'
'setSummaries.R'
'setVisuals.R'
'smartNum.R'
'standardVisual.R'
'summarize.R'
'summaryResult.R'
'tableVisual.R'
'uniqueValues.R'
'unpackLabelled.R'
'utility.R'
'variableType.R'
'visualize.R'