[Vegan-commits] r2774 - pkg/permute
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Nov 30 21:21:04 CET 2013
Author: gsimpson
Date: 2013-11-30 21:21:04 +0100 (Sat, 30 Nov 2013)
New Revision: 2774
Modified:
pkg/permute/DESCRIPTION
Log:
switch to Authors at R instead of Author and Maintainer fields
Modified: pkg/permute/DESCRIPTION
===================================================================
--- pkg/permute/DESCRIPTION 2013-11-30 20:19:11 UTC (rev 2773)
+++ pkg/permute/DESCRIPTION 2013-11-30 20:21:04 UTC (rev 2774)
@@ -1,9 +1,11 @@
Package: permute
Title: Functions for generating restricted permutations of data
-Version: 0.7-8
+Version: 0.8-0
Date: $Date$
-Author: Gavin L. Simpson
-Maintainer: Gavin L. Simpson <ucfagls at gmail.com>
+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"))
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