Skip to content

Releases: ianmcook/tidyquery

tidyquery 0.2.2

06 Feb 15:27
7078be4
Compare
Choose a tag to compare
  • Improves stability with dtplyr and data.table (#17)
  • Requires queryparser 0.3.1 or higher
  • Minor improvements

tidyquery 0.2.1

09 May 21:31
Compare
Choose a tag to compare
  • Works when FROM clause refers to data frame in non-global environment (#12)
  • Minor changes to support dplyr 1.0.0
  • Minor bugfixes and improvements

tidyquery 0.2.0

20 Jan 18:31
Compare
Choose a tag to compare
  • Works with the dtplyr package (a data.table backend for dplyr) (#6)
  • Accepts two-table joins that use SQL-92-style (explicit) join syntax (#7)
  • Includes new function show_dplyr() to print dplyr code instead of running it (#8)
  • Generates simpler, shorter dplyr code in many cases (#9)
  • Continuous integration and coverage tests
  • Minor bugfixes and improvements

tidyquery 0.1.0

07 Sep 13:08
Compare
Choose a tag to compare
  • First CRAN release