Package: dreamerr
Type: Package
Title: Error Handling Made Easy
Version: 1.2.3
Authors@R: person("Laurent", "Berge", email = "laurent.berge@uni.lu", role = c("aut", "cre"))
Imports: Formula, utils
Suggests: knitr, rmarkdown, stats, graphics
Description: Set of tools to facilitate package development and make R a more user-friendly place. Mostly for developers (or anyone who writes/shares functions). Provides a simple, powerful and flexible way to check the arguments passed to functions. 
    The developer can easily describe the type of argument needed. If the user provides a wrong argument, then an informative error message is prompted with the requested type and the problem clearly stated--saving the user a lot of time in debugging. 
License: GPL-3
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/lrberge/dreamerr/issues
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-12-04 17:01:08 UTC; laurent.berge
Author: Laurent Berge [aut, cre]
Maintainer: Laurent Berge <laurent.berge@uni.lu>
Repository: CRAN
Date/Publication: 2020-12-05 05:40:15 UTC
Built: R 4.0.2; ; 2020-12-05 11:23:42 UTC; unix
