VS project to execute R scripts processing data on Azure Batch
Перейти к файлу
Dwai Banerjee 32622f58d1 Update README.md 2016-10-03 04:13:57 +02:00
RScriptsManager add blob uploader project 2016-09-07 12:31:50 +02:00
.gitattributes add blob uploader project 2016-09-07 12:31:50 +02:00
.gitignore add blob uploader project 2016-09-07 12:31:50 +02:00
LICENSE.md Update LICENSE.md 2016-10-03 04:08:45 +02:00
README.md Update README.md 2016-10-03 04:13:57 +02:00

README.md

azure-batch-rscripts-manager

This project is hosted at:

Visual Studio Solution to manage execution and distribution of R scripts and data across multiple Azure batch nodes dynamically.

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.

This repo is heavily based on the work done by Ruben Pool (Ruben.Pool@microsoft.com) and Joep Fennema (Joep.Fennema@microsoft.com).

Reporting bugs

Please report bugs by opening an issue in the GitHub Issue Tracker

Patches and pull requests

Patches can be submitted as GitHub pull requests. If using GitHub please make sure your branch applies to the current master as a 'fast forward' merge (i.e. without creating a merge commit). Use the git rebase command to update your branch to the current master if necessary.