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.
Перейти к файлу
Graham Williams 8149f84ceb Remove NAMESPACVE and man from ignore - we should have these
existing in the repo.
2017-03-22 11:29:53 +08:00
R Handled tempfile path issue for Windows system 2017-03-21 22:40:30 +08:00
inst/etc fixed deployment problem for Windows DSVM 2017-03-03 16:23:30 +08:00
test rename resources as listRG 2017-03-22 09:39:44 +08:00
vignettes Update style. 2017-03-22 10:37:07 +08:00
.Rbuildignore New files to ignore. 2017-02-28 11:22:42 +08:00
.gitignore Remove NAMESPACVE and man from ignore - we should have these 2017-03-22 11:29:53 +08:00
AzureDSVM.Rproj Rewrote vignettes 2017-03-21 15:59:31 +08:00
DESCRIPTION Updated DESCRIPTION 2017-03-21 11:36:21 +08:00
LICENSE Initial commit 2017-02-09 17:18:42 -08:00
Makefile Replace resource target with list 2017-03-22 09:39:00 +08:00
README.md Rewrote README 2017-03-21 16:10:32 +08:00
git.mk Remove info target 2017-03-22 09:39:23 +08:00
r.mk Format R file list. 2017-03-22 09:38:37 +08:00

README.md

AzureDSVM

The AzureDSVM (Azure Data Science Virtual Machine) is an R Package for Data Scientists working with the Azure compute platform as a complement to the underlying AzureSMR for controlling Azure Data Science Virtual Machines.

To install the package from github:

devtools::install_github("Azure/AzureDSVM")

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

library(help=AzureDSVM)

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

To get started with this package, see the Vignettes:

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.