Package: fauxnaif Title: Convert Values to NA Version: 0.7.1 Authors@R: person("Alexander", "Rossell Hayes", , "alexander@rossellhayes.com", role = c("aut", "cre", "cph"), 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://fauxnaif.rossellhayes.com/, https://github.com/rossellhayes/fauxnaif BugReports: https://github.com/rossellhayes/fauxnaif/issues Depends: R (>= 3.5) Imports: cli, rlang (>= 1.0.0) Suggests: covr, dplyr, haven, knitr, magrittr, rmarkdown, testthat (>= 3.0.0), tibble, tidyr, vctrs, withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.1 Repository: https://rossellhayes.r-universe.dev Date/Publication: 2022-08-12 16:57:33 UTC RemoteUrl: https://github.com/rossellhayes/fauxnaif RemoteRef: HEAD RemoteSha: 9eb0d51409a1e291576f9d041b233a803f987056 NeedsCompilation: no Packaged: 2026-06-21 06:58:57 UTC; root Author: Alexander Rossell Hayes [aut, cre, cph] (ORCID: ) Maintainer: Alexander Rossell Hayes