Package: mappp
Title: Map in Parallel with Progress
Version: 1.0.0
Authors@R: 
    person(given = "Cole",
           family = "Brokamp",
           role = c("aut", "cre"),
           email = "cole.brokamp@gmail.com")
Description: Provides one function, which is a wrapper around purrr::map() with some extras on top, including parallel computation, progress bars, error handling, and result caching.
License: MIT + file LICENSE
Encoding: UTF-8
Imports: memoise, progress, pbmcapply, parallel, parallelly, purrr,
        rlang
RoxygenNote: 7.1.1
URL: https://github.com/cole-brokamp/mappp
BugReports: https://github.com/cole-brokamp/mappp/issues
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-01-24 16:47:04 UTC; broeg1
Author: Cole Brokamp [aut, cre]
Maintainer: Cole Brokamp <cole.brokamp@gmail.com>
Repository: CRAN
Date/Publication: 2022-01-25 09:22:42 UTC
Built: R 4.6.0; ; 2025-08-18 09:45:06 UTC; unix
