Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T19:12:21.000Z (almost 2 years ago)
- Last Synced: 2024-06-19T19:49:21.312Z (5 months ago)
- Topics: periodicity, r-package, tibble, time, time-series, timeseries
- Language: R
- Homepage: https://business-science.github.io/tibbletime/
- Size: 12.4 MB
- Stars: 180
- Watchers: 17
- Forks: 31
- Open Issues: 4
-
Metadata Files:
- Readme: README.Rmd
- 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
[![Lifecycle Status](https://img.shields.io/badge/lifecycle-retired-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html)
[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/tibbletime)](https://cran.r-project.org/package=tibbletime)
[![Codecov test coverage](https://codecov.io/gh/business-science/tibbletime/branch/master/graph/badge.svg)](https://app.codecov.io/gh/business-science/tibbletime?branch=master)
[![R-CMD-check](https://github.com/business-science/tibbletime/actions/workflows/R-CMD-check.yaml/badge.svg)](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