-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.33 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: clock
Title: Date-Time Types and Tools
Version: 0.7.1.9000
Authors@R: c(
person("Davis", "Vaughan", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Provides a comprehensive library for date-time manipulations
using a new family of orthogonal date-time classes (durations, time
points, zoned-times, and calendars) that partition responsibilities so
that the complexities of time zones are only considered when they are
really needed. Capabilities include: date-time parsing, formatting,
arithmetic, extraction and updating of components, and rounding.
License: MIT + file LICENSE
URL: https://clock.r-lib.org, https://github.com/r-lib/clock
BugReports: https://github.com/r-lib/clock/issues
Depends:
R (>= 3.6.0)
Imports:
cli (>= 3.6.1),
lifecycle (>= 1.0.3),
rlang (>= 1.1.0),
tzdb (>= 0.4.0),
vctrs (>= 0.6.1)
Suggests:
covr,
knitr,
magrittr,
pillar,
rmarkdown,
slider (>= 0.3.0),
testthat (>= 3.0.0),
withr
LinkingTo:
cpp11 (>= 0.4.3),
tzdb (>= 0.4.0)
VignetteBuilder:
knitr
Config/build/compilation-database: true
Config/Needs/website:
lubridate,
tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2