Skip to content

Releases: IMSMWU/RClickhouse

RClickhouse 0.5.2

06 Mar 15:17
Compare
Choose a tag to compare

Bugfixes

  • fix windows connection
  • replace yaml dependencies by R code (reduce dependencies)
  • update clickhouse-cpp dependencies

RClickhouse 0.4.0

21 Jan 10:30
Compare
Choose a tag to compare

New Functionality

  • enhance sql-translation (add custom if null and is null checks; add var and sd functions) (3f16001)
  • remove packrat (3d19d58)
  • uuid support (#24)
  • search for config file (.e.g, /etc/RClickhouse.ini, ~/.R/Clickhouse.ini or ./RClickhouse.ini) and load username, hostname, password etc. (e.g., 662e03b, ff9cd11, 387e5be)

Fixes

RClickhouse 0.3.0

26 Nov 16:52
Compare
Choose a tag to compare

Our First CRAN-Release :)

  • supports most DBI functions
  • basic dplyr support