Package: AzureCognitive Title: Interface to Azure Cognitive Services Version: 1.0.2 Authors@R: c( person("Hong", "Ooi", , "hongooi73@gmail.com", role = c("aut", "cre")), person("Microsoft", role="cph") ) Description: An interface to Azure Cognitive Services . Both an 'Azure Resource Manager' interface, for deploying Cognitive Services resources, and a client framework are supplied. While 'AzureCognitive' can be called by the end-user, it is meant to provide a foundation for other packages that will support specific services, like Computer Vision, Custom Vision, language translation, and so on. Part of the 'AzureR' family of packages. URL: https://github.com/Azure/AzureCognitive https://github.com/Azure/AzureR BugReports: https://github.com/Azure/AzureCognitive/issues License: MIT + file LICENSE Depends: R (>= 3.3) Imports: AzureAuth (>= 1.2.0), AzureRMR, jsonlite, httr (>= 1.3), Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr Roxygen: list(markdown=TRUE, r6=FALSE, old_usage=TRUE) RoxygenNote: 7.3.1 Config/pak/sysreqs: libssl-dev Repository: https://azure.r-universe.dev Date/Publication: 2025-04-12 14:50:29 UTC RemoteUrl: https://github.com/azure/azurecognitive RemoteRef: HEAD RemoteSha: dcb79f6185e0de11d7c20ad10fa8fe3f61078830 NeedsCompilation: no Packaged: 2026-06-18 08:53:58 UTC; root Author: Hong Ooi [aut, cre], Microsoft [cph] Maintainer: Hong Ooi