microsoft / sql-server-language-extensions

language-extensions-sqlserver
Other
106 stars 43 forks source link

[R Extension] Update R and RTools Download URLs in Restore Script #45

Closed SicongLiu2000 closed 7 months ago

SicongLiu2000 commented 7 months ago

This update in restore-packages.cmd reflects the change in URLs for downloading R and Rtools. The modification was necessary because the previous URLs (pointing to cran.microsoft.com) are no longer accessible. We've updated these URLs to their new locations on cran.r-project.org, ensuring the script remains functional for setting up the necessary R environment and tools.

This change is tested with ADO build pipelines already

monamaki commented 7 months ago

Can you add how did you test this in the PR's desc too?