Package: bigparallelr Title: Easy Parallel Tools Version: 0.3.2 Authors@R: person(given = "Florian", family = "Privé", role = c("aut", "cre"), email = "florian.prive.21@gmail.com") Description: Utility functions for easy parallelism in R. Include some reexports from other packages, utility functions for splitting and parallelizing over blocks, and choosing and setting the number of cores used. License: GPL-3 Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Imports: bigassertr (>= 0.1.1), doParallel, flock, parallel, parallelly, RhpcBLASctl Depends: foreach Suggests: testthat, covr URL: https://github.com/privefl/bigparallelr BugReports: https://github.com/privefl/bigparallelr/issues Repository: https://privefl.r-universe.dev Date/Publication: 2024-10-15 12:35:34 UTC RemoteUrl: https://github.com/privefl/bigparallelr RemoteRef: HEAD RemoteSha: 03eaa930398d1a26633d43d0a169db993b650978 NeedsCompilation: no Packaged: 2026-06-19 06:54:24 UTC; root Author: Florian Privé [aut, cre] Maintainer: Florian Privé