# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "incase" in publications use:' type: software license: MIT title: 'incase: Pipe-Friendly Vector Replacement with Case Statements' version: 0.3.2.9000 doi: 10.32614/CRAN.package.incase abstract: Offers a pipe-friendly alternative to the 'dplyr' functions case_when() and if_else(), as well as a number of user-friendly simplifications for common use cases. These functions accept a vector as an optional first argument, allowing conditional statements to be built using the 'magrittr' dot operator. The functions also coerce all outputs to the same type, meaning you no longer have to worry about using specific typed variants of NA or explicitly declaring integer outputs, and evaluate outputs somewhat lazily, so you don't waste time on long operations that won't be used. authors: - family-names: Rossell Hayes given-names: Alexander email: alexander@rossellhayes.com orcid: https://orcid.org/0000-0001-9412-0457 repository: https://rossellhayes.r-universe.dev repository-code: https://github.com/rossellhayes/incase commit: 3cbec4219c1a25a269f5186224cff622154dd4f4 url: https://pkg.rossellhayes.com/incase/ contact: - family-names: Rossell Hayes given-names: Alexander email: alexander@rossellhayes.com orcid: https://orcid.org/0000-0001-9412-0457