Skip to content

Releases: ianmcook/implyr

implyr 0.5.0

06 Feb 15:57
6ebdbac
Compare
Choose a tag to compare

CRAN release

  • Suppressed an object not found warning (#51)
  • Updated for compatibility with dbplyr 2.4.0 (#59, @liudvikasakelis)
  • Required newer versions of Depends and Imports packages

implyr 0.4.0

29 Mar 14:27
eb38741
Compare
Choose a tag to compare

CRAN release

  • Fixed bugs in table creation (#47, @karoliskascenas)
  • Allow user to set copy_to() size limit with option implyr.copy_to_size_limit (#49, @karoliskascenas)
  • Added more SQL translations
  • Fixed a DBI identifier quoting problem causing errors with dbplyr 2.0.0 (#48)
  • Removed deprecated functions from tests (#42)

implyr 0.3.0

21 Jul 16:32
Compare
Choose a tag to compare

CRAN release

  • Added more SQL translations including stringr and lubridate functions
  • Updated for compatibility with dplyr 0.8.3
  • Fixed errors when na.rm = TRUE is specified in some aggregate functions
  • Added src_databases() function (#36)
  • Made minor bugfixes and improvements

implyr 0.2.4

17 May 20:02
Compare
Choose a tag to compare

CRAN release

  • Made minor bugfixes and improvements
  • Added rJava to Suggests (#26)

implyr 0.2.3

18 Mar 20:52
Compare
Choose a tag to compare

CRAN release

  • Updated for compatibility with dplyr 0.7.4
  • Added tidyselect to Imports
  • Required newer versions of Depends and Imports packages
  • Added experimental support for complex types (ARRAY, MAP, STRUCT)
  • Made bugfixes and improvements

implyr 0.2.2

11 Feb 21:59
Compare
Choose a tag to compare

CRAN release

  • Moved DBI from Imports to Depends (#9)
  • Made minor bugfixes and improvements

implyr 0.2.1

27 Jun 22:18
Compare
Choose a tag to compare

CRAN release

  • Updated for compatibility with dbplyr 1.1.0
  • Added and changed some SQL translations
  • Enabled auto-disconnect by default
  • Made minor bugfixes and improvements

implyr 0.2.0

21 Jun 20:10
Compare
Choose a tag to compare

CRAN release

  • Updated for compatibility with dplyr 0.7.0 (#5)
  • Added automated tests (#6)
  • Documented how to use in_schema() to specify the database containing the table (#2, #3)
  • Made minor bugfixes and improvements

implyr 0.1.0

24 Mar 19:59
Compare
Choose a tag to compare

First CRAN release