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 81e59940c4 Updated expenseCalculator and corresponding vignette 2017-02-27 17:09:28 +08:00
R Updated expenseCalculator and corresponding vignette 2017-02-27 17:09:28 +08:00
inst/etc Updated expenseCalculator and corresponding vignette 2017-02-27 17:09:28 +08:00
man Updated expenseCalculator and corresponding vignette 2017-02-27 17:09:28 +08:00
vignettes Updated expenseCalculator and corresponding vignette 2017-02-27 17:09:28 +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 Add conveneinet dsvm ping. 2017-02-24 15:29:48 +08:00
NAMESPACE Updated expenseCalculator and corresponding vignette 2017-02-27 17:09:28 +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 Rename vignettes to script to build the R scripts in 2017-02-23 15:27:43 +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.