Source: r-cran-testthat
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-r,
               r-cran-digest,
               r-cran-stringr,
               r-cran-evaluate,
               r-cran-crayon,
               r-cran-praise,
               r-cran-r6,
               r-cran-cli,
               r-cran-rlang,
               r-cran-withr
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-testthat.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-testthat.git
Homepage: https://cran.r-project.org/package=testthat

Package: r-cran-testthat
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${R:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests},
          r-cran-devtools
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'.
