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'
Packaged: 2013-12-26 20:51:01 UTC; garrettgrolemund
Author: Garrett Grolemund [aut, cre],
  Hadley Wickham [aut],
  Vitalie Spinu [ctb],
  Imanuel Constigan [ctb],
  Chel Hee Lee [ctb],
  Richard Cotton [ctb],
  Ian Lyttle [ctb],
  Winston Chang [ctb]
NeedsCompilation: yes
Repository: CRAN
Date/Publication: 2013-12-31 16:24:04
Built: R 3.1.0; x86_64-apple-darwin10.8.0; 2014-01-01 12:41:21 UTC; unix
Archs: lubridate.so.dSYM
