[Vegan-commits] r2128 - in pkg/vegan: R inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 11 10:20:20 CEST 2012
Author: jarioksa
Date: 2012-04-11 10:20:20 +0200 (Wed, 11 Apr 2012)
New Revision: 2128
Modified:
pkg/vegan/R/anova.prc.R
pkg/vegan/inst/ChangeLog
Log:
Squashed commit of the following:
commit 636a35f0c513b5688b119c16967d97c74eff0ba5
Author: Jari Oksanen <jari.oksanen at oulu.fi>
Date: Wed Apr 11 11:08:46 2012 +0300
anova(<prc-object>, by = ...) failed due to NAMESPACE issues
Reported as issue #7 by Eduard Sc?\195?\182cz in github.com
Modified: pkg/vegan/R/anova.prc.R
===================================================================
--- pkg/vegan/R/anova.prc.R 2012-04-10 10:58:13 UTC (rev 2127)
+++ pkg/vegan/R/anova.prc.R 2012-04-11 08:20:20 UTC (rev 2128)
@@ -15,7 +15,7 @@
names(object$call), 0)
call <- object$call[c(1,m)]
call$formula <- fla
- call[[1]] <- as.name("rda.formula")
+ call[[1]] <- as.name("rda")
object <- eval(call, parent.frame())
anova(object, ...)
} else {
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2012-04-10 10:58:13 UTC (rev 2127)
+++ pkg/vegan/inst/ChangeLog 2012-04-11 08:20:20 UTC (rev 2128)
@@ -16,6 +16,10 @@
was already analysed by Marti Anderson when introducing the
method).
+ * anova of prc() objects by "axis", "terms" or "margin" failed due
+ to NAMESPACE issues. Reported as issue #7 by Eduard Szöcz in
+ github.com.
+
* msoplot: expose 'ylim' as an argument. Previously, 'ylim' was
set internally and user could not change it setting, although
y-axis maximum was sometimes so low that standard errors were
More information about the Vegan-commits
mailing list