Source: r-cran-pbapply
Standards-Version: 4.7.4
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Jonathon Love <jon@thon.cc>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-pbapply
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-pbapply.git
Homepage: https://cran.r-project.org/package=pbapply

Package: r-cran-pbapply
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Adding Progress Bar to '*apply' Functions
 A lightweight package that adds progress bar to vectorized R functions
 ('*apply'). The implementation can easily be added to functions where
 showing the progress is useful (e.g. bootstrap). The type and style of the
 progress bar (with percentages or remaining time) can be set through options.
 Supports several parallel processing backends including mirai and future.
