File: control

package info (click to toggle)
r-cran-iterators 1.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 600 kB
  • sloc: sh: 29; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 691 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: r-cran-iterators
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper-compat (= 11), r-base-dev (>= 4.1.2), dh-r
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/edd/r-cran-iterators
Vcs-Git: https://salsa.debian.org/edd/r-cran-iterators.git
Homepage: https://cran.r-project.org/package=iterators

Package: r-cran-iterators
Architecture: all
Depends: ${R:Depends}, ${misc:Depends}
Description: GNU R iterator support for vectors, lists and other containers
 This package provides support for iterators, which allow a programmer to
 traverse through all the elements of a vector, list, or other collection 
 of data.