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 11 Jun. 2026.
Previous versions and publish date:
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

leontief  
Input-Output Analysis
An implementation of the Input-Output model developed by Wassily Leontief that represents the inter ...
Download / Learn more Package Citations See dependency  
hsphase  
Phasing, Pedigree Reconstruction, Sire Imputation and Recombination Events Identification of Half-sib Families Using SNP Data
Identification of recombination events, haplotype reconstruction, sire imputation and pedigree recon ...
Download / Learn more Package Citations See dependency  
clusrank  
Wilcoxon Rank Tests for Clustered Data
Non-parametric tests (Wilcoxon rank sum test and Wilcoxon signed rank test) for clustered data docu ...
Download / Learn more Package Citations See dependency  
Voss  
Generic Voss Algorithm (Random Sequential Additions)
Generating realizations of a fractal Brownian function on uniform 1D & 2D grid with classic and ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
stevedata  
Steve's Toy Data for Teaching About a Variety of Methodological, Social, and Political Topics
This is a collection of various kinds of data with broad uses for teaching. My students, and academ ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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