1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: r-cran-permute
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-permute
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-permute.git
Homepage: https://cran.r-project.org/package=permute
Rules-Requires-Root: no
Package: r-cran-permute
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: R functions for generating restricted permutations of data
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-exchangeble or one of the
restricted designs. The permute package is modelled after the permutation
schemes of Canoco 3.1 by Cajo ter Braak.
|