Package: mcprogress Title: Progress Bars and Messages for Parallel Processes Version: 0.1.1 Authors@R: c(person(given = "Myles",family = "Lewis", role = c("aut", "cre"), email = "myles.lewis@qmul.ac.uk", comment = c(ORCID = "0000-0001-9365-5345"))) Description: Tools for monitoring progress during parallel processing. Lightweight package which acts as a wrapper around mclapply() and adds a progress bar to it in 'RStudio' or 'Linux' environments. Simply replace your original call to mclapply() with pmclapply(). A progress bar can also be displayed during parallelisation via the 'foreach' package. Also included are functions to safely print messages (including error messages) from within parallelised code, which can be useful for debugging parallelised R code. BugReports: https://github.com/myles-lewis/mcprogress/issues URL: https://github.com/myles-lewis/mcprogress License: GPL (>= 3) Encoding: UTF-8 Imports: parallel Suggests: knitr, rmarkdown, rstudioapi Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 VignetteBuilder: knitr Repository: https://myles-lewis.r-universe.dev Date/Publication: 2024-09-26 21:44:58 UTC RemoteUrl: https://github.com/myles-lewis/mcprogress RemoteRef: HEAD RemoteSha: d5d327c293ca17c055f8a2e9495a1fd27cb8c961 NeedsCompilation: no Packaged: 2026-06-20 09:07:40 UTC; root Author: Myles Lewis [aut, cre] (ORCID: ) Maintainer: Myles Lewis