File: control

package info (click to toggle)
r-cran-lintr 3.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,396 kB
  • sloc: sh: 13; xml: 10; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,166 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
Source: r-cran-lintr
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andrius Merkys <merkys@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-backports (>= 1.4.0),
               r-cran-cli (>= 3.4.0),
               r-cran-codetools,
               r-cran-digest,
               r-cran-glue,
               r-cran-knitr,
               r-cran-rex,
               r-cran-xml2,
               r-cran-xmlparsedata
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-lintr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-lintr.git
Homepage: https://cran.r-project.org/package=lintr
Rules-Requires-Root: no

Package: r-cran-lintr
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Linter for R Code
 Checks adherence to a given style, syntax errors and possible semantic issues.
 Supports on the fly checking of R code edited with RStudio IDE, Emacs, Vim,
 Sublime Text and Atom.