AzureKusto/DESCRIPTION

40 строки
1.5 KiB
Plaintext
Исходник Обычный вид История

2019-01-09 09:33:34 +03:00
Package: AzureKusto
Title: Interface to 'Kusto'/'Azure Data Explorer'
2019-04-15 22:20:27 +03:00
Version: 1.0.0
2018-12-11 06:05:23 +03:00
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"),
2018-12-11 06:05:23 +03:00
person("Microsoft", role = "cph")
)
2019-04-15 22:20:27 +03:00
Description: An interface to 'Azure Data Explorer', also known as 'Kusto', a fast, highly scalable data exploration service from Microsoft: <https://azure.microsoft.com/en-us/services/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.
2019-01-09 09:33:34 +03:00
URL: https://github.com/cloudyr/AzureKusto
BugReports: https://github.com/cloudyr/AzureKusto/issues
2018-12-11 06:05:23 +03:00
License: MIT + file LICENSE
Encoding: UTF-8
2018-12-11 06:05:23 +03:00
VignetteBuilder: knitr
Depends:
2018-12-11 06:05:23 +03:00
R (>= 3.3)
Imports:
rlang,
methods,
2018-12-11 06:05:23 +03:00
utils,
httr (>= 1.3),
jsonlite,
R6,
openssl,
AzureAuth,
2019-02-26 20:46:06 +03:00
AzureRMR (>= 2.0.0),
2018-12-31 19:03:01 +03:00
dplyr,
tidyselect (>= 0.2.4),
2019-02-21 06:19:42 +03:00
DBI (>= 1.0.0)
2018-12-11 06:05:23 +03:00
Suggests:
bit64,
2018-12-11 06:05:23 +03:00
knitr,
testthat,
2019-04-15 22:20:27 +03:00
AzureGraph,
AzureStor (>= 2.0.0),
rmarkdown
2018-12-11 06:05:23 +03:00
Roxygen: list(markdown=TRUE)
2019-03-19 11:23:40 +03:00
RoxygenNote: 6.1.1