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:
Leila Lali
2020-04-30 12:09:05 -07:00
committed by GitHub
parent 0999060827
commit af36d79c53
4 changed files with 23 additions and 5 deletions

View File

@@ -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"