[Vegan-commits] r2875 - pkg/vegan/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 19 05:11:48 CEST 2014


Author: gsimpson
Date: 2014-08-19 05:11:48 +0200 (Tue, 19 Aug 2014)
New Revision: 2875

Modified:
   pkg/vegan/R/simper.R
Log:
fix a typo in part of the fix to r2874

Modified: pkg/vegan/R/simper.R
===================================================================
--- pkg/vegan/R/simper.R	2014-08-18 14:19:53 UTC (rev 2874)
+++ pkg/vegan/R/simper.R	2014-08-19 03:11:48 UTC (rev 2875)
@@ -75,7 +75,7 @@
                         pfun(d, comm, comp, i, contrp), mc.cores = parallel)
                     perm.contr <- do.call(cbind, perm.contr)
                 } else {
-                    perm.contr <- parSapply(parallel, seq_len(npmer), function(d) 
+                    perm.contr <- parSapply(parallel, seq_len(nperm), function(d) 
                         pfun(d, comm, comp, i, contrp))
                 }  
             } else {



More information about the Vegan-commits mailing list