Two big updates:
1. Tidier.jl comes with a new README introducing the package.
Also includes an FAQ:
- Why should Julia users look at Tidier.jl?
- Is Tidier.jl intended for R users?
- Which functions are re-exported?
- How to install/update it?
https://github.com/TidierOrg/Tidier.jl
2. TidierData.jl now supports nesting and unnesting data frames (thanks to amazing work by Daniel Rizk).
Details on how it works: https://tidierorg.github.io/TidierData.jl/latest/reference/#TidierData.@nest-Tuple

