-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
32 lines (32 loc) · 957 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
Package: hms
Title: Pretty Time of Day
Date: 2024-10-28
Version: 1.1.3.9008
Authors@R: c(
person("Kirill", "Müller", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-1416-3412")),
person("R Consortium", role = "fnd"),
person("RStudio", role = "fnd")
)
Description: Implements an S3 class for storing and formatting time-of-day
values, based on the 'difftime' class.
Imports:
lifecycle,
methods,
pkgconfig,
rlang (>= 1.0.2),
vctrs (>= 0.3.8)
Suggests:
crayon,
lubridate,
pillar (>= 1.1.0),
testthat (>= 3.0.0)
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://hms.tidyverse.org/, https://github.com/tidyverse/hms
BugReports: https://github.com/tidyverse/hms/issues
RoxygenNote: 7.3.2.9000
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
Config/autostyle/scope: line_breaks
Config/autostyle/strict: false
Config/Needs/website: tidyverse/tidytemplate