[Vegan-commits] r1797 - in pkg/permute: . inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Sep 7 10:55:33 CEST 2011
Author: jarioksa
Date: 2011-09-07 10:55:33 +0200 (Wed, 07 Sep 2011)
New Revision: 1797
Modified:
pkg/permute/DESCRIPTION
pkg/permute/NAMESPACE
pkg/permute/inst/ChangeLog
Log:
export permuplot
Modified: pkg/permute/DESCRIPTION
===================================================================
--- pkg/permute/DESCRIPTION 2011-09-07 08:55:09 UTC (rev 1796)
+++ pkg/permute/DESCRIPTION 2011-09-07 08:55:33 UTC (rev 1797)
@@ -1,6 +1,6 @@
Package: permute
Title: Functions for generating restricted permutations of data
-Version: 0.6-0
+Version: 0.6-1
Date: $Date$
Author: Gavin L. Simpson
Maintainer: Gavin L. Simpson <gavin.simpson at ucl.ac.uk>
Modified: pkg/permute/NAMESPACE
===================================================================
--- pkg/permute/NAMESPACE 2011-09-07 08:55:09 UTC (rev 1796)
+++ pkg/permute/NAMESPACE 2011-09-07 08:55:33 UTC (rev 1797)
@@ -3,7 +3,7 @@
`permControl`, `permute`, `shuffle`, `Within`,
`shuffleFree`, `shuffleSeries`, `shuffleGrid`, `shuffleStrata`,
`getBlocks`, `getWithin`, `getStrata`,
- `shuffleSet`)
+ `shuffleSet`, `permuplot`)
### Imports: nobs() only exists in R 2.13.0 for import. We define the
### same nobs() generic in permute for export in older R.
Modified: pkg/permute/inst/ChangeLog
===================================================================
--- pkg/permute/inst/ChangeLog 2011-09-07 08:55:09 UTC (rev 1796)
+++ pkg/permute/inst/ChangeLog 2011-09-07 08:55:33 UTC (rev 1797)
@@ -2,8 +2,12 @@
permute ChangeLog
-Version 0.6-0 (opened September 5, 2011)
+Version 0.6-1 (opened September 7, 2011)
+ * NAMESPACE: export(permuplot)
+
+Version 0.6-0 (released to CRAN on September 7, 2011)
+
* allPerms: added warning regarding current need for samples
to be arranged in order of any strata.
More information about the Vegan-commits
mailing list