Package: lubridate
Imports: plyr, stringr, memoise
License: GPL
Title: Make dealing with dates a little easier
LazyData: true
Type: Package
Authors@R: c(person("Garrett", "Grolemund", email =
        "lubridate@github.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("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.0
Depends: methods, R (>= 2.14)
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-09-20 07:23:17 UTC; ripley
NeedsCompilation: no
Repository: CRAN
Date/Publication: 2013-09-20 09:23:33
Author: Garrett Grolemund [aut, cre],
  Hadley Wickham [aut],
  Vitalie Spinu [ctb],
  Imanuel Constigan [ctb],
  Chel Hee Lee [ctb],
  Richard Cotton [ctb],
  Winston Chang [ctb]
Maintainer: Garrett Grolemund <lubridate@github.com>
