2017-02-10 04:32:48 +03:00
|
|
|
Package: AzureDSR
|
|
|
|
Type: Package
|
2017-02-15 13:10:41 +03:00
|
|
|
Title: Create and Manage Azure Based Data Science Resources for Convenient
|
|
|
|
Execution of Scalable and Elastic Analytics.
|
2017-02-10 04:32:48 +03:00
|
|
|
Version: 0.1.0
|
2017-02-10 10:13:37 +03:00
|
|
|
Authors@R: c(
|
|
|
|
person(family="Microsoft Coporation", role="cph"),
|
|
|
|
person("Graham", "Williams", role=c("aut", "cre"), email="grwilli@microsoft.com"),
|
2017-02-14 12:15:08 +03:00
|
|
|
person("Le", "Zhang", role=c("aut"), email="zhle@microsoft.com"))
|
2017-02-15 13:10:41 +03:00
|
|
|
Description: The AzureDSR is a package that aims at providing handy methods,
|
|
|
|
with the help of underlying AzureSMR package, for doing data science jobs on
|
|
|
|
Azure cloud efficiently and economically. Basically it can be used with the
|
|
|
|
following benefits. Easy operations such as create, start, and stop of Azure
|
|
|
|
data science instances. Remote execution of data analytical jobs on cloud with
|
|
|
|
specified computing context. Monitor of data consumption and calculation of
|
|
|
|
Azure resouce usage.
|
|
|
|
Depends:
|
|
|
|
R (>= 3.3.1)
|
2017-02-10 10:13:37 +03:00
|
|
|
Copyright: Microsoft
|
|
|
|
URL: https://github.com/Azure/AzureDSR
|
|
|
|
BugReports: https://github.com/Azure/AzureDSR/issues
|
|
|
|
License: MIT License
|
|
|
|
LazyData: TRUE
|
2017-02-15 13:10:41 +03:00
|
|
|
Imports:
|
2017-02-10 10:13:37 +03:00
|
|
|
AzureSMR (>= 0.2.2),
|
|
|
|
stringr (>= 1.1.0),
|
|
|
|
stringi (>= 1.1.2),
|
2017-02-14 05:11:49 +03:00
|
|
|
magrittr (>= 1.5),
|
2017-02-10 10:13:37 +03:00
|
|
|
dplyr (>= 0.5.0)
|
2017-02-15 13:10:41 +03:00
|
|
|
Suggests:
|
2017-02-10 10:13:37 +03:00
|
|
|
knitr,
|
2017-02-10 05:20:03 +03:00
|
|
|
rmarkdown
|
|
|
|
VignetteBuilder: knitr
|
2017-02-15 13:10:41 +03:00
|
|
|
RoxygenNote: 5.0.1
|