[Vegan-commits] r1744 - in pkg: permute permute/inst vegan vegan/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Aug 23 15:22:11 CEST 2011
Author: jarioksa
Date: 2011-08-23 15:22:11 +0200 (Tue, 23 Aug 2011)
New Revision: 1744
Modified:
pkg/permute/DESCRIPTION
pkg/permute/inst/ChangeLog
pkg/vegan/DESCRIPTION
pkg/vegan/inst/ChangeLog
Log:
doc NAMESPACE changes and up the versions
Modified: pkg/permute/DESCRIPTION
===================================================================
--- pkg/permute/DESCRIPTION 2011-08-23 13:10:25 UTC (rev 1743)
+++ pkg/permute/DESCRIPTION 2011-08-23 13:22:11 UTC (rev 1744)
@@ -1,6 +1,6 @@
Package: permute
Title: Functions for generating restricted permutations of data
-Version: 0.5-2
+Version: 0.5-3
Date: $Date$
Author: Gavin L. Simpson
Maintainer: Gavin L. Simpson <gavin.simpson at ucl.ac.uk>
Modified: pkg/permute/inst/ChangeLog
===================================================================
--- pkg/permute/inst/ChangeLog 2011-08-23 13:10:25 UTC (rev 1743)
+++ pkg/permute/inst/ChangeLog 2011-08-23 13:22:11 UTC (rev 1744)
@@ -2,8 +2,23 @@
permute ChangeLog
-Version 0.5-2 (opened 5, 2011)
+Version 0.5-3 (opened August 23, 2011)
+ * nobs.Rd: fixed an example which created a numeric vector of
+ zeros instead of changing sampled vector to numeric. The example
+ yielded an error in R 2.14.0 (under development) where only one
+ argument was accepted for numeric() and two or more args cause an
+ error. The two isTRUE() cases should be true only exceptionally,
+ and may call for a fix.
+ * NAMESPACE, nobs-methods.R: The package relied on import(stats,
+ nobs), but that works only in R 2.13 and failed in R 2.12.2. Now
+ we define and export nobs() generic in permute package for older
+ R. The help file still gives a warning for missing documentation
+ of nobs in R 2.12.2 and prior, but there is no obvious fix to
+ this.
+
+Version 0.5-2 (closed August 23, 2011)
+
* shuffelSet: new function to generate a set of `n`
permutations without the overhead of `n` repeated calls to
`shuffle()`. Currently only for designs without
Modified: pkg/vegan/DESCRIPTION
===================================================================
--- pkg/vegan/DESCRIPTION 2011-08-23 13:10:25 UTC (rev 1743)
+++ pkg/vegan/DESCRIPTION 2011-08-23 13:22:11 UTC (rev 1744)
@@ -1,7 +1,7 @@
Package: vegan
Title: Community Ecology Package
-Version: 1.92-0
-Date: August 6, 2011
+Version: 1.92-1
+Date: August 23, 2011
Author: Jari Oksanen, F. Guillaume Blanchet, Roeland Kindt, Pierre Legendre,
Peter R. Minchin, R. B. O'Hara, Gavin L. Simpson, Peter Solymos,
M. Henry H. Stevens, Helene Wagner
Modified: pkg/vegan/inst/ChangeLog
===================================================================
--- pkg/vegan/inst/ChangeLog 2011-08-23 13:10:25 UTC (rev 1743)
+++ pkg/vegan/inst/ChangeLog 2011-08-23 13:22:11 UTC (rev 1744)
@@ -2,8 +2,13 @@
VEGAN DEVEL VERSIONS at http://r-forge.r-project.org/
-Version 1.92-0 (opened August 18, 2011)
+Version 1.92-1 (opened August 23, 2011)
+ * NAMESPACE: imports nobs from permute_0.5-3 in R 2.12.2 and older
+ which do not yet have nobs() generic.
+
+Version 1.92-0 (closed August 23, 2011)
+
* open new version with the release of vegan_1.17-12 on August 17,
2011.
More information about the Vegan-commits
mailing list