Skip to content

Commit 18bcced

Browse files
committed
Place Howard before RStudio in DESCRIPTION and retidy it
1 parent 2c8c3b7 commit 18bcced

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@ Authors@R:
66
family = "Vaughan",
77
role = c("aut", "cre"),
88
email = "[email protected]"),
9-
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")))
1515
Description: 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.
2222
License: MIT + file LICENSE
2323
URL: https://github.com/r-lib/clock
2424
BugReports: https://github.com/r-lib/clock/issues
@@ -41,7 +41,7 @@ LinkingTo:
4141
cpp11 (>= 0.2.6)
4242
VignetteBuilder:
4343
knitr
44-
Remotes:
44+
Remotes:
4545
r-lib/vctrs
4646
Config/testthat/edition: 3
4747
Encoding: UTF-8

man/clock-package.Rd

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)