Package: pbapply
Type: Package
Title: Adding Progress Bar to '*apply' Functions
Version: 1.5-0
Date: 2021-09-15
Author: Peter Solymos [aut, cre], Zygmunt Zawadzki [aut]
Maintainer: Peter Solymos <solymos@ualberta.ca>
Description: 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.
Depends: R (>= 3.2.0)
Imports: parallel
Suggests: shiny
License: GPL-2
URL: https://github.com/psolymos/pbapply
BugReports: https://github.com/psolymos/pbapply/issues
NeedsCompilation: no
Packaged: 2021-09-15 23:35:27 UTC; Peter
Repository: CRAN
Date/Publication: 2021-09-16 05:10:14 UTC
