# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "SafeMapper" in publications use:' type: software license: MIT title: 'SafeMapper: Fault-Tolerant Functional Programming with Automatic Checkpointing' version: 1.0.0 doi: 10.32614/CRAN.package.SafeMapper abstract: 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. authors: - family-names: Liu given-names: Zaoqu email: liuzaoqu@163.com orcid: https://orcid.org/0000-0002-0452-742X repository: https://zaoqu-liu.r-universe.dev repository-code: https://github.com/Zaoqu-Liu/SafeMapper commit: 5ffddad8a0862180dd3306e8e7abfa79a332c231 url: https://github.com/Zaoqu-Liu/SafeMapper date-released: '2026-01-22' contact: - family-names: Liu given-names: Zaoqu email: liuzaoqu@163.com orcid: https://orcid.org/0000-0002-0452-742X