https://github.com/danielvartan/lubritime
🕓 A {lubridate} Extension
https://github.com/danielvartan/lubritime
circular-time r r-package rstats time time-arithmetic
Last synced: 2 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T04:56:35.000Z (4 months ago)
- Last Synced: 2025-04-28T15:43:14.359Z (3 months ago)
- Topics: circular-time, r, r-package, rstats, time, time-arithmetic
- Language: R
- Homepage: https://danielvartan.github.io/lubritime/
- Size: 1.8 MB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- 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
# lubritime
[](https://www.repostatus.org/#active)
[](https://lifecycle.r-lib.org/articles/stages.html#maturing)
[](https://github.com/danielvartan/lubritime/actions/workflows/check-standard.yaml)
[](https://app.codecov.io/gh/danielvartan/lubritime?branch=main)
[](https://choosealicense.com/licenses/mit/)
[](https://www.contributor-covenant.org/version/2/1/code_of_conduct/)## 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.## Installation
You can install `lubritime` using the
[`remotes`](https://github.com/r-lib/remotes) package:``` r
remotes::install_github("danielvartan/lubritime")
```## License
[](https://opensource.org/license/mit)`lubritime` code is released under the [MIT
license](https://opensource.org/license/mit).## Contributing
Contributions are welcome, including bug reports. Take a moment to
review our [Guidelines for
Contributing](https://danielvartan.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.