Skip to content
Permalink
Browse files

Remove dated demos

Fixes #618
  • Loading branch information
hadley committed Apr 28, 2019
1 parent 0d633f7 commit 51b2b6ecbe91fcaf0ef3fbc0ef2d9465fbddd0c2
Showing with 4 additions and 86 deletions.
  1. +3 −0 NEWS.md
  2. +1 −1 R/unnest.R
  3. +0 −5 demo/00Index
  4. +0 −8 demo/dadmom.R
  5. +0 −25 demo/so-15668870.R
  6. +0 −11 demo/so-16032858.R
  7. +0 −15 demo/so-17481212.R
  8. +0 −21 demo/so-9684671.R
@@ -1,5 +1,8 @@
# tidyr (development version)

* All tidyr demos have been removed. They are dated, and have been superseded
by `vignette("pivot)`.

* New `hoist()` provides a convenient way of plucking components of a
list-column out into their own top level columns (#341). This is particularly
useful when you are working with deeply nested JSON, because it provides
@@ -266,7 +266,7 @@ vec_to_wide <- function(x, col) {
x <- purrr::compact(x)
# Hack: probably should always apply and then vec_simplify()
# in unnest_wider()
x <- map_if(x, ~ vec_size(.x) != 1, list)
x <- map(x, list)
} else {
x <- as.list(x)
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 51b2b6e

Please sign in to comment.
You can’t perform that action at this time.