# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "slap" in publications use:' type: software license: MIT title: 'slap: Simplified Error Handling' version: 2024.4.1.9000 abstract: Alternative to using withCallingHandlers() in the simple case of catch and rethrow. The `%!%` operator evaluates the expression on its left hand side, and if an error occurs, the right hand side is used to construct a new error that embeds the original error. authors: - family-names: François given-names: Romain email: romain@tada.science repository: https://tadascience.r-universe.dev repository-code: https://github.com/tadascience/slap url: https://slap.tada.science contact: - family-names: François given-names: Romain email: romain@tada.science