Package: valaddin
Title: Functional Input Validation
Version: 0.1.0
Authors@R: person("Eugene", "Ha", email = "eha@posteo.de", role = c("aut", "cre"))
Description: A set of basic tools to transform functions into functions with
    input validation checks, in a manner suitable for both programmatic and
    interactive use.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.1.0)
Imports: dplyr, lazyeval (>= 0.2.0), purrr (>= 0.2.2)
Suggests: testthat, stringr, knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/egnha/valaddin
BugReports: https://github.com/egnha/valaddin/issues
Collate: 'utils.R' 'rawrd.R' 'future.R' 'checklist.R' 'components.R'
        'call.R' 'firmly.R' 'scope.R' 'checkers.R' 'valaddin.R'
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-03-23 19:46:53 UTC; eha
Author: Eugene Ha [aut, cre]
Maintainer: Eugene Ha <eha@posteo.de>
Repository: CRAN
Date/Publication: 2017-03-24 06:25:53 UTC
