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
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-25 13:51:23 UTC; myles
Author: Myles Lewis [aut, cre] (<https://orcid.org/0000-0001-9365-5345>)
Maintainer: Myles Lewis <myles.lewis@qmul.ac.uk>
Repository: CRAN
Date/Publication: 2024-09-26 11:00:02 UTC
Built: R 4.4.1; ; 2024-09-26 11:39:36 UTC; unix
