-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
25 lines (25 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: AzureCognitive
Title: Interface to Azure Cognitive Services
Version: 1.0.1.9000
Authors@R: c(
person("Hong", "Ooi", , "[email protected]", role = c("aut", "cre")),
person("Microsoft", role="cph")
)
Description: An interface to Azure Cognitive Services <https://docs.microsoft.com/en-us/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.1.1