зеркало из https://github.com/Azure/AzureKusto.git
42 строки
1.6 KiB
Plaintext
42 строки
1.6 KiB
Plaintext
Package: AzureKusto
|
|
Title: Interface to 'Kusto'/'Azure Data Explorer'
|
|
Version: 1.1.3.9000
|
|
Authors@R: c(
|
|
person("Hong", "Ooi", , "hongooi73@gmail.com", role = "aut"),
|
|
person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = c("aut", "cre")),
|
|
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, distributed data exploration service from Microsoft: <https://azure.microsoft.com/en-us/products/data-explorer/>. 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. Part of the 'AzureR' family of packages.
|
|
URL: https://github.com/Azure/AzureKusto https://github.com/Azure/AzureR
|
|
BugReports: https://github.com/Azure/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),
|
|
tibble,
|
|
dplyr,
|
|
tidyr,
|
|
tidyselect (>= 0.2.4),
|
|
DBI (>= 1.0.0)
|
|
Suggests:
|
|
bit64,
|
|
knitr,
|
|
testthat,
|
|
AzureGraph,
|
|
AzureStor (>= 2.0.0),
|
|
rmarkdown
|
|
Roxygen: list(markdown=TRUE, r6=FALSE)
|
|
RoxygenNote: 7.2.3
|