Package: assertr
Type: Package
Title: Assertive Programming for R Analysis Pipelines
Version: 3.0.0
Authors@R: person("Tony", "Fischetti",
              email="tony.fischetti@gmail.com",
              role = c("aut", "cre"))
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://docs.ropensci.org/assertr/ (website)
        https://github.com/ropensci/assertr
BugReports: https://github.com/ropensci/assertr/issues
License: MIT + file LICENSE
ByteCompile: TRUE
Depends: R (>= 3.1.0)
Imports: dplyr (>= 0.7.0), MASS, methods, stats, utils, rlang (>=
        0.3.0)
Suggests: knitr, testthat, magrittr, rmarkdown, tibble, plyr
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2022-11-05 22:49:05 UTC; tony
Author: Tony Fischetti [aut, cre]
Maintainer: Tony Fischetti <tony.fischetti@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-05 23:10:02 UTC
Built: R 4.1.2; ; 2022-11-06 12:00:49 UTC; unix
