Machine Learning Services R Packages (#8870)

* R Package management in Machine learning services extension
This commit is contained in:
Leila Lali
2020-01-15 12:19:22 -08:00
committed by GitHub
parent d3105beb43
commit 09b578a169
29 changed files with 1330 additions and 414 deletions

View File

@@ -26,6 +26,22 @@
"Microsoft.notebook"
],
"contributes": {
"configuration": {
"type": "object",
"title": "%mls.configuration.title%",
"properties": {
"machineLearningServices.pythonPath": {
"type": "string",
"default": "python",
"description": "%mls.pythonPath.description%"
},
"machineLearningServices.rPath": {
"type": "string",
"default": "r",
"description": "%mls.rPath.description%"
}
}
},
"commands": [
{
"command": "mls.command.managePackages",
@@ -38,6 +54,10 @@
{
"command": "mls.command.mlsdocs",
"title": "%mls.command.mlsdocs%"
},
{
"command": "mls.command.dependencies",
"title": "%mls.command.dependencies%"
}
],
"dashboard.tabs": [
@@ -77,12 +97,14 @@
]
},
"dependencies": {
"request": "^2.88.0",
"vscode-nls": "^4.0.0",
"vscode-languageclient": "^5.3.0-next.1"
},
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/node": "^10.14.8",
"@types/request": "^2.48.1",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",