Overview

lubritime is an extension for the lubridate package from tidyverse, adding new features to deal with temporal objects.

Please note that lubritime is not related in any way with Posit/RStudio or the lubridate developer team.

Prerequisites

You need to have some familiarity with the R programming language and with the lubridate and hms packages from tidyverse to use lubritime main functions.

If you don’t feel comfortable with R, we strongly recommend checking Hadley Wickham and Garrett Grolemund free and online book R for Data Science and the Coursera course from John Hopkins University Data Science: Foundations using R (free for audit students).

Please refer to the lubridate and hms package documentation to learn more about them. These two are essential packages to deal with date/time data in R. We also recommend that you read the Dates and times chapter from Wickham & Grolemund’s book R for Data Science.

Installation

You can install lubritime with:

# install.packages("remotes")
remotes::install_github("giperbio/lubritime")

Citation

If you use lubritime in your research, please consider citing it. We put a lot of work to build and maintain a free and open-source R package. You can find the citation below.

citation("lubritime")
#> 
#> To cite {lubritime} in publications use:
#> 
#>   Vartanian, D. (2023). {lubritime}: an extension for the {lubridate}
#>   package. R package version 0.0.0.9000.
#>   https://giperbio.github.io/lubritime/
#> 
#> A BibTeX entry for LaTeX users is
#> 
#>   @Unpublished{,
#>     title = {{lubritime}: an extension for the {lubridate} package},
#>     author = {Daniel Vartanian},
#>     year = {2023},
#>     url = {https://giperbio.github.io/lubritime/},
#>     note = {R package version 0.0.0.9000},
#>   }

Contributing

We welcome contributions, including bug reports.

Take a moment to review our Guidelines for Contributing.


Become an lubritime supporter!

Click here to make a donation. Please indicate the lubritime package in your donation message.