Package: assertr
Type: Package
Title: Assertive Programming for R Analysis Pipelines
Version: 2.0.2.2
Authors@R: person("Tony", "Fischetti", email="tony.fischetti@gmail.com",
  role = c("aut", "cre"))
Maintainer: Tony Fischetti <tony.fischetti@gmail.com>
Description: Provides functionality to assert conditions
    that have to be met so that errors in data used in
    analysis pipelines can fail quickly. Similar to
    'stopifnot()' but more powerful, friendly, and easier
    for use in pipelines.
URL: https://github.com/ropensci/assertr
BugReports: https://github.com/ropensci/assertr/issues
License: MIT + file LICENSE
LazyData: TRUE
Imports: dplyr, MASS, lazyeval, stats, utils
Suggests: knitr, testthat, magrittr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-06-05 17:31:06 UTC; tonyfischetti
Author: Tony Fischetti [aut, cre]
Repository: CRAN
Date/Publication: 2017-06-06 15:14:04 UTC
