RevolutionAnalytics / AzureML

An R interface to AzureML(https://studio.azureml.net/) experiments, datasets, and web services.
Other
46 stars 22 forks source link

Use secret vault to encode Azure keys for automatic build and test #124

Closed andrie closed 7 years ago

andrie commented 7 years ago

The package secret on github, https://github.com/gaborcsardi/secret, adds functionality to encrypt information inside a package vault.

The benefit of doing this is that it allows collaborators to run the unit tests, without setting up their own azure keys.

andrie commented 7 years ago

Abandoning this effort

andrie commented 7 years ago

The existing work is in branch 124-secret-vault