Type: Package
Package: lubridate
Title: Make Dealing with Dates a Little Easier
Version: 1.9.1
Authors@R: c(
    person("Vitalie", "Spinu", , "spinuvit@gmail.com", role = c("aut", "cre")),
    person("Garrett", "Grolemund", role = "aut"),
    person("Hadley", "Wickham", role = "aut"),
    person("Davis", "Vaughan", role = "ctb"),
    person("Ian", "Lyttle", role = "ctb"),
    person("Imanuel", "Costigan", role = "ctb"),
    person("Jason", "Law", role = "ctb"),
    person("Doug", "Mitarotonda", role = "ctb"),
    person("Joseph", "Larmarange", role = "ctb"),
    person("Jonathan", "Boiser", role = "ctb"),
    person("Chel Hee", "Lee", role = "ctb")
  )
Maintainer: Vitalie Spinu <spinuvit@gmail.com>
Description: Functions to work with date-times and time-spans: fast and
    user friendly parsing of date-time data, extraction and updating of
    components of a date-time (years, months, days, hours, minutes, and
    seconds), algebraic manipulation on date-time and time-span objects.
    The 'lubridate' package has a consistent and memorable syntax that
    makes working with dates easy and fun.
License: GPL (>= 2)
URL: https://lubridate.tidyverse.org,
    https://github.com/tidyverse/lubridate
BugReports: https://github.com/tidyverse/lubridate/issues
Depends:
    methods,
    R (>= 3.2)
Imports:
    generics,
    timechange (>= 0.1.1)
Suggests:
    covr,
    knitr,
    rmarkdown,
    testthat (>= 2.1.0),
    vctrs (>= 0.5.0)
Enhances:
    chron,
    data.table,
    timeDate,
    tis,
    zoo
VignetteBuilder:
    knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
SystemRequirements: C++11, A system with zoneinfo data (e.g.
    /usr/share/zoneinfo). On Windows the zoneinfo included with R is used.
Collate:
    'Dates.r'
    'POSIXt.r'
    'util.r'
    'parse.r'
    'timespans.r'
    'intervals.r'
    'difftimes.r'
    'durations.r'
    'periods.r'
    'accessors-date.R'
    'accessors-day.r'
    'accessors-dst.r'
    'accessors-hour.r'
    'accessors-minute.r'
    'accessors-month.r'
    'accessors-quarter.r'
    'accessors-second.r'
    'accessors-tz.r'
    'accessors-week.r'
    'accessors-year.r'
    'am-pm.r'
    'time-zones.r'
    'numeric.r'
    'coercion.r'
    'constants.r'
    'cyclic_encoding.r'
    'data.r'
    'decimal-dates.r'
    'deprecated.r'
    'format_ISO8601.r'
    'guess.r'
    'hidden.r'
    'instants.r'
    'leap-years.r'
    'ops-addition.r'
    'ops-compare.r'
    'ops-division.r'
    'ops-integer-division.r'
    'ops-m+.r'
    'ops-modulo.r'
    'ops-multiplication.r'
    'ops-subtraction.r'
    'package.r'
    'pretty.r'
    'round.r'
    'stamp.r'
    'tzdir.R'
    'update.r'
    'vctrs.R'
    'zzz.R'
