[Vegan-commits] r2026 - www

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Dec 18 16:47:55 CET 2011


Author: jarioksa
Date: 2011-12-18 16:47:55 +0100 (Sun, 18 Dec 2011)
New Revision: 2026

Modified:
   www/FAQ-R-Forge.html
   www/index.php
Log:
tidy up

Modified: www/FAQ-R-Forge.html
===================================================================
--- www/FAQ-R-Forge.html	2011-12-18 12:15:29 UTC (rev 2025)
+++ www/FAQ-R-Forge.html	2011-12-18 15:47:55 UTC (rev 2026)
@@ -7,8 +7,8 @@
 <h1>FAQ: R-Forge binaries of vegan fail in Mac OS</h1>
 
 <p>Several users have reported that R-Forge binaries of <b>vegan</b>
-fail with a message similar to below (the exact message varies with
-your platform, but all report <code>Errod in dyn.load</code>):
+fail with a message similar to the one below (the exact message varies with
+your platform, but all report <code>Error in dyn.load</code>):
 <code>
 <pre>
 Error in dyn.load(file, DLLpath = DLLpath, ...) :
@@ -19,8 +19,6 @@
  Referenced from:
 /Library/Frameworks/R.framework/Versions/2.14/Resources/library/vegan/libs/i386/vegan.so
  Reason: image not found
-In addition: Warning message:
-package ‘vegan’ was built under R version 2.14.1
 </pre>
 </code>
 <p> Alternatively, you can get the following message:
@@ -33,12 +31,15 @@
 </code>
 </pre>
 
-<p>The problem is that the R-Forge binary package was built assuming
-that Fortran and Fortran run time libraries are installed in the
-computer, and if you do not have Fortan, you get the
-reported problem. <b>R</b> ships with its own Fortran runtime libraries, but
-you must tell that they are used, and if the built package fails to do
-this, you get the error like that above.
+<p>The problem in both cases is that the R-Forge binary package was
+built assuming that Fortran and Fortran runtime libraries are
+installed in the computer, and if you do not have Fortan, you get the
+reported problem. <b>R</b> ships with its own Fortran runtime
+libraries, but you must tell that they are used, and if the built
+package fails to do this, you get the error like that above. CRAN
+fixes the built binaries so that they can be used in all Macs, but
+R-Forge does not do this, and therefore its binaries can be used only
+in Macs with installed Fortran.
 
 <p>I have filed this as <a href=
 "https://r-forge.r-project.org/tracker/?func=detail&aid=1343&group_id=34&atid=194">Bug
@@ -51,6 +52,7 @@
 href="http://cran.R-project.org/bin/macosx/RMacOSX-FAQ.html#Building-universal-package">R
 for MacOS FAQ</a> (last paragraph in Question 5.4).
 
+<hr>
 <address>
 <a href="mailto:jari.oksanen at oulu.fi">Jari Oksanen</a>
 </address>

Modified: www/index.php
===================================================================
--- www/index.php	2011-12-18 12:15:29 UTC (rev 2025)
+++ www/index.php	2011-12-18 15:47:55 UTC (rev 2026)
@@ -72,7 +72,7 @@
 
 <li>The <a href="NEWS.html">NEWS of the (next) release</a> </li>
 
-<li><a href="FAQ-R-Forge.html">:FAQ: R-Forge binaries of vegan fail in Mac</a></li>
+<li><a href="FAQ-R-Forge.html">FAQ: R-Forge binaries of vegan fail in Mac</a></li>
 
 <li>Vegan <a href="FAQ-vegan.html">FAQ</a>.</li>
 



More information about the Vegan-commits mailing list