File: control

package info (click to toggle)
r-cran-reprex 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,652 kB
  • sloc: sh: 13; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,656 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
40
41
Source: r-cran-reprex
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <daissi@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-callr (>= 3.6.0),
               r-cran-cli (>= 3.2.0),
               r-cran-clipr,
               r-cran-fs,
               r-cran-glue,
               r-cran-knitr (>= 1.23),
               r-cran-lifecycle,
               r-cran-rlang (>= 1.0.0),
               r-cran-rmarkdown,
               r-cran-rstudioapi,
               r-cran-withr (>= 2.3.0)
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-reprex
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-reprex.git
Homepage: https://cran.r-project.org/package=reprex
Rules-Requires-Root: no

Package: r-cran-reprex
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Prepare Reproducible Example Code via the Clipboard
 Convenience wrapper that uses the 'rmarkdown' package to render
 small snippets of code to target formats that include both code and output.
 The goal is to encourage the sharing of small, reproducible, and runnable
 examples on code-oriented websites, such as <https://stackoverflow.com> and
 <https://github.com>, or in email. The user's clipboard is the default source
 of input code and the default target for rendered output. 'reprex' also
 extracts clean, runnable R code from various common formats, such as
 copy/paste from an R session.