Added roxygen comments to help group functions by API family to help clarify what does what (ref #22)
Initial stab at auth support
Initial stab at auth support
getting ready for new dplyr
Merge pull request #6 from alistaire47/master
fixes #5
updated for dplyr 0.6/dbplyr
Updated imported functions to dbplyr; changed `dplyr::` references to
`dbplyr::` references where necessary; updated `src_desc` to `db_desc`
(renamed in dbplyr)
github links in DESCRIPTION
fixed `src_drill()` example
Moved out JDBC driver from pkg build; cleaned up documentation; Added local tests.
Refactored DBI interface & dplyr interface (both rely on Drill REST API now)
forced a few pkgs to Depends