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. 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 Repository: https://zaoqu-liu.r-universe.dev Date/Publication: 2026-01-22 20:17:38 UTC RemoteUrl: https://github.com/Zaoqu-Liu/SafeMapper RemoteRef: main RemoteSha: 5ffddad8a0862180dd3306e8e7abfa79a332c231 NeedsCompilation: no Packaged: 2026-07-04 13:44:37 UTC; root Author: Zaoqu Liu [aut, cre] (ORCID: ) Maintainer: Zaoqu Liu