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 13 Aug. 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

testDriveR  
Teaching Data for Statistics and Data Science
Provides data sets for teaching statistics and data science courses. It includes a sample of data f ...
Download / Learn more Package Citations See dependency  
iAdapt  
Two-Stage Adaptive Dose-Finding Clinical Trial Design
Simulate and implement early phase two-stage adaptive dose-finding design for binary and quasi-conti ...
Download / Learn more Package Citations See dependency  
IATscores  
Implicit Association Test Scores Using Robust Statistics
Compute several variations of the Implicit Association Test (IAT) scores, including the D scores (Gr ...
Download / Learn more Package Citations See dependency  
kangar00  
Kernel Approaches for Nonlinear Genetic Association Regression
Methods to extract information on pathways, genes and various single-nucleotid polymorphisms (SNPs) ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

28,313

R Packages

239,283

Dependencies

74,752

Author Associations

28,314

Publication Badges

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