-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
47 lines (47 loc) · 1.23 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
Package: lubritime
Title: An Extension for the Lubridate Package
Version: 0.0.0.9000
Authors@R: c(
person(
given = "Daniel",
family = "Vartanian",
role = c("aut", "cre", "ccp", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7782-759X")
)
)
Description: An extension for the 'lubridate' package from tidyverse, adding new
features to deal with temporal objects.
License: MIT + file LICENSE
URL: https://danielvartan.github.io/lubritime/,
https://github.com/danielvartan/lubritime/
BugReports: https://github.com/danielvartan/lubritime/issues/
Depends:
R (>= 4.3)
Imports:
cli (>= 3.6.3),
dplyr (>= 1.1.4),
hms (>= 1.1.3),
lifecycle (>= 1.0.4),
lubridate (>= 1.9.3),
prettycheck,
rutils,
stringdist (>= 0.9.12),
Suggests:
covr (>= 3.6.4),
knitr (>= 1.48),
mockr (>= 0.2.1),
rlang (>= 1.1.4),
rmarkdown (>= 2.28),
spelling (>= 2.3.1),
stats (>= 4.3),
testthat (>= 3.2.1.1)
Remotes:
github::danielvartan/prettycheck,
github::danielvartan/rutils
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2