# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "flir" in publications use:' type: software license: MIT title: 'flir: Find and Fix Lints in R Code' version: 0.3.0 abstract: Lints are code patterns that are not optimal because they are inefficient, forget corner cases, or less readable. 'flir' provides a small set of functions to detect those lints and automatically fix them. It builds on 'astgrepr', which itself uses the Rust crate 'ast-grep' to parse and navigate R code. authors: - family-names: Bacher given-names: Etienne email: etienne.bacher@protonmail.com repository: https://etiennebacher.r-universe.dev repository-code: https://github.com/etiennebacher/flir commit: ea164280c2e36aa20d972a49dce5888cf75b3af4 url: https://flir.etiennebacher.com contact: - family-names: Bacher given-names: Etienne email: etienne.bacher@protonmail.com