@@ -6,19 +6,19 @@ Authors@R:
66 family = "Vaughan",
77 role = c("aut", "cre"),
889- person(given = "RStudio",
10- role = c("cph", "fnd")),
119 person(given = "Howard",
1210 family = "Hinnant",
1311 role = "cph",
14- comment = "Author of the included date library"))
12+ comment = "Author of the included date library"),
13+ person(given = "RStudio",
14+ role = c("cph", "fnd")))
1515Description: Provides a comprehensive library for date-time
1616 manipulations using a new family of orthogonal date-time classes
1717 (durations, time points, zoned-times, and calendars) that partition
1818 responsibilities so that the complexities of time zones are only
19- considered when they are really needed. Capabilities include: date-time
20- parsing, formatting, arithmetic, extraction and updating of components,
21- and rounding.
19+ considered when they are really needed. Capabilities include:
20+ date-time parsing, formatting, arithmetic, extraction and updating of
21+ components, and rounding.
2222License: MIT + file LICENSE
2323URL: https://github.com/r-lib/clock
2424BugReports: https://github.com/r-lib/clock/issues
@@ -41,7 +41,7 @@ LinkingTo:
4141 cpp11 (>= 0.2.6)
4242VignetteBuilder:
4343 knitr
44- Remotes:
44+ Remotes:
4545 r-lib/vctrs
4646Config/testthat/edition: 3
4747Encoding: UTF-8
0 commit comments