[Vegan-commits] r2596 - in branches/2.0: R inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 26 09:38:35 CEST 2013
Author: jarioksa
Date: 2013-08-26 09:38:35 +0200 (Mon, 26 Aug 2013)
New Revision: 2596
Modified:
branches/2.0/R/anova.ccabyaxis.R
branches/2.0/inst/ChangeLog
Log:
merge r2593: stats::: in anova.ccabyaxis
Modified: branches/2.0/R/anova.ccabyaxis.R
===================================================================
--- branches/2.0/R/anova.ccabyaxis.R 2013-08-26 07:29:16 UTC (rev 2595)
+++ branches/2.0/R/anova.ccabyaxis.R 2013-08-26 07:38:35 UTC (rev 2596)
@@ -10,7 +10,8 @@
## Handle missing values in scores, both "omit" and "exclude" to
## match dims with data.
if (!is.null(object$na.action)) {
- u <- stats:::napredict.exclude(object$na.action, object$CCA$u)
+ u <- napredict(structure(object$na.action, class="exclude"),
+ object$CCA$u)
} else {
u <- object$CCA$u
}
Modified: branches/2.0/inst/ChangeLog
===================================================================
--- branches/2.0/inst/ChangeLog 2013-08-26 07:29:16 UTC (rev 2595)
+++ branches/2.0/inst/ChangeLog 2013-08-26 07:38:35 UTC (rev 2596)
@@ -4,6 +4,7 @@
Version 2.0-9 (opened August 23, 2013)
+ * merge 2593: remove stats::: in anova.ccabyaxis().
* merge 2590: typos.
* merge r2588: remove unneeded utils::: in vegandocs (some remain).
* merge 2584,6: vegan Depends on lattice, avoid lattice:::
More information about the Vegan-commits
mailing list