[Vegan-commits] r2776 - pkg/permute
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 30 21:50:05 CET 2013
Author: gsimpson
Date: 2013-11-30 21:50:04 +0100 (Sat, 30 Nov 2013)
New Revision: 2776
Modified:
pkg/permute/DESCRIPTION
Log:
add contributions of Jari and Doug Bates
Modified: pkg/permute/DESCRIPTION
===================================================================
--- pkg/permute/DESCRIPTION 2013-11-30 20:43:16 UTC (rev 2775)
+++ pkg/permute/DESCRIPTION 2013-11-30 20:50:04 UTC (rev 2776)
@@ -5,7 +5,9 @@
Authors at R: c(person(given = "Gavin L.", family = "Simpson",
email = "ucfagls at gmail.com",
role = c("aut", "cph", "cre")),
- person(given = "R Core Team", role = "cph"))
+ person(given = "R Core Team", role = "cph"),
+ person(given = "Douglas M.", family = "Bates", role = "ctb"),
+ person(given = "Jari", family = "Oksanen", role = "ctb"))
Depends: R (>= 2.14.0)
Suggests: vegan (>= 2.0-0), testthat (>= 0.5), parallel
Description: The 'permute' package implements a set of restricted permutation designs for freely exchangeable, line transects (time series), and spatial grid designs plus permutation of blocks (groups of samples). 'permute' also allows split-plot designs, in which the whole-plots or split-plots or both can be freely-exchangeable or one of the restricted designs. The 'permute' package is modelled after the permutation schemes of Canoco 3.1 (and later) by Cajo ter Braak.
More information about the Vegan-commits
mailing list