Package: pbapply Type: Package Title: Adding Progress Bar to '*apply' Functions Version: 1.7-4 Date: 2025-07-19 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 mirai and future. Depends: R (>= 3.2.0) Imports: parallel Suggests: shiny, future, future.apply License: GPL (>=2) URL: https://github.com/psolymos/pbapply, https://peter.solymos.org/pbapply/ BugReports: https://github.com/psolymos/pbapply/issues Repository: https://psolymos.r-universe.dev Date/Publication: 2026-04-25 16:09:35 UTC RemoteUrl: https://github.com/psolymos/pbapply RemoteRef: HEAD RemoteSha: 72ac3e1625cd64ba93d5b9b4ee2eb731e0a5ebce NeedsCompilation: no Packaged: 2026-07-03 21:54:58 UTC; root Author: Peter Solymos [aut, cre] (ORCID: ), Zygmunt Zawadzki [aut], Henrik Bengtsson [ctb], R Core Team [cph, ctb]