Package: lubridate
Type: Package
Title: Make dealing with dates a little easier
Version: 0.1
Author: Hadley Wickham <h.wickham@gmail.com>, Garrett Grolemund
        <grolemund@rice.edu>
Maintainer: Hadley Wickham <h.wickham@gmail.com>
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.
Depends: R (>= 2.8), plyr, stringr
Enhances: chron, timeDate, zoo, xts, its, tis, timeSeries, fts, tseries
Suggests: testthat
License: GPL
LazyData: true
Collate: 'accessors-day.r' 'accessors-hour.r' 'accessors-minute.r'
        'accessors-misc.r' 'accessors-month.r' 'accessors-second.r'
        'accessors-tz.r' 'accessors-week.r' 'accessors-year.r'
        'coercion.r' 'durations.r' 'epochs.r' 'intervals.r'
        'ops.durations.r' 'parse.r' 'periods.r' 'pretty.r' 'round.r'
        'util.r' 'zzz.r'
Packaged: 2010-08-14 17:18:06 UTC; hadley
Repository: CRAN
Date/Publication: 2010-08-15 04:46:38
