Skip to content

Commit 3799ebf

Browse files
committed
patch release on cran
1 parent a4eb0b7 commit 3799ebf

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

CRAN-RELEASE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
This package was submitted to CRAN on 2019-06-03.
2-
Once it is accepted, delete this file and tag the release (commit 1381c4dfb4).
1+
This package was submitted to CRAN on 2019-06-10.
2+
Once it is accepted, delete this file and tag the release (commit a4eb0b7458).

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tsibble
33
Title: Tidy Temporal Data Frames and Tools
4-
Version: 0.8.1.9000
4+
Version: 0.8.2
55
Authors@R:
66
c(person(given = "Earo",
77
family = "Wang",

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tsibble dev
1+
# tsibble 0.8.2
22

33
This is a patch release.
44

R/tidyr-verbs.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ unnest_check_tsibble <- function(data, key, index) {
169169

170170
#' Unnest a data frame consisting of tsibbles to a tsibble
171171
#'
172+
#' This function has the lifecyle of questioning
173+
#'
172174
#' @param data A data frame contains homogenous tsibbles in the list-columns.
173175
#' @param cols Names of columns to unnest.
174176
#' @inheritParams as_tsibble

man/unnest_tsibble.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)