Other packages > Find by keyword >

lubridate  

Make Dealing with Dates a Little Easier
View on CRAN: Click here


Download and install lubridate package within the R console
Install from CRAN:
install.packages("lubridate")

Install from Github:
library("remotes")
install_github("cran/lubridate")

Install by package version:
library("remotes")
install_version("lubridate", "1.9.4")



Attach the package and use:
library("lubridate")
Maintained by
Vitalie Spinu
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2010-08-15
Latest Update: 2024-12-08
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.
How to cite:
Vitalie Spinu (2010). lubridate: Make Dealing with Dates a Little Easier. R package version 1.9.4, https://cran.r-project.org/web/packages/lubridate. Accessed 02 Sep. 2026.
Previous versions and publish date:
(2026-07-09 07:54), 0.1 (2010-08-15 06:46), 0.2.1 (2010-11-03 08:41), 0.2.2 (2010-11-17 09:17), 0.2.3 (2010-12-09 21:32), 0.2.4 (2011-04-05 15:28), 0.2.5 (2011-05-12 06:27), 0.2.6 (2012-01-10 09:59), 0.2 (2010-10-26 14:10), 1.1.0 (2012-03-05 20:06), 1.2.0 (2012-10-04 18:57), 1.3.0 (2013-09-20 09:23), 1.3.1 (2013-10-31 14:55), 1.3.2 (2013-12-05 19:55), 1.3.3 (2013-12-31 16:24), 1.5.0 (2015-12-03 00:25), 1.5.6 (2016-04-06 01:24), 1.6.0 (2017-11-02 08:37), 1.7.0 (2017-10-30 00:35), 1.7.1 (2017-11-03 13:26), 1.7.2 (2018-02-06 23:56), 1.7.3 (2018-02-27 18:20), 1.7.4 (2018-04-11 12:08), 1.7.8 (2020-04-06 12:02), 1.7.9.2 (2020-11-13 16:30), 1.7.9 (2020-06-08 17:40), 1.7.10 (2021-02-26 16:00), 1.8.0 (2021-10-07 17:20), 1.9.0 (2022-11-06 08:50), 1.9.1 (2023-01-24 12:20), 1.9.2 (2023-02-10 02:30), 1.9.3 (2023-09-27 11:20), 1.9.4 (2024-12-08 13:10)
Other packages that cited lubridate R package
View lubridate citation profile
Other R packages that lubridate depends, imports, suggests or enhances
Complete documentation for lubridate
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

ggsci  
Scientific Journal and Sci-Fi Themed Color Palettes for 'ggplot2'
A collection of 'ggplot2' color palettes inspired by plots in scientific journals, data visualizati ...
Download / Learn more Package Citations See dependency  
multicmp  
Flexible Modeling of Multivariate Count Data via the Multivariate Conway-Maxwell-Poisson Distribution
A toolkit containing statistical analysis models motivated by multivariate forms of the Conway-Maxwe ...
Download / Learn more Package Citations See dependency  
recmap  
Compute the Rectangular Statistical Cartogram
Implements the RecMap MP2 construction heuristic . This algorithm draw ...
Download / Learn more Package Citations See dependency  
VIM  
Visualization and Imputation of Missing Values
New tools for the visualization of missing and/or imputed values are introduced, which can be used f ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

28,437

R Packages

239,283

Dependencies

75,283

Author Associations

28,438

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA