[Vegan-commits] r2582 - pkg/vegan
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Aug 19 09:21:18 CEST 2013
Author: jarioksa
Date: 2013-08-19 09:21:18 +0200 (Mon, 19 Aug 2013)
New Revision: 2582
Modified:
pkg/vegan/DESCRIPTION
pkg/vegan/NAMESPACE
Log:
R-devel introduced more anal tests on suggests/imports etc.
Modified: pkg/vegan/DESCRIPTION
===================================================================
--- pkg/vegan/DESCRIPTION 2013-08-09 08:13:48 UTC (rev 2581)
+++ pkg/vegan/DESCRIPTION 2013-08-19 07:21:18 UTC (rev 2582)
@@ -8,7 +8,7 @@
Maintainer: Jari Oksanen <jari.oksanen at oulu.fi>
Depends: permute (>= 0.7-4), R (>= 2.12.0)
Imports: lattice
-Suggests: MASS, mgcv, lattice, cluster, parallel, scatterplot3d, rgl, tcltk
+Suggests: MASS, mgcv, cluster, parallel, scatterplot3d, rgl, tcltk
Description: Ordination methods, diversity analysis and other
functions for community and vegetation ecologists.
License: GPL-2
Modified: pkg/vegan/NAMESPACE
===================================================================
--- pkg/vegan/NAMESPACE 2013-08-09 08:13:48 UTC (rev 2581)
+++ pkg/vegan/NAMESPACE 2013-08-19 07:21:18 UTC (rev 2582)
@@ -63,8 +63,9 @@
## Registration of S3 methods
import(stats)
import(graphics)
+import(permute)
importFrom(utils, head, tail, str)
-importFrom(lattice, densityplot)
+import(lattice)
## nobs only exists in R 2.13.0 -- import from permute with older R
if (getRversion() < "2.13.0") {
importFrom(permute, nobs)
More information about the Vegan-commits
mailing list