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. Parts of the 'CCTZ' source code, released under the Apache 2.0 License, are included in this package. See <https://github.com/google/cctz> for more details.
Version: | 1.7.2 |
Depends: | methods, R (≥ 3.0.0) |
Imports: | stringr, Rcpp (≥ 0.12.13) |
LinkingTo: | Rcpp |
Suggests: | testthat, knitr, covr |
Enhances: | chron, fts, timeSeries, timeDate, tis, tseries, xts, zoo |
Published: | 2018-02-06 |
Author: | Vitalie Spinu [aut, cre], Garrett Grolemund [aut], Hadley Wickham [aut], Ian Lyttle [ctb], Imanuel Constigan [ctb], Jason Law [ctb], Doug Mitarotonda [ctb], Joseph Larmarange [ctb], Jonathan Boiser [ctb], Chel Hee Lee [ctb] |
Maintainer: | Vitalie Spinu <spinuvit at gmail.com> |
BugReports: | https://github.com/tidyverse/lubridate/issues |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | http://lubridate.tidyverse.org, https://github.com/tidyverse/lubridate |
NeedsCompilation: | yes |
SystemRequirements: | A system with zoneinfo data (e.g. /usr/share/zoneinfo) as well as a recent-enough C++11 compiler (such as g++-4.8 or later). On Windows the zoneinfo included with R is used. |
Citation: | lubridate citation info |
Materials: | README NEWS |
In views: | ReproducibleResearch, TimeSeries |
CRAN checks: | lubridate results |
Reference manual: | lubridate.pdf |
Vignettes: |
Do more with dates and times in R |
Package source: | lubridate_1.7.2.tar.gz |
Windows binaries: | r-devel: lubridate_1.7.2.zip, r-release: lubridate_1.7.2.zip, r-oldrel: lubridate_1.7.2.zip |
OS X El Capitan binaries: | r-release: lubridate_1.7.2.tgz |
OS X Mavericks binaries: | r-oldrel: lubridate_1.7.1.tgz |
Old sources: | lubridate archive |
Please use the canonical form https://CRAN.R-project.org/package=lubridate to link to this page.