File: control

package info (click to toggle)
r-cran-cmdfun 1.0.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: sh: 13; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,434 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
Source: r-cran-cmdfun
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Steffen Moeller <moeller@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-cmdfun
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-cmdfun.git
Homepage: https://cran.r-project.org/package=cmdfun
Standards-Version: 4.6.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-magrittr,
               r-cran-purrr,
               r-cran-r.utils,
               r-cran-rlang,
               r-cran-testthat,
               r-cran-usethis
Testsuite: autopkgtest-pkg-r

Package: r-cran-cmdfun
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNI R framework for building interfaces to shell commands
 Writing interfaces to command line software is cumbersome. 'cmdfun'
 provides a framework for building function calls to seamlessly interface
 with shell commands by allowing lazy evaluation of command line
 arguments. 'cmdfun' also provides methods for handling user-specific
 paths to tool installs or secrets like API keys. Its focus is to equally
 serve package builders who wish to wrap command line software, and to
 help analysts stay inside R when they might usually leave to execute non-
 R software.