Releases: elbersb/tidylog
Releases · elbersb/tidylog
tidylog 1.1.0
- switch to Github Actions for CI
- units package now supported (#51)
- mutate: fix formatting issues for NAs (#48)
- use rlang::inform instead of message (#41)
- include dataset names in join messages (#46)
- mutate now reports dropped columns (#53)
- filter reports the number of groups (#52)
- fix bug with new dplyr::join_by syntax (#58)
- tidyr: support for separate_wider_* functions (#62)
v1.0.2
v1.0.1
v1.0.0
v0.2.0
- added detailed merge information for joins (#25)
- added supoort for tidyr functions: gather, spread (thanks @WilDoane), drop_na (@jackhannah95), fill and replace_na
- use clisymbols for ellipsis
- add number of remaining rows to filter (#23)
- bugfix: do not report negative NA (#18)
- bugfix: avoid partial matching (closes #26)