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': . 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 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2021-01-18 21:23:34 UTC RemoteUrl: https://github.com/azure/azurecosmosr RemoteRef: HEAD RemoteSha: 58e0461af1b561e817aef0b97a06e82cfc437c08 NeedsCompilation: no Packaged: 2026-07-02 09:29:49 UTC; root Author: Hong Ooi [aut, cre], Andrew Liu [ctb] (Assistance with Cosmos DB), Microsoft [cph] Maintainer: Hong Ooi