5
5
6
6
[ ![ R build
7
7
status] ( https://github.com/tidyverts/tsibble/workflows/R-CMD-check/badge.svg )] ( https://github.com/tidyverts/tsibble/actions?workflow=R-CMD-check )
8
- [ ![ Coverage
9
- Status] ( https://codecov.io/gh/tidyverts/tsibble/branch/main/graph/badge.svg )] ( https://codecov.io/github/tidyverts/tsibble?branch=main )
10
8
[ ![ CRAN_Status_Badge] ( https://www.r-pkg.org/badges/version/tsibble )] ( https://cran.r-project.org/package=tsibble )
11
9
12
10
The ** tsibble** package provides a data infrastructure for tidy temporal
@@ -62,7 +60,7 @@ weather_tsbl
62
60
# > 3 EWR 2013-01-01 03:00:00 39.0 64.4 0
63
61
# > 4 EWR 2013-01-01 04:00:00 39.9 62.2 0
64
62
# > 5 EWR 2013-01-01 05:00:00 39.0 64.4 0
65
- # > # … with 26,110 more rows
63
+ # > # ℹ 26,110 more rows
66
64
```
67
65
68
66
The ** key** can be comprised of empty, one, or more variables. See
@@ -112,7 +110,7 @@ full_weather
112
110
# > 3 EWR 2013-01-01 03:00:00 39.0 64.4 0
113
111
# > 4 EWR 2013-01-01 04:00:00 39.9 62.2 0
114
112
# > 5 EWR 2013-01-01 05:00:00 39.0 64.4 0
115
- # > # … with 26,185 more rows
113
+ # > # ℹ 26,185 more rows
116
114
```
117
115
118
116
` fill_gaps() ` also handles filling in time gaps by values or functions,
@@ -149,7 +147,7 @@ full_weather %>%
149
147
# > 3 EWR 2013 Mar 40.1 3
150
148
# > 4 EWR 2013 Apr 53.0 1.47
151
149
# > 5 EWR 2013 May 63.3 5.44
152
- # > # … with 31 more rows
150
+ # > # ℹ 31 more rows
153
151
```
154
152
155
153
While collapsing rows (like ` summarise() ` ), ` group_by() ` and
@@ -162,15 +160,15 @@ tsibble of irregular time space too.
162
160
An ecosystem, [ the tidyver* ts* ] ( https://tidyverts.org/ ) , is built around
163
161
the * tsibble* object for tidy time series analysis.
164
162
165
- - The [ tsibbledata] ( https://tsibbledata.tidyverts.org ) package curates
166
- a range of tsibble data examples to poke around the tsibble object.
167
- - The [ feasts] ( https://feasts.tidyverts.org ) package provides support
168
- for visualising the data and extracting time series features.
169
- - The [ fable] ( https://fable.tidyverts.org ) package provides common
170
- forecasting methods for tsibble, such as ARIMA and ETS. The
171
- [ fabletools] ( https://fabletools.tidyverts.org ) package, which is
172
- ** fable** built upon, lays the modelling infrastructure to ease the
173
- programming with tsibble.
163
+ - The [ tsibbledata] ( https://tsibbledata.tidyverts.org ) package curates a
164
+ range of tsibble data examples to poke around the tsibble object.
165
+ - The [ feasts] ( https://feasts.tidyverts.org ) package provides support
166
+ for visualising the data and extracting time series features.
167
+ - The [ fable] ( https://fable.tidyverts.org ) package provides common
168
+ forecasting methods for tsibble, such as ARIMA and ETS. The
169
+ [ fabletools] ( https://fabletools.tidyverts.org ) package, which is
170
+ ** fable** built upon, lays the modelling infrastructure to ease the
171
+ programming with tsibble.
174
172
175
173
------------------------------------------------------------------------
176
174
0 commit comments