-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathDESCRIPTION
30 lines (30 loc) · 831 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
Package: lubridateExtras
Type: Package
Title: Convenience Functions for Manipulating Datetimes
Version: 0.1.5
Authors@R: c(
person("Ellis", "Valentiner", email = "ellis.valentiner@gmail.com", role = c("aut", "cre")),
person("Geoffrey", "Hannigan", email = "hanni035@umn.edu", role = c("ctb")),
person("Tim", "Book", email = "TimothyKBook@gmail.com", role = c("ctb")))
Description: Provides extra functionality to lubridate. Largely consisting of
convenience functions.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 4.1.0)
Imports:
lubridate (>= 1.8.0),
hms (>= 1.1.1)
Suggests:
knitr (>= 1.30),
lintr (>= 2.0.1),
testthat (>= 3.0.1)
Remotes:
tidyverse/hms,
yihui/knitr,
jimhester/lintr,
tidyverse/lubridate,
r-lib/testthat
VignetteBuilder: knitr
RoxygenNote: 7.1.2