Type: Package
Package: incase
Title: Pipe-Friendly Vector Replacement with Case Statements
Version: 0.1.0
Authors@R: 
    person(given = "Alexander",
           family = "Rossell Hayes",
           role = c("aut", "cre", "cph"),
           email = "alexander@rossellhayes.com",
           comment = c(ORCID = "0000-0001-9412-0457"))
Description: Offers a pipe-friendly alternative to the 'dplyr'
    functions case_when() and if_else().  These functions accept a vector
    as an optional first argument, allowing conditional statements to be
    built using the 'magrittr' dot operator.  The functions also coerce
    all possible outputs to the same type, meaning you no longer have to
    worry about using specific typed variants of NA or explicitly
    declaring integer outputs.
License: MIT + file LICENSE
URL: https://incase.rossellhayes.com,
        https://github.com/rossellhayes/incase
BugReports: https://github.com/rossellhayes/incase/issues
Imports: magrittr, plu, rlang
Suggests: cli, covr, crayon, dplyr, testthat
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2020-09-08 01:46:48 UTC; Alex
Author: Alexander Rossell Hayes [aut, cre, cph]
    (<https://orcid.org/0000-0001-9412-0457>)
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>
Repository: CRAN
Date/Publication: 2020-09-15 10:00:06 UTC
