AzureCosmosR/DESCRIPTION

36 строки
1.2 KiB
Plaintext

Package: AzureCosmosR
Title: Interface to the 'Azure Cosmos DB' 'NoSQL' Database Service
Version: 1.0.0
Authors@R: c(
person("Hong", "Ooi", , "hongooi73@gmail.com", role=c("aut", "cre")),
person("Andrew", "Liu", role="ctb", comment="Assistance with Cosmos DB"),
person("Microsoft", role="cph")
)
Description: An interface to 'Azure CosmosDB': <https://azure.microsoft.com/en-us/services/cosmos-db/>. On the admin side, 'AzureCosmosR' provides functionality to create and manage 'Cosmos DB' instances in Microsoft's 'Azure' cloud. On the client side, it provides an interface to the 'Cosmos DB' SQL API, letting the user store and query documents and attachments in 'Cosmos DB'. Part of the 'AzureR' family of packages.
URL: https://github.com/Azure/AzureCosmosR https://github.com/Azure/AzureR
BugReports: https://github.com/Azure/AzureCosmosR/issues
License: MIT + file LICENSE
VignetteBuilder: knitr
Depends:
R (>= 3.3)
Imports:
utils,
AzureRMR (>= 2.3.3),
curl,
openssl,
jsonlite,
httr,
uuid,
vctrs (>= 0.3.0)
Suggests:
AzureTableStor,
mongolite,
DBI,
odbc,
dplyr,
testthat,
knitr,
rmarkdown
Roxygen: list(markdown=TRUE, r6=FALSE)
RoxygenNote: 7.1.1