-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.56 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: azuremlsdk
Type: Package
Title: Interface to the 'Azure Machine Learning' 'SDK'
Version: 1.10.0
Authors@R: c(
person("Diondra", "Peck", email = "[email protected]", role = c("cre", "aut")),
person("Minna", "Xiao", email = "[email protected]", role = c("aut")),
person("AzureML R SDK Team", email = "[email protected]", role = c("ctb")),
person("Microsoft", role = c("cph", "fnd")),
person(family = "Google Inc.", role = c("cph"), comment = "Examples and Tutorials"),
person(family = "The TensorFlow Authors", role = c("cph"), comment = "Examples and Tutorials"),
person(family = "RStudio Inc.", role = c("cph"), comment = "Examples and Tutorials")
)
URL: https://github.com/azure/azureml-sdk-for-r
BugReports: https://github.com/azure/azureml-sdk-for-r/issues
Description: Interface to the 'Azure Machine Learning' Software Development Kit
('SDK'). Data scientists can use the 'SDK' to train, deploy, automate, and
manage machine learning models on the 'Azure Machine Learning' service. To
learn more about 'Azure Machine Learning' visit the website:
<https://docs.microsoft.com/en-us/azure/machine-learning/service/overview-what-is-azure-ml>.
Encoding: UTF-8
License: MIT + file LICENSE
RoxygenNote: 7.1.1
Depends:
R (>= 3.5.0)
Imports:
ggplot2,
reticulate (>= 1.12),
plyr (>= 1.8),
DT,
rstudioapi (>= 0.7),
htmltools,
servr,
shiny,
shinycssloaders
Suggests: rmarkdown,
knitr,
testthat,
dplyr,
jsonlite,
foreach,
iterators,
utils
VignetteBuilder: knitr