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 47 48
|
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,
r-cran-callr (>= 3.5.1),
r-cran-cli (>= 2.2.0),
r-cran-crayon (>= 1.3.4),
r-cran-desc,
r-cran-digest,
r-cran-ellipsis,
r-cran-evaluate,
r-cran-jsonlite,
r-cran-lifecycle,
r-cran-magrittr,
r-cran-pkgload,
r-cran-praise,
r-cran-processx,
r-cran-ps (>= 1.3.4),
r-cran-r6,
r-cran-rlang (>= 0.4.9),
r-cran-waldo,
r-cran-withr (>= 2.3.0)
Standards-Version: 4.5.1
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'.
|