[Vegan-commits] r1929 - pkg/vegan
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 4 11:05:04 CEST 2011
Author: gsimpson
Date: 2011-10-04 11:05:04 +0200 (Tue, 04 Oct 2011)
New Revision: 1929
Modified:
pkg/vegan/DESCRIPTION
Log:
use of list2env() in nullmodel() places explicit dependency on R >= 2.12.0 that we should declare
Modified: pkg/vegan/DESCRIPTION
===================================================================
--- pkg/vegan/DESCRIPTION 2011-10-04 08:29:27 UTC (rev 1928)
+++ pkg/vegan/DESCRIPTION 2011-10-04 09:05:04 UTC (rev 1929)
@@ -6,7 +6,7 @@
Peter R. Minchin, R. B. O'Hara, Gavin L. Simpson, Peter Solymos,
M. Henry H. Stevens, Helene Wagner
Maintainer: Jari Oksanen <jari.oksanen at oulu.fi>
-Depends: permute
+Depends: permute, R (>= 2.12.0)
Imports: lattice
Suggests: MASS, mgcv, lattice, cluster, scatterplot3d, rgl, tcltk
Description: Ordination methods, diversity analysis and other
More information about the Vegan-commits
mailing list