https://github.com/danielvartan/lubritime
🕓 A {lubridate} extension
https://github.com/danielvartan/lubritime
r r-package rstats time
Last synced: 5 months ago
JSON representation
🕓 A {lubridate} extension
- Host: GitHub
- URL: https://github.com/danielvartan/lubritime
- Owner: danielvartan
- License: other
- Created: 2021-10-12T00:21:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-18T03:43:44.000Z (6 months ago)
- Last Synced: 2024-10-21T05:15:08.812Z (6 months ago)
- Topics: r, r-package, rstats, time
- Language: R
- Homepage: https://danielvartan.github.io/lubritime/
- Size: 297 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
- jimsghstars - danielvartan/lubritime - 🕓 A {lubridate} extension (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)library(lubritime)
```# lubritime
[](https://www.repostatus.org/#wip)
[](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[](https://github.com/giperbio/lubritime/actions)
[](https://app.codecov.io/gh/giperbio/lubritime?branch=main)
[](https://choosealicense.com/licenses/mit/)
[](https://giperbio.github.io/lubritime/CODE_OF_CONDUCT.html)## Overview
`lubritime` is an extension for the [lubridate](https://github.com/tidyverse/lubridate) package from [tidyverse](https://www.tidyverse.org/), 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](https://www.r-project.org/) and with the [lubridate](https://lubridate.tidyverse.org/) and [hms](https://hms.tidyverse.org/) packages from [tidyverse](https://www.tidyverse.org/) 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](https://r4ds.had.co.nz/) and the Coursera course from John Hopkins University [Data Science: Foundations using R](https://www.coursera.org/specializations/data-science-foundations-r) (free for audit students).
Please refer to the [lubridate](https://lubridate.tidyverse.org/) and [hms](https://hms.tidyverse.org/) 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](https://r4ds.had.co.nz/dates-and-times.html) chapter from Wickham & Grolemund's book [R for Data Science](https://r4ds.had.co.nz/).
## Installation
You can install `lubritime` with:
``` {r, eval = FALSE}
# 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.
```{r}
citation("lubritime")
```## Contributing
We welcome contributions, including bug reports.
Take a moment to review our [Guidelines for Contributing](https://giperbio.github.io/lubritime/CONTRIBUTING.html).
Become an `lubritime` supporter!
Click [here](https://github.com/sponsors/danielvartan) to make a donation. Please indicate the `lubritime` package in your donation message.