Package: AzureKusto Title: Interface to 'Kusto'/'Azure Data Explorer' Version: 1.0.0 Authors@R: c( person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")), person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = "aut"), person("dbplyr development team", role="cph", comment="Original framework for dplyr/database interface"), person("Microsoft", role = "cph") ) Description: An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, highly scalable data exploration service from Microsoft: . Includes 'DBI' and 'dplyr' interfaces, with the latter modelled after the 'dbplyr' package, whereby queries are translated from R into the native 'KQL' query language and executed lazily. On the admin side, the package extends the object framework provided by 'AzureRMR' to support creation and deletion of databases, and management of database principals. URL: https://github.com/cloudyr/AzureKusto BugReports: https://github.com/cloudyr/AzureKusto/issues License: MIT + file LICENSE Encoding: UTF-8 VignetteBuilder: knitr Depends: R (>= 3.3) Imports: rlang, methods, utils, httr (>= 1.3), jsonlite, R6, openssl, AzureAuth, AzureRMR (>= 2.0.0), dplyr, tidyselect (>= 0.2.4), DBI (>= 1.0.0) Suggests: bit64, knitr, testthat, AzureGraph, AzureStor (>= 2.0.0), rmarkdown Roxygen: list(markdown=TRUE) RoxygenNote: 6.1.1