Package: err
Title: Customizable Object Sensitive Messages
Version: 0.2.0
Authors@R: c(
    person("Joe", "Thorley", email = "joe@poissonconsulting.ca", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
    person("James", "Dunham", email = "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
Suggests: testthat, covr
URL: https://github.com/poissonconsulting/err
BugReports: https://github.com/poissonconsulting/err/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-04-25 20:26:21 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  James Dunham [aut]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2019-04-25 20:50:20 UTC
Built: R 4.1.3; ; 2023-04-17 13:34:38 UTC; windows
