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 (>= 0.21),
               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.5.1),
               r-cran-withr (>= 2.5.0)
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'.
