File: control

package info (click to toggle)
r-cran-covr 3.6.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,136 kB
  • sloc: javascript: 238; cpp: 74; ansic: 48; xml: 44; sh: 18; makefile: 11
file content (39 lines) | stat: -rw-r--r-- 1,450 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
Source: r-cran-covr
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-digest,
               r-cran-jsonlite,
               r-cran-rex,
               r-cran-httr,
               r-cran-crayon,
               r-cran-withr,
               r-cran-yaml
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-covr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-covr.git
Homepage: https://cran.r-project.org/package=covr
Rules-Requires-Root: no

Package: r-cran-covr
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends},
         libjs-bootstrap,
         node-html5shiv
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: test coverage for GNU R packages
 Track and report code coverage for your package and (optionally)
 upload the results to a coverage service like 'Codecov' <http://codecov.io> or
 'Coveralls' <http://coveralls.io>. Code coverage is a measure of the amount of
 code being exercised by a set of tests. It is an indirect measure of test
 quality and completeness. This package is compatible with any testing
 methodology or framework and tracks coverage of both R code and compiled
 C/C++/FORTRAN code.