forked from tidyverse/lubridate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
77 lines (77 loc) · 2.04 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
Package: lubridate
Imports:
plyr,
stringr,
memoise
Maintainer: Garrett Grolemund <garrett@rstudio.com>
License: GPL
Title: Make dealing with dates a little easier
LazyData: true
Type: Package
Authors@R: c(person("Garrett", "Grolemund", email = "garrett@rstudio.com",
role = c("aut", "cre")), person("Hadley", "Wickham", role = "aut"),
person("Vitalie", "Spinu", role = "ctb"), person("Imanuel", "Constigan",
role = "ctb"), person("Chel Hee", "Lee", role = "ctb"), person("Richard",
"Cotton", role = "ctb"), person("Ian", "Lyttle", role = "ctb"),
person("Winston", "Chang", role = "ctb"))
Description: Lubridate makes it easier to work with dates
and times by providing functions to identify and parse
date-time data, extract and modify components of a
date-time (years, months, days, hours, minutes, and
seconds), perform accurate math on date-times, handle
time zones and Daylight Savings Time. Lubridate has a
consistent, memorable syntax, that makes working with
dates fun instead of frustrating.
Enhances: chron, timeDate, zoo, xts, its, tis, timeSeries,
fts, tseries
Version: 1.3.3
Depends:
methods,
R (>= 3.0.0)
Suggests:
testthat,
knitr
BugReports: https://github.com/hadley/lubridate/issues
VignetteBuilder: knitr
Collate:
'time-zones.r'
'POSIXt.r'
'timespans.r'
'numeric.r'
'util.r'
'durations.r'
'periods.r'
'intervals.r'
'difftimes.r'
'Dates.r'
'coercion.r'
'ops-addition.r'
'ops-division.r'
'ops-integer-division.r'
'ops-modulo.r'
'ops-multiplication.r'
'ops-subtraction.r'
'accessors-day.r'
'accessors-dst.r'
'accessors-hour.r'
'accessors-minute.r'
'accessors-month.r'
'accessors-second.r'
'accessors-tz.r'
'accessors-week.r'
'accessors-year.r'
'am-pm.r'
'decimal-dates.r'
'epochs.r'
'help.r'
'instants.r'
'leap-years.r'
'parse.r'
'pretty.r'
'round.r'
'update.r'
'data.r'
'guess.r'
'stamp.r'
'ops-%m+%.r'
'accessors-quarter.r'