-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathDESCRIPTION
More file actions
48 lines (48 loc) · 1.25 KB
/
DESCRIPTION
File metadata and controls
48 lines (48 loc) · 1.25 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
Package: errorlocate
Type: Package
Title: Locate Errors with Validation Rules
Version: 1.1.3
Authors@R: c(person("Edwin", "de Jonge", email = "edwindjonge@gmail.com", role = c("aut", "cre"), comment=c(ORCID="0000-0002-6580-4718")),
person("Mark", "van der Loo", email = "mark.vanderloo@gmail.com", role = c("aut")))
Description: Errors in data can be located and removed using validation rules from package
'validate'. See also Van der Loo and De Jonge (2018) <doi:10.1002/9781118897126>,
chapter 7.
License: GPL-3
URL: https://github.com/data-cleaning/errorlocate
BugReports: https://github.com/data-cleaning/errorlocate/issues
Depends:
validate
Imports:
lpSolveAPI,
methods,
parallel
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rmarkdown
RoxygenNote: 7.3.2
Encoding: UTF-8
Collate:
'MipRules.R'
'addnoise.R'
'categorical.R'
'conditional.R'
'dnf.R'
'errorlocalizer.R'
'errorlocate-package.r'
'errorlocation.R'
'expand_weights.R'
'expr_manip.R'
'inspect_mip.R'
'linear.R'
'locate-errors.R'
'log_extract.R'
'mip_lpsolve.R'
'mip_rule.R'
'replace-errors.R'
'soft-rule.R'
'utils.R'
'values.R'
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)