File: control

package info (click to toggle)
r-cran-lhs 0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 432 kB
  • ctags: 57
  • sloc: cpp: 941; sh: 9; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download
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
29
30
31
32
Source: r-cran-lhs
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Pablo Oliveira <pablo@sifflez.org>
Section: gnu-r
Priority: optional
Build-Depends: r-base-dev,
               xvfb,
               xauth,
               xfonts-base,
               r-base-core,
               debhelper (>= 10),
               dh-r
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-lhs.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-lhs.git
Homepage: https://cran.r-project.org/package=lhs

Package: r-cran-lhs
Architecture: any
Depends: ${R:Depends},
         ${misc:Depends},
         ${shlibs:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package "lhs: Latin Hypercube Samples"
 This package provides a number of methods for creating and augmenting Latin
 Hypercube Samples.
 .
 Latin hypercube sampling (LHS) is a statistical method for generating a sample
 of plausible collections of parameter values from a multidimensional
 distribution. The sampling method is often used to construct computer
 experiments.