AzureDSVM is an R package that offers convenient harness of Azure DSVM, remote execution of scalable and elastic data science work, and monitoring of on-demand resource consumption.
Перейти к файлу
yueguoguo 3632db6936 Updated R scripts for operating DSVM and remote execution with R interface 2017-02-16 15:02:41 +08:00
R Updated R scripts for operating DSVM and remote execution with R interface 2017-02-16 15:02:41 +08:00
inst/etc Rewrote deployDSVM function. Added associating template and parameter JSON files 2017-02-15 18:00:03 +08:00
man Updated R scripts for operating DSVM and remote execution with R interface 2017-02-16 15:02:41 +08:00
vignettes Updated R scripts for operating DSVM and remote execution with R interface 2017-02-16 15:02:41 +08:00
.Rbuildignore Ensure the build ignores the credentials, Makefile and auto 2017-02-16 10:00:40 +08:00
.gitignore Merge branch 'master' of github.com:Azure/AzureDSR 2017-02-10 17:13:53 +08:00
AzureDSR.Rproj initialize package 2017-02-10 09:32:48 +08:00
DESCRIPTION Updated /man with function documentation 2017-02-15 18:10:41 +08:00
LICENSE Initial commit 2017-02-09 17:18:42 -08:00
Makefile Initial import 2017-02-16 11:26:49 +08:00
NAMESPACE Updated R scripts for operating DSVM and remote execution with R interface 2017-02-16 15:02:41 +08:00
README.md Add link to generic vignette. 2017-02-10 15:19:55 +08:00
git.mk Initial import 2017-02-16 11:27:05 +08:00
r.mk Format 2017-02-16 11:47:16 +08:00

README.md

AzureDSR

The Azure Data Science Resources is an R Package for Data Scientists working with the Azure compute platform as a complement to the underlying AzureSMR for controlling Azure Resources.

To get started with this package, see the Vignettes:

To install the package from github:

devtools::install_github("Azure/AzureDSR")

Help pages are also provided for all functions within the package. With RStudio for example type AzureDSR into search when the package is loaded to see a list of functions/help pages or else

library(help=AzureDSR)

Note: The package will work with any open source R Session or with Microsoft R extensions.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.