File: control

package info (click to toggle)
littler 0.3.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 520 kB
  • ctags: 65
  • sloc: ansic: 571; sh: 132; makefile: 6
file content (39 lines) | stat: -rw-r--r-- 1,690 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
33
34
35
36
37
38
39
Source: littler
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Standards-Version: 3.9.7
Build-Depends: debhelper (>= 7), cdbs, r-base-dev (>= 3.3.0-2), autotools-dev

Package: r-cran-littler
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 3.1.3)
Suggests: r-cran-getopt
Provides: littler
Conflicts: littler (<= 0.2.3-2)
Replaces: littler
Description: GNU R scripting and command-line front-end
 The 'r' (aka 'littler') program provides a lightweight binary wrapper around 
 the GNU R language and environment for statistical computing and graphics. 
 .
 While R can be used in batch mode, the r binary adds full support for
 both 'shebang'-style scripting (i.e. using a  hashmark-exclamation-path 
 expression as the first line in scripts) as well as command-line use in 
 standard Unix pipelines. In other words, r provides the R language without 
 the environment. 

Package: littler
Architecture: all
Depends: ${misc:Depends}, r-cran-littler
Description: GNU R scripting and command-line front-end -- transition package
 The 'r' (aka 'littler') program provides a lightweight binary wrapper around 
 the GNU R language and environment for statistical computing and graphics. 
 .
 While R can be used in batch mode, the r binary adds full support for
 both 'shebang'-style scripting (i.e. using a  hashmark-exclamation-path 
 expression as the first line in scripts) as well as command-line use in 
 standard Unix pipelines. In other words, r provides the R language without 
 the environment. 
 .
 This virtual package ensures that 'r-cran-littler' is installed. Once that
 is done, this 'littler' package can be removed.