[Vegan-commits] r1698 - in pkg/vegan: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 8 16:43:03 CEST 2011
Author: jarioksa
Date: 2011-08-08 16:43:03 +0200 (Mon, 08 Aug 2011)
New Revision: 1698
Modified:
pkg/vegan/DESCRIPTION
pkg/vegan/NAMESPACE
pkg/vegan/inst/ChangeLog
Log:
register S3 method densityplot.oecosimu
Modified: pkg/vegan/DESCRIPTION
===================================================================
--- pkg/vegan/DESCRIPTION 2011-08-07 17:32:53 UTC (rev 1697)
+++ pkg/vegan/DESCRIPTION 2011-08-08 14:43:03 UTC (rev 1698)
@@ -7,6 +7,7 @@
M. Henry H. Stevens, Helene Wagner
Maintainer: Jari Oksanen <jari.oksanen at oulu.fi>
Depends: permute
+Imports: lattice
Suggests: MASS, mgcv, lattice, cluster, scatterplot3d, rgl, tcltk
Description: Ordination methods, diversity analysis and other
functions for community and vegetation ecologists.
Modified: pkg/vegan/NAMESPACE
===================================================================
--- pkg/vegan/NAMESPACE 2011-08-07 17:32:53 UTC (rev 1697)
+++ pkg/vegan/NAMESPACE 2011-08-08 14:43:03 UTC (rev 1698)
@@ -6,7 +6,7 @@
import(stats)
import(graphics)
importFrom(utils, head, tail)
-#importFrom(lattice, densityplot)
+importFrom(lattice, densityplot)
# AIC: stats
S3method(AIC, radfit)
# RsquareAdj: vegan
@@ -69,7 +69,7 @@
# density: stats
S3method(density, oecosimu)
# densityplot: lattice
-#S3method(densityplot, oecosimu)
+S3method(densityplot, oecosimu)
# deviance: stats
S3method(deviance, cca)
S3method(deviance, rda)
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2011-08-07 17:32:53 UTC (rev 1697)
+++ pkg/vegan/inst/ChangeLog 2011-08-08 14:43:03 UTC (rev 1698)
@@ -8,10 +8,9 @@
everything and loads compiled code (so that nothing changed in
from user's perspective). Some superfluous aliases were removed
with the registration of S3 methods, and scoping was changed a bit
- in anova.ccabyterm. as.mcmc and densityplot are not yet registred:
- these need changes in Imports field of DESCRIPTION (same with
- vif.cca: vif is defined in car, but we could have our private vif
- generic here?).
+ in anova.ccabyterm. as.mcmc is not yet registred: it need changes
+ in Imports field of DESCRIPTION (same with vif.cca: vif is defined
+ in car, but we could have our private vif generic here?).
Version 1.90-2 (closed August 6, 2011)
More information about the Vegan-commits
mailing list