diff --git a/CRAN-RELEASE b/CRAN-RELEASE index 2582957e..e8a509ca 100644 --- a/CRAN-RELEASE +++ b/CRAN-RELEASE @@ -1,2 +1,2 @@ -This package was submitted to CRAN on 2019-06-03. -Once it is accepted, delete this file and tag the release (commit 1381c4dfb4). +This package was submitted to CRAN on 2019-06-10. +Once it is accepted, delete this file and tag the release (commit a4eb0b7458). diff --git a/DESCRIPTION b/DESCRIPTION index 65f5dd09..16dd532f 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: tsibble Title: Tidy Temporal Data Frames and Tools -Version: 0.8.1.9000 +Version: 0.8.2 Authors@R: c(person(given = "Earo", family = "Wang", diff --git a/NEWS.md b/NEWS.md index 910552ad..16880135 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tsibble dev +# tsibble 0.8.2 This is a patch release. diff --git a/R/tidyr-verbs.R b/R/tidyr-verbs.R index 1c665e5d..2f25b3d3 100644 --- a/R/tidyr-verbs.R +++ b/R/tidyr-verbs.R @@ -169,6 +169,8 @@ unnest_check_tsibble <- function(data, key, index) { #' Unnest a data frame consisting of tsibbles to a tsibble #' +#' This function has the lifecyle of questioning +#' #' @param data A data frame contains homogenous tsibbles in the list-columns. #' @param cols Names of columns to unnest. #' @inheritParams as_tsibble diff --git a/man/unnest_tsibble.Rd b/man/unnest_tsibble.Rd index 67a07e35..ecada53c 100644 --- a/man/unnest_tsibble.Rd +++ b/man/unnest_tsibble.Rd @@ -19,6 +19,6 @@ of key variables leads to unique time indices (i.e. a valid tsibble). If you are sure that it's a valid input, specify \code{FALSE} to skip the checks.} } \description{ -Unnest a data frame consisting of tsibbles to a tsibble +This function has the lifecyle of questioning } \keyword{internal}