-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
68 lines (68 loc) · 2.58 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
60
61
62
63
64
65
66
67
68
Package: datefixR
Title: Standardize Dates in Different Formats or with Missing Data
Version: 1.7.0.9000
Authors@R: c(
person("Nathan", "Constantine-Cooke", , "nathan.constantine-cooke@ed.ac.uk", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4437-8713")),
person("Jonathan", "Kitt", , "jonathan.kitt@protonmail.com", role = c("ctb", "trl")),
person("Antonio J.", "Pérez-Luque", , "ajpelu@gmail.com", role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-1747-0469")),
person("Daniel", "Possenriede", , "possenriede+r@gmail.com", role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-6738-9845")),
person("Michal", "Lauer", , "michal.lauer.25@gmail.com", role = c("ctb", "trl")),
person("Kaique dos S.", "Alves", , "kaiquedsalves@gmail.com", role = "rev",
comment = c(ORCID = "0000-0001-9187-0252")),
person("Al-Ahmadgaid B.", "Asaad", , "alahmadgaid@gmail.com", role = "rev",
comment = c(ORCID = "0000-0003-3784-8593")),
person("Anatoly", "Tsyplenkov", , "atsyplenkov@gmail.com", role = c("ctb", "trl"),
comment = c(ORCID = "0000-0003-4144-8402")),
person("Chitra M.", "Saraswati", , "chitra.m.saraswati@gmail.com", role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-8159-0414"))
)
Description: There are many different formats dates are commonly
represented with: the order of day, month, or year can differ,
different separators ("-", "/", or whitespace) can be used, months can
be numerical, names, or abbreviations and year given as two digits or
four. 'datefixR' takes dates in all these different formats and
converts them to R's built-in date class. If 'datefixR' cannot
standardize a date, such as because it is too malformed, then the user
is told which date cannot be standardized and the corresponding ID for
the row. 'datefixR' also allows the imputation of missing days and
months with user-controlled behavior.
License: GPL (>= 3)
URL: https://docs.ropensci.org/datefixR/,
https://github.com/ropensci/datefixR
BugReports: https://github.com/ropensci/datefixR/issues
Depends:
R (>= 4.1.0)
Imports:
lifecycle,
Rcpp,
rlang,
stringr
Suggests:
DT,
htmltools,
knitr,
parsedate,
pkgbuild,
png,
readr,
readxl,
rmarkdown,
shiny,
shinytest2,
spelling,
testthat (>= 3.0.0),
withr
LinkingTo:
Rcpp
VignetteBuilder:
knitr
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2