Skip to content

Tenth CRAN Release

Compare
Choose a tag to compare
@nathaneastwood nathaneastwood released this 17 Aug 20:19
· 13 commits to master since this release
d7d73db

This update adds the following features:

  • Initial versions of pivot_longer() and pivot_wider() have been added (#101, @etiennebacher).
  • The .names argument in across() now accepts {.col} and {.fn} to automatically name new columns (#100, @etiennebacher).
  • New function lst() to reproduce the outputs of tibble::lst(). It enables the creation of lists where elements are built sequentially (i.e depend on the previous ones) and are self-named (i.e the expression is used if no name is given) (#108).

The following fixes were also implemented:

The CICD pipeline was also fixed such that users can now tests pull requests. The documentation is now built using HTML5.