File: control

package info (click to toggle)
r-cran-testthat 3.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,452 kB
  • sloc: cpp: 9,261; ansic: 37; sh: 14; makefile: 5
file content (46 lines) | stat: -rw-r--r-- 1,729 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
42
43
44
45
46
Source: r-cran-testthat
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>,
           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-brio (>= 1.1.3),
               r-cran-callr (>= 3.7.3),
               r-cran-cli (>= 3.6.1),
               r-cran-desc (>= 1.4.2),
               r-cran-digest (>= 0.6.33),
               r-cran-evaluate (>= 1.0.1),
               r-cran-jsonlite (>= 1.8.7),
               r-cran-lifecycle (>= 1.0.3),
               r-cran-magrittr (>= 2.0.3),
               r-cran-pkgload (>= 1.3.2.1),
               r-cran-praise,
               r-cran-processx (>= 3.8.2),
               r-cran-ps (>= 1.7.5),
               r-cran-r6 (>= 2.5.1),
               r-cran-rlang (>= 1.1.1),
               r-cran-waldo (>= 0.6.0),
               r-cran-withr (>= 3.0.2)
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-testthat
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-testthat.git
Homepage: https://cran.r-project.org/package=testthat
Rules-Requires-Root: no

Package: r-cran-testthat
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R testsuite
 Testthat code. Tools to make testing fun.
 .
 Software testing is important, but, in part because it is frustrating
 and boring, many developers avoid it. 'testthat' is a testing framework for R
 that is easy learn and use, and integrates with your existing 'workflow'.