2019-01-09 09:33:34 +03:00
|
|
|
Package: AzureKusto
|
|
|
|
Title: Interface to 'Kusto'/'Azure Data Explorer'
|
2018-12-11 06:05:23 +03:00
|
|
|
Version: 0.0.1
|
|
|
|
Authors@R: c(
|
|
|
|
person("Hong", "Ooi", , "hongooi@microsoft.com", role = c("aut", "cre")),
|
|
|
|
person("Alex", "Kyllo", , "jekyllo@microsoft.com", role = "aut"),
|
|
|
|
person("Microsoft", role = "cph")
|
|
|
|
)
|
2019-01-09 09:33:34 +03:00
|
|
|
Description: Interface to 'Kusto'/'Azure Data Explorer'
|
|
|
|
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
|
|
|
|
VignetteBuilder: knitr
|
2019-01-02 19:56:25 +03:00
|
|
|
Depends:
|
2018-12-11 06:05:23 +03:00
|
|
|
R (>= 3.3)
|
2019-01-02 05:59:39 +03:00
|
|
|
Imports:
|
|
|
|
assertthat,
|
2019-01-02 19:56:25 +03:00
|
|
|
DBI (>= 1.0.0),
|
2019-01-02 05:59:39 +03:00
|
|
|
methods,
|
2018-12-11 06:05:23 +03:00
|
|
|
utils,
|
|
|
|
httr (>= 1.3),
|
|
|
|
jsonlite,
|
|
|
|
R6,
|
2019-01-09 08:49:52 +03:00
|
|
|
openssl,
|
2018-12-11 06:05:23 +03:00
|
|
|
bit64,
|
2018-12-22 08:21:00 +03:00
|
|
|
AzureRMR (>= 1.0.0.9000),
|
2018-12-19 12:41:18 +03:00
|
|
|
rappdirs,
|
2018-12-15 14:09:13 +03:00
|
|
|
dbplyr,
|
2018-12-31 19:03:01 +03:00
|
|
|
dplyr,
|
2019-01-02 05:59:39 +03:00
|
|
|
purrr,
|
2018-12-31 19:03:01 +03:00
|
|
|
tidyselect (>= 0.2.4)
|
2018-12-11 06:05:23 +03:00
|
|
|
Suggests:
|
|
|
|
knitr,
|
2019-01-02 05:59:39 +03:00
|
|
|
DBItest,
|
2018-12-11 06:05:23 +03:00
|
|
|
testthat
|
|
|
|
Roxygen: list(markdown=TRUE)
|
|
|
|
RoxygenNote: 6.1.0.9000
|
2018-12-21 03:31:41 +03:00
|
|
|
Remotes:
|
2019-01-02 19:56:25 +03:00
|
|
|
r-dbi/DBI,
|
2018-12-22 07:42:07 +03:00
|
|
|
cloudyr/AzureRMR
|