Package: fauxnaif
Title: Convert Values to NA
Version: 0.5.6
Authors@R: 
    person(given = "Alexander",
           family = "Rossell Hayes",
           role = c("aut", "cre"),
           email = "alexander@rossellhayes.com",
           comment = c(ORCID = "0000-0001-9412-0457"))
Description: Provides a replacement for dplyr::na_if().  Allows you to specify
    multiple values to be replaced with NA using a single function.
License: MIT + file LICENSE
URL: https://github.com/rossellhayes/fauxnaif
BugReports: https://github.com/rossellhayes/fauxnaif/issues
Depends: R (>= 3.5)
Imports: glue, magrittr, rlang
Suggests: covr, dplyr, intrval, knitr, rmarkdown, roxygen2, testthat,
        tidyr
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.0.2
NeedsCompilation: no
Packaged: 2020-02-23 23:48:34 UTC; Alex
Author: Alexander Rossell Hayes [aut, cre]
    (<https://orcid.org/0000-0001-9412-0457>)
Maintainer: Alexander Rossell Hayes <alexander@rossellhayes.com>
Repository: CRAN
Date/Publication: 2020-03-01 12:20:10 UTC
