-
Notifications
You must be signed in to change notification settings - Fork 207
/
DESCRIPTION
107 lines (107 loc) · 2.72 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
Type: Package
Package: lubridate
Title: Make Dealing with Dates a Little Easier
Version: 1.9.3.9000
Authors@R: c(
person("Vitalie", "Spinu", , "[email protected]", role = c("aut", "cre")),
person("Garrett", "Grolemund", role = "aut"),
person("Hadley", "Wickham", role = "aut"),
person("Davis", "Vaughan", role = "ctb"),
person("Ian", "Lyttle", role = "ctb"),
person("Imanuel", "Costigan", role = "ctb"),
person("Jason", "Law", role = "ctb"),
person("Doug", "Mitarotonda", role = "ctb"),
person("Joseph", "Larmarange", role = "ctb"),
person("Jonathan", "Boiser", role = "ctb"),
person("Chel Hee", "Lee", role = "ctb")
)
Maintainer: Vitalie Spinu <[email protected]>
Description: Functions to work with date-times and time-spans: fast and
user friendly parsing of date-time data, extraction and updating of
components of a date-time (years, months, days, hours, minutes, and
seconds), algebraic manipulation on date-time and time-span objects.
The 'lubridate' package has a consistent and memorable syntax that
makes working with dates easy and fun.
License: GPL (>= 2)
URL: https://lubridate.tidyverse.org,
https://github.com/tidyverse/lubridate
BugReports: https://github.com/tidyverse/lubridate/issues
Depends:
methods,
R (>= 3.2)
Imports:
generics,
timechange (>= 0.3.0)
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 2.1.0),
vctrs (>= 0.6.5)
Enhances:
chron,
data.table,
timeDate,
tis,
zoo
VignetteBuilder:
knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
SystemRequirements: C++11, A system with zoneinfo data (e.g.
/usr/share/zoneinfo). On Windows the zoneinfo included with R is used.
Collate:
'Dates.r'
'POSIXt.r'
'util.r'
'parse.r'
'timespans.r'
'intervals.r'
'difftimes.r'
'durations.r'
'periods.r'
'accessors-date.R'
'accessors-day.r'
'accessors-dst.r'
'accessors-hour.r'
'accessors-minute.r'
'accessors-month.r'
'accessors-quarter.r'
'accessors-second.r'
'accessors-tz.r'
'accessors-week.r'
'accessors-year.r'
'am-pm.r'
'time-zones.r'
'numeric.r'
'coercion.r'
'constants.r'
'cyclic_encoding.r'
'data.r'
'decimal-dates.r'
'deprecated.r'
'format_ISO8601.r'
'guess.r'
'hidden.r'
'instants.r'
'leap-years.r'
'ops-addition.r'
'ops-compare.r'
'ops-division.r'
'ops-integer-division.r'
'ops-m+.r'
'ops-modulo.r'
'ops-multiplication.r'
'ops-subtraction.r'
'package.r'
'pretty.r'
'round.r'
'stamp.r'
'tzdir.R'
'update.r'
'vctrs.R'
'zzz.R'