From 406a66a078a901c84dcc0e63fc6a020a10398c6c Mon Sep 17 00:00:00 2001 From: earowang Date: Mon, 3 Jun 2019 11:37:45 +1000 Subject: [PATCH] sumbit to CRAN --- CRAN-RELEASE | 4 ++-- DESCRIPTION | 2 +- NEWS.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CRAN-RELEASE b/CRAN-RELEASE index bbc5015d..2582957e 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-04-28. -Once it is accepted, delete this file and tag the release (commit ab9cae6ca5). +This package was submitted to CRAN on 2019-06-03. +Once it is accepted, delete this file and tag the release (commit 1381c4dfb4). diff --git a/DESCRIPTION b/DESCRIPTION index 02e166c3..a39a35d8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: tsibble Title: Tidy Temporal Data Frames and Tools -Version: 0.8.0.9100 +Version: 0.8.1 Authors@R: c(person(given = "Earo", family = "Wang", diff --git a/NEWS.md b/NEWS.md index 72e51c37..b3ca4725 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tsibble dev +# tsibble 0.8.1 * **Breaking change**: `index_by(.data, )` by default groups the index variable rather than previously `ungroup()`. * Added new `unnest_tsibble()` to minimise the impact from the upcoming API changes in `tidyr::unnest()`.