-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
35 lines (35 loc) · 1.13 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
Package: dttr2
Title: Manipulate Date, POSIXct and hms Vectors
Version: 0.5.2.9001
Authors@R: c(
person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = "aut",
comment = c(ORCID = "0000-0002-7683-4592")),
person("Ayla", "Pearson", , "ayla@poissonconsulting.ca", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7388-1222")),
person("Poisson Consulting", role = c("cph", "fnd"))
)
Description: Manipulates date ('Date'), date time ('POSIXct') and time
('hms') vectors. Date/times are considered discrete and are floored
whenever encountered. Times are wrapped and time zones are maintained
unless explicitly altered by the user.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/dttr2,
https://poissonconsulting.github.io/dttr2/
BugReports: https://github.com/poissonconsulting/dttr2/issues
Depends:
R (>= 4.0)
Imports:
chk (>= 0.9.1),
hms,
lifecycle
Suggests:
rlang,
spelling,
testthat (>= 3.0.0)
RdMacros:
lifecycle
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2.9000