Package: pbapply Type: Package Title: Adding Progress Bar to '*apply' Functions Version: 1.7-2 Date: 2023-06-27 Authors@R: c(person(given = "Peter", family = "Solymos", comment = c(ORCID = "0000-0001-7337-1740"), role = c("aut", "cre"), email = "psolymos@gmail.com"), person(given = "Zygmunt", family = "Zawadzki", role = "aut", email = "zygmunt@zstat.pl"), person(given = "Henrik", family = "Bengtsson", role = "ctb", email = "henrikb@braju.com"), person("R Core Team", role = c("cph", "ctb"))) Maintainer: Peter Solymos 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 including future. Depends: R (>= 3.2.0) Imports: parallel Suggests: shiny, future, future.apply License: GPL (>= 2) URL: https://github.com/psolymos/pbapply BugReports: https://github.com/psolymos/pbapply/issues NeedsCompilation: no Packaged: 2023-06-27 07:08:27 UTC; Peter Author: Peter Solymos [aut, cre] (), Zygmunt Zawadzki [aut], Henrik Bengtsson [ctb], R Core Team [cph, ctb] Repository: CRAN Date/Publication: 2023-06-27 09:10:02 UTC Built: R 4.2.3; ; 2024-11-28 10:21:38 UTC; unix