This repository has been archived by the owner on Jan 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.6 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: arkhe
Title: Tools for Cleaning Rectangular Data
Version: 1.9.0
Authors@R: c(
person("Nicolas", "Frerebeau", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5759-4944")),
person("Brice", "Lebrun", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0001-7503-8685", "Logo designer")),
person("Université Bordeaux Montaigne", role = "fnd"),
person("CNRS", role = "fnd")
)
Maintainer: Nicolas Frerebeau <[email protected]>
Description: A dependency-free collection of simple functions for cleaning
rectangular data. This package allows to detect, count and replace
values or discard rows/columns using a predicate function. In
addition, it provides tools to check conditions and return informative
error messages.
License: GPL (>= 3)
URL: https://packages.tesselle.org/arkhe/,
https://github.com/tesselle/arkhe
BugReports: https://github.com/tesselle/arkhe/issues
Depends:
R (>= 3.5)
Imports:
methods,
stats,
utils
Suggests:
tinytest
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Collate:
'AllGenerics.R'
'append.R'
'predicates.R'
'assert.R'
'arkhe-deprecated.R'
'arkhe-internal.R'
'arkhe-package.R'
'assign.R'
'clean.R'
'compact.R'
'conditions.R'
'count.R'
'describe.R'
'detect.R'
'discard.R'
'get.R'
'keep.R'
'mathematics.R'
'remove.R'
'replace.R'
'scale.R'
'seek.R'
'sparsity.R'
'statistics.R'
'utilities.R'
'zzz.R'