Package: chk
Title: Check User-Supplied Function Arguments
Version: 0.4.0
Authors@R: c(
    person("Joe", "Thorley", , "joe@poissonconsulting.ca", c("aut", "cre"), comment = c(ORCID = "0000-0002-7683-4592")),
    person("Kirill", "M\u00fcller", role = "aut", comment = c(ORCID = "0000-0002-1416-3412")),
    person("Ayla", "Pearson", role = "ctb", comment = c(ORCID = "0000-0001-7388-1222")),
    person("Poisson Consulting", role = c("cph", "fnd"))
    )
Description: For developers to check user-supplied function
    arguments.  It is designed to be simple, fast and customizable.  Error
    messages follow the tidyverse style guide.
License: MIT + file LICENSE
URL: https://github.com/poissonconsulting/chk
BugReports: https://github.com/poissonconsulting/chk/issues
Depends: R (>= 3.3)
Imports: lifecycle, methods, rlang, tools
Suggests: covr, knitr, rmarkdown, testthat
VignetteBuilder: knitr
RdMacros: lifecycle
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-03-04 04:29:39 UTC; joe
Author: Joe Thorley [aut, cre] (<https://orcid.org/0000-0002-7683-4592>),
  Kirill Müller [aut] (<https://orcid.org/0000-0002-1416-3412>),
  Ayla Pearson [ctb] (<https://orcid.org/0000-0001-7388-1222>),
  Poisson Consulting [cph, fnd]
Maintainer: Joe Thorley <joe@poissonconsulting.ca>
Repository: CRAN
Date/Publication: 2020-03-04 06:20:22 UTC
Built: R 4.0.0; ; 2020-04-10 04:09:07 UTC; windows
