Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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