File: control

package info (click to toggle)
r-cran-s7 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,164 kB
  • sloc: ansic: 533; sh: 13; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,149 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
Source: r-cran-s7
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-s7
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-s7.git
Homepage: https://cran.r-project.org/package=S7
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev
Testsuite: autopkgtest-pkg-r

Package: r-cran-s7
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: Object Oriented System Successor to S3 and S4
 New object oriented programming system designed to be a
 successor to S3 and S4. It includes formal class, generic, and method
 specification, and a limited form of multiple dispatch. It has been
 designed and implemented collaboratively by the R Consortium
 Object-Oriented Programming Working Group, which includes
 representatives from R-Core, 'Bioconductor', 'Posit'/'tidyverse', and
 the wider R community.