-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 902 Bytes
/
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
Package: cleaner
Title: Fast and Easy Data Cleaning
Version: 1.5.4
Date: 2022-10-28
Authors@R:
person(
given = c("Matthijs", "S."),
family = "Berends",
email = "m.s.berends@umcg.nl",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7620-1800"))
Description: Data cleaning functions for classes logical,
factor, numeric, character, currency and Date to make
data cleaning fast and easy. Relying on very few dependencies, it
provides smart guessing, but with user options to override
anything if needed.
Depends:
R (>= 3.0.0)
Imports:
backports,
crayon,
knitr,
pillar,
rlang (>= 0.3.1),
vctrs
Suggests:
ggplot2,
rmarkdown,
testthat (>= 1.0.2)
URL: https://msberends.github.io/cleaner/, https://github.com/msberends/cleaner
BugReports: https://github.com/msberends/cleaner/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1