Package: SafeMapper
Type: Package
Title: Fault-Tolerant Functional Programming with Automatic
        Checkpointing
Version: 1.0.0
Authors@R: 
    person("Zaoqu", "Liu", email = "liuzaoqu@163.com", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-0452-742X"))
Description: Provides drop-in replacements for 'purrr' and 'furrr' mapping
    functions with built-in fault tolerance, automatic checkpointing, and
    seamless recovery capabilities. When long-running computations are
    interrupted due to errors, system crashes, or other failures, simply
    re-run the same code to automatically resume from the last checkpoint.
    Ideal for large-scale data processing, API calls, web scraping, and
    other time-intensive operations where reliability is critical. For
    'purrr' methodology, see Wickham and Henry (2023)
    <https://purrr.tidyverse.org/>.
License: MIT + file LICENSE
Encoding: UTF-8
URL: https://github.com/Zaoqu-Liu/SafeMapper
BugReports: https://github.com/Zaoqu-Liu/SafeMapper/issues
RoxygenNote: 7.3.3
Depends: R (>= 3.5.0)
Imports: purrr (>= 0.3.0), digest, tools
Suggests: furrr (>= 0.2.0), future, testthat (>= 3.0.0), knitr,
        rmarkdown, pkgdown
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2026-01-27 10:25:41 UTC; liuzaoqu
Author: Zaoqu Liu [aut, cre] (ORCID: <https://orcid.org/0000-0002-0452-742X>)
Maintainer: Zaoqu Liu <liuzaoqu@163.com>
Repository: CRAN
Date/Publication: 2026-01-31 18:50:22 UTC
Built: R 4.4.3; ; 2026-01-31 22:43:51 UTC; unix
