Package: err Title: Customizable Object Sensitive Messages Version: 0.2.0.9003 Authors@R: c( person("Joe", "Thorley", , "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")), person("James", "Dunham", , "james@jamesdunham.io", role = "aut") ) Description: 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. License: MIT + file LICENSE URL: https://github.com/poissonconsulting/err BugReports: https://github.com/poissonconsulting/err/issues Suggests: covr, testthat Config/Needs/website: poissonconsulting/poissontemplate Encoding: UTF-8 RoxygenNote: 7.3.3.9000 Repository: https://poissonconsulting.r-universe.dev Date/Publication: 2026-06-23 08:16:53 UTC RemoteUrl: https://github.com/poissonconsulting/err RemoteRef: HEAD RemoteSha: eecea2290ea33e12bc36546da22c503c8bad49ac NeedsCompilation: no Packaged: 2026-06-23 10:38:33 UTC; root Author: Joe Thorley [aut, cre] (ORCID: ), James Dunham [aut] Maintainer: Joe Thorley