FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 5176e376 authored by Dr Adam Thorn's avatar Dr Adam Thorn
Browse files

R -> v3.6.2

parent 9a2b87bb
No related branches found
No related tags found
1 merge request!102R.xml
......@@ -5,12 +5,13 @@
<!-- https://cran.r-project.org/bin/windows/base/ -->
<variable name="version" value="3.6.1" />
<variable name="version" value="3.6.2" />
<!-- automatically try to uninstall earlier versions, but ignore errors due to them not being present -->
<!-- please keep appending to this list as you add new versions -->
<install cmd='cmd /c if exist "%programfiles%\R\R-3.2.5\unins000.exe" "%programfiles%\R\R-3.2.5\unins000.exe" /verysilent'><exit code="any" /></install>
<install cmd='cmd /c if exist "%programfiles%\R\R-3.5.1\unins000.exe" "%programfiles%\R\R-3.5.1\unins000.exe" /verysilent'><exit code="any" /></install>
<install cmd='cmd /c if exist "%programfiles%\R\R-3.6.1\unins000.exe" "%programfiles%\R\R-3.6.1\unins000.exe" /verysilent'><exit code="any" /></install>
<install cmd='%SOFTWARE%\R\r-%version%-win.exe /verysilent' />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment