# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "err" in publications use:' type: software license: MIT title: 'err: Customizable Object Sensitive Messages' version: 0.2.0.9000 abstract: Messages should provide users with readable information about R objects without flooding their console. 'cc()' concatenates vector and data frame values into a grammatically correct string using commas, an ellipsis and conjunction. 'cn()' allows the user to define a string which varies based on a count. 'co()' combines the two to produce a customizable object aware string. The package further facilitates this process by providing five 'sprintf'-like types such as '%n' for the length of an object and '%o' for its name as well as wrappers for pasting objects and issuing errors, warnings and messages. authors: - family-names: Thorley given-names: Joe email: joe@poissonconsulting.ca orcid: https://orcid.org/0000-0002-7683-4592 - family-names: Dunham given-names: James email: james@jamesdunham.io repository: https://poissonconsulting.r-universe.dev repository-code: https://github.com/poissonconsulting/err url: https://github.com/poissonconsulting/err contact: - family-names: Thorley given-names: Joe email: joe@poissonconsulting.ca orcid: https://orcid.org/0000-0002-7683-4592