# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tinycodet" in publications use:' type: software license: MIT title: 'tinycodet: Functions to Help in your Coding Etiquette' version: 0.5.3 doi: 10.32614/CRAN.package.tinycodet identifiers: - type: url value: https://tony-aw.github.io/tinycodet/ abstract: Adds some functions to help in your coding etiquette. 'tinycodet' primarily focuses on 4 aspects. 1) Safer decimal (in)equality testing, standard-evaluated alternatives to with() and aes(), and other functions for safer coding. 2) A new package import system, that attempts to combine the benefits of using a package without attaching it, with the benefits of attaching a package. 3) Extending the string manipulation capabilities of the 'stringi' R package. 4) Reducing repetitive code. Besides linking to 'Rcpp', 'tinycodet' has only one other dependency, namely 'stringi'. authors: - family-names: Wilkes given-names: Tony email: tony_a_wilkes@outlook.com orcid: https://orcid.org/0000-0001-9498-8379 repository: https://CRAN.R-project.org/package=tinycodet repository-code: https://github.com/tony-aw/tinycodet/issues/ url: https://github.com/tony-aw/tinycodet/ date-released: '2024-07-21' contact: - family-names: Wilkes given-names: Tony email: tony_a_wilkes@outlook.com orcid: https://orcid.org/0000-0001-9498-8379