Changes

R

2,326 bytes added, 07:06, 23 September 2009
first version
This is a silent installer and uninstalled for [http://www.r-project.org/ R], a statistical programming language. Each version of R can be installed in parallel, however for cleanliness we don't want that, and so uninstall older versions. The components are listed in [https://svn.r-project.org/R/branches/R-2-9-branch/src/gnuwin32/installer/JRins.pl JRins.pl] however they've been reorganised in [https://svn.r-project.org/R/trunk/src/gnuwin32/installer/JRins.pl trunk] which will become 2.10, more details are in the[https://svn.r-project.org/R/trunk/src/gnuwin32/CHANGES CHANGES] file, under INSTALLATION.

<source lang="xml">
<package id="r" name="R" revision="292" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="R for Windows 2.9.2" />
<install cmd='"%PROGRAMFILES%\R\R-2.7.1\unins000.exe" /verysilent' ><exit code="any" /></install>
<install cmd='"%PROGRAMFILES%\R\R-2.8.0\unins000.exe" /verysilent' ><exit code="any" /></install>
<install cmd='"%PROGRAMFILES%\R\R-2.8.1\unins000.exe" /verysilent' ><exit code="any" /></install>
<install cmd='"%PROGRAMFILES%\R\R-2.9.0\unins000.exe" /verysilent' ><exit code="any" /></install>
<install cmd='"%PROGRAMFILES%\R\R-2.9.1\unins000.exe" /verysilent' ><exit code="any" /></install>
<install cmd='%SOFTWARE%\R\r-2.9.2-win32.exe /verysilent /components="main,chtml,html,html/help,latex,manuals,manuals/basic,manuals/technical,manuals/refman,libdocs,devel,tcl,tcl/chm,Rd,trans"' />
<upgrade cmd='"%PROGRAMFILES%\R\R-2.7.1\unins000.exe" /verysilent' ><exit code="any" /></upgrade>
<upgrade cmd='"%PROGRAMFILES%\R\R-2.8.0\unins000.exe" /verysilent' ><exit code="any" /></upgrade>
<upgrade cmd='"%PROGRAMFILES%\R\R-2.8.1\unins000.exe" /verysilent' ><exit code="any" /></upgrade>
<upgrade cmd='"%PROGRAMFILES%\R\R-2.9.0\unins000.exe" /verysilent' ><exit code="any" /></upgrade>
<upgrade cmd='"%PROGRAMFILES%\R\R-2.9.1\unins000.exe" /verysilent' ><exit code="any" /></upgrade>
<upgrade cmd='%SOFTWARE%\R\base\r-2.9.2-win32.exe /verysilent /components="main,chtml,html,html/help,latex,manuals,manuals/basic,manuals/technical,manuals/refman,libdocs,devel,tcl,tcl/chm,Rd,trans"' />
<remove cmd='"%PROGRAMFILES%\R\R-2.9.2\unins000.exe" /verysilent' />
</package>
</source>
12
edits