File: control

package info (click to toggle)
r-cran-sessioninfo 1.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: sh: 14; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 945 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
Source: r-cran-sessioninfo
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Dylan Aïssi <daissi@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-sessioninfo
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-sessioninfo.git
Homepage: https://cran.r-project.org/package=sessioninfo
Standards-Version: 4.7.1
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-cli (>= 3.1.0)
Testsuite: autopkgtest-pkg-r

Package: r-cran-sessioninfo
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: R Session Information
 Query and print information about the current R session.
 It is similar to 'utils::sessionInfo()', but includes more information
 about packages, and where they were installed from.