[Vegan-commits] r2340 - pkg/vegan/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 19 07:36:09 CET 2012


Author: jarioksa
Date: 2012-12-19 07:36:08 +0100 (Wed, 19 Dec 2012)
New Revision: 2340

Modified:
   pkg/vegan/inst/doc/decision-vegan.Rnw
Log:
update for the current R release

Modified: pkg/vegan/inst/doc/decision-vegan.Rnw
===================================================================
--- pkg/vegan/inst/doc/decision-vegan.Rnw	2012-12-14 10:10:18 UTC (rev 2339)
+++ pkg/vegan/inst/doc/decision-vegan.Rnw	2012-12-19 06:36:08 UTC (rev 2340)
@@ -44,7 +44,7 @@
 \section{Parallel processing}
 
 Several \pkg{vegan} functions can perform parallel processing using
-the standard \R{} package \pkg{parallel}.\footnote{available since
+the standard \R{} package \pkg{parallel}.\footnote{Available since
   \R{} version 2.14.0.}  The \pkg{parallel} package in \R{} implements
 the functionality of earlier contributed packages \pkg{multicore} and
 \pkg{snow}.  The \pkg{multicore} functionality forks the analysis to
@@ -97,11 +97,11 @@
 the environmental variable \code{MC_CORES} when the \pkg{parallel}
 package is loaded.
 
-The \R{} development version\footnote{Probably released as \R-2.15.0
-  in October 2012.} allows setting up a default socket cluster
-(\code{setDefaultCluster}).  In that case \pkg{vegan} will perform
-parallel processing with that default cluster.  If the \code{mc.cores}
-is also set, it takes precedence.  
+\R{} allows\footnote{Since \R{} version 2.15.0.}
+setting up a default socket cluster (\code{setDefaultCluster}).  In
+that case \pkg{vegan} will perform parallel processing with that
+default cluster.  If the \code{mc.cores} is also set, it takes
+precedence.
 
 \subsubsection{Setting up socket clusters}
 \label{sec:parallel:socket}
@@ -252,7 +252,8 @@
     \pkg{parallel} package, and it is always unset before first
     \code{require(parallel)}. \footnote{The behaviour of
       \code{mc.cores} option is untested in Windows.}
-  \item In \R-2.15.0 the default socket cluster will be used if set.
+  \item The default socket cluster will be used if
+    set.\footnote{Default cluster is available since \R{} 2.15.0.}
   \item The fall back behaviour is no parallel processing. 
 \end{enumerate}
 



More information about the Vegan-commits mailing list