~showard314/ubuntu/karmic/r-base/remove_start_comments

« back to all changes in this revision

Viewing changes to doc/html/R-admin.html

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2008-12-20 09:26:38 UTC
  • mfrom: (1.2.6 upstream)
  • mto: (2.1.32 jaunty)
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: james.westby@ubuntu.com-20081220092638-i4p6po0hndi24ri5
* Updated to Dec 19 release candidate of R 2.8.1 expected for Dec 22

* r-doc-pdf expected to be empty due to the tex/texinfo bug below

* debian/control: Change Build-Depends: on openjdk-6-jdk to 
  'openjdk-6-jdk [!arm !hppa]' as arm and hppa do not have one.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
 
221
221
<p>This is a guide to installation and administration for R.
222
222
 
223
 
   <p>The current version of this document is 2.8.1 (2008-12-12).
 
223
   <p>The current version of this document is 2.8.1 (2008-12-19).
224
224
 
225
225
   <p>ISBN 3-900051-09-7
226
226
 
787
787
   <p>Your file system must allow long file names (as is likely except
788
788
perhaps for some network-mounted systems).
789
789
 
790
 
   <p>Installation is <em>via</em> the installer <samp><span class="file">R-2.8.1beta-win32.exe</span></samp>. 
 
790
   <p>Installation is <em>via</em> the installer <samp><span class="file">R-2.8.1rc-win32.exe</span></samp>. 
791
791
Just double-click on the icon and follow the instructions.  You can
792
792
uninstall R from the Control Panel.  (Note that you will probably
793
793
(depending on the Windows language settings) be asked to choose a
1074
1074
</pre>
1075
1075
   <p class="noindent">where <samp><span class="file">rootdir</span></samp> is the path to the root of the customized
1076
1076
installation (forward slashes and no spaces, please).  This creates an
1077
 
executable with the standard name, <samp><span class="file">R-2.8.1beta-win32.exe</span></samp>, so
 
1077
executable with the standard name, <samp><span class="file">R-2.8.1rc-win32.exe</span></samp>, so
1078
1078
please rename it to indicate that it is customized.
1079
1079
 
1080
1080
   <p>The defaults for the startup parameters may also be customized.  For example
3182
3182
     LDFLAGS="-L$ICC_LIBS -L$IFC_LIBS -L/usr/local/lib64"
3183
3183
     SHLIB_CXXLD=icpc
3184
3184
</pre>
3185
 
   <p class="noindent"><samp><span class="command">configure</span></samp> will add `<samp><span class="samp">-c99</span></samp>' to <code>CC</code> for C99-compliance. 
3186
 
R will add `<samp><span class="samp">-mp</span></samp>' in <code>R_XTRA_{C,F,CXX}FLAGS</code> to maintain
3187
 
correct <acronym>IEC</acronym>&nbsp;<!-- /@w -->60559 arithmetic.  The flag <samp><span class="option">-wd188</span></samp>
 
3185
   <p class="noindent"><samp><span class="command">configure</span></samp> will add `<samp><span class="samp">-c99</span></samp>' to <code>CC</code> for
 
3186
C99-compliance.  This causes warnings with <code>icc</code> 10, so use
 
3187
<code>CC="icc -std=c99"</code> there.  R will add `<samp><span class="samp">-mp</span></samp>' in
 
3188
<code>R_XTRA_{C,F,CXX}FLAGS</code> to maintain correct
 
3189
<acronym>IEC</acronym>&nbsp;<!-- /@w -->60559 arithmetic.  The flag <samp><span class="option">-wd188</span></samp>
3188
3190
suppresses a large number of warnings about the enumeration type
3189
3191
`<samp><span class="samp">Rboolean</span></samp>'.  Because the Intel C compiler sets `<samp><span class="samp">__GNUC__</span></samp>'
3190
3192
without complete emulation of <samp><span class="command">gcc</span></samp>, we suggest adding
4010
4012
 
4011
4013
   <p>A complete build of R including compiled <acronym>HTML</acronym> help files and
4012
4014
PDF manuals, and producing the standalone installer
4013
 
<samp><span class="file">R-2.8.1beta-win32.exe</span></samp> will also need the following:
 
4015
<samp><span class="file">R-2.8.1rc-win32.exe</span></samp> will also need the following:
4014
4016
     <ul>
4015
4017
<li>The Microsoft <acronym>HTML</acronym> Help Workshop
4016
4018
<li>LaTeX
4105
4107
 
4106
4108
<h3 class="section">E.4 The Inno Setup installer</h3>
4107
4109
 
4108
 
<p>To make the installer package (<samp><span class="file">R-2.8.1beta-win32.exe</span></samp>) we require
 
4110
<p>To make the installer package (<samp><span class="file">R-2.8.1rc-win32.exe</span></samp>) we require
4109
4111
Inno Setup 5.1.7 or later (including 5.2.x) from <a href="http://jrsoftware.org"><code>jrsoftware.org</code></a>.  This is <em>not</em> included in <samp><span class="file">Rtools.exe</span></samp>.
4110
4112
 
4111
4113
   <p>Edit file <samp><span class="file">src/gnuwin32/MkRules</span></samp> and change <code>ISDIR</code> to the