Skip to content

Commit

Permalink
Fix R Download
Browse files Browse the repository at this point in the history
  • Loading branch information
asjimene committed Nov 28, 2020
1 parent 53ffe48 commit 4395d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Disabled/R.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</Application>
<Downloads>
<Download DeploymentType="DeploymentType1">
<PrefetchScript>$URL = "https://cran.cnr.berkeley.edu/bin/windows/base/$((Invoke-WebRequest https://cran.cnr.berkeley.edu/bin/windows/base/ | Select -ExpandProperty Links | Where innerText -like "Download R*for Windows")[0].href)"</PrefetchScript>
<PrefetchScript>$URL = "https://cloud.r-project.org//bin/windows/base/$((Invoke-WebRequest https://cloud.r-project.org/bin/windows/base/ | Select -ExpandProperty Links | Where innerText -like "Download R*for Windows")[0].href)"</PrefetchScript>
<URL></URL>
<DownloadFileName>RInstall.exe</DownloadFileName>
<DownloadVersionCheck>
Expand Down

0 comments on commit 4395d52

Please sign in to comment.