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 40 41 42
|
Source: littler
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 7), cdbs, r-base-dev (>= 3.5.2), autotools-dev
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-littler
Vcs-Git: https://salsa.debian.org/edd/r-cran-littler.git
Homepage: https://cran.r-project.org/package=littler
Package: r-cran-littler
Architecture: any
Depends: ${R:Depends}, r-api-3.5, ${shlibs:Depends}, ${misc:Depends}
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.
|