Package: doParabar Title: 'foreach' Parallel Adapter for 'parabar' Backends Version: 1.0.2 Authors@R: person(given = "Mihai", family = "Constantin", role = c("aut", "cre"), email = "mihai@mihaiconstantin.com", comment = c(ORCID = "0000-0002-6460-0107")) Description: Provides a 'foreach' parallel adapter for 'parabar' backends. This package offers a minimal implementation of the '%dopar%' operator, enabling users to run 'foreach' loops in parallel, leveraging the parallel and progress-tracking capabilities of the 'parabar' package. Learn more about 'parabar' and 'doParabar' at . License: MIT + file LICENSE URL: https://github.com/mihaiconstantin/doParabar, https://parabar.mihaiconstantin.com/articles/foreach BugReports: https://github.com/mihaiconstantin/doParabar/issues Imports: parabar, foreach, iterators, utils Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 Collate: 'doPar.R' 'doParabar-package.R' 'helpers.R' 'logo.R' 'registerDoParabar.R' Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Repository: https://mihaiconstantin.r-universe.dev Date/Publication: 2025-01-14 17:46:59 UTC RemoteUrl: https://github.com/mihaiconstantin/doparabar RemoteRef: HEAD RemoteSha: 332e5017d43cde3673030ea63b44859b9537c66b NeedsCompilation: no Packaged: 2026-07-05 02:49:00 UTC; root Author: Mihai Constantin [aut, cre] (ORCID: ) Maintainer: Mihai Constantin