forked from tidyverse/lubridate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
70 lines (70 loc) · 1.63 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
Package: lubridate
Imports:
plyr,
stringr,
memoise
Maintainer: Garrett Grolemund <[email protected]>
License: GPL
Title: Make dealing with dates a little easier
LazyData: true
Type: Package
Author: Garrett Grolemund <[email protected]>, Hadley
Wickham <[email protected]>
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.2.0
Depends:
methods,
R (>= 2.14)
Suggests:
testthat
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'