https://github.com/business-science/tibbletime
Time-aware tibbles
https://github.com/business-science/tibbletime
periodicity r-package tibble time time-series timeseries
Last synced: 14 days ago
JSON representation
Time-aware tibbles
- Host: GitHub
- URL: https://github.com/business-science/tibbletime
- Owner: business-science
- License: other
- Created: 2017-08-19T01:50:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T23:05:31.000Z (5 months ago)
- Last Synced: 2025-03-31T19:08:32.562Z (21 days ago)
- Topics: periodicity, r-package, tibble, time, time-series, timeseries
- Language: R
- Homepage: https://business-science.github.io/tibbletime/
- Size: 12.2 MB
- Stars: 178
- Watchers: 16
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- awesome-quant - tibbletime - Built on top of the tidyverse, tibbletime is an extension that allows for the creation of time aware tibbles through the setting of a time index. (R / Time Series)
- awesome-quant - tibbletime - Built on top of the tidyverse, tibbletime is an extension that allows for the creation of time aware tibbles through the setting of a time index. (R / Time Series)
- jimsghstars - business-science/tibbletime - Time-aware tibbles (R)
README
---
output: github_document
---```{r, echo = FALSE, message = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
devtools::load_all()
```# tibbletime
[](https://lifecycle.r-lib.org/articles/stages.html)
[](https://cran.r-project.org/package=tibbletime)
[](https://app.codecov.io/gh/business-science/tibbletime?branch=master)
[](https://github.com/business-science/tibbletime/actions/workflows/R-CMD-check.yaml)## Package status
`tibbletime` has been officially retired. We will continue to maintain but not be adding new functionality. Options to get new functionality:
- [__timetk__](https://business-science.github.io/timetk/index.html) - Provides time series visualization, wrangling, and preprocessing using `tibble` structure
- [__tsibble__](https://github.com/tidyverts/tsibble) - Provides wrangling using `tsibble` structure