mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
MLS - Setting the right url to install sqlmlutils from for MAC and Linux (#9962)
* Setting the right url to install sqlmlutils from for MAC and Linux
This commit is contained in:
@@ -9,12 +9,25 @@
|
||||
"requiredRPackages": [
|
||||
{
|
||||
"name": "RODBCext",
|
||||
"repository": "https://cran.microsoft.com"
|
||||
"repository": "https://mran.microsoft.com/snapshot/2019-02-01/"
|
||||
},
|
||||
{
|
||||
"name": "sqlmlutils",
|
||||
"fileName": "sqlmlutils_0.7.1.zip",
|
||||
"downloadUrl": "https://github.com/microsoft/sqlmlutils/blob/master/R/dist/sqlmlutils_0.7.1.zip?raw=true"
|
||||
"downloadUrl": "https://github.com/microsoft/sqlmlutils/blob/master/R/dist/sqlmlutils_0.7.1.zip?raw=true",
|
||||
"platform" : "win32"
|
||||
},
|
||||
{
|
||||
"name": "sqlmlutils",
|
||||
"fileName": "sqlmlutils_0.7.1.tar.gz",
|
||||
"downloadUrl": "https://github.com/microsoft/sqlmlutils/blob/master/R/dist/sqlmlutils_0.7.1.tar.gz?raw=true",
|
||||
"platform" : "darwin"
|
||||
},
|
||||
{
|
||||
"name": "sqlmlutils",
|
||||
"fileName": "sqlmlutils_0.7.1.tar.gz",
|
||||
"downloadUrl": "https://github.com/microsoft/sqlmlutils/blob/master/R/dist/sqlmlutils_0.7.1.tar.gz?raw=true",
|
||||
"platform" : "linux"
|
||||
}
|
||||
],
|
||||
"rPackagesRepository": "https://cran.r-project.org"
|
||||
|
||||
Reference in New Issue
Block a user