# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "restorepoint" in publications use:' type: software license: GPL-2.0-or-later title: 'restorepoint: Debugging with Restore Points' version: '0.2' doi: 10.32614/CRAN.package.restorepoint abstract: Debugging with restore points instead of break points. A restore point stores all local variables when called inside a function. The stored values can later be retrieved and evaluated in a modified R console that replicates the function's environment. To debug step by step, one can simply copy & paste the function body from the R script. Particularly convenient in combination with "RStudio". See the "Github" page inst/vignettes for a tutorial. authors: - family-names: Zenka given-names: Roman email: zenka.roman@mayo.edu - family-names: Kranz given-names: Sebastian repository: https://repboxr.r-universe.dev repository-code: https://github.com/skranz/restorepoint commit: 586ff0b271ca87d6b2e3c53ea93beac4fdf2d541 url: https://github.com/skranz/restorepoint date-released: '2018-12-20' contact: - family-names: Zenka given-names: Roman email: zenka.roman@mayo.edu - family-names: Kranz given-names: Sebastian