Skip to content

Commit

Permalink
patch release on cran
Browse files Browse the repository at this point in the history
  • Loading branch information
earowang committed Jun 10, 2019
1 parent a4eb0b7 commit 3799ebf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -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).
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tsibble dev
# tsibble 0.8.2

This is a patch release.

Expand Down
2 changes: 2 additions & 0 deletions R/tidyr-verbs.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/unnest_tsibble.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3799ebf

Please sign in to comment.