-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 923 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Package: fauxnaif
Title: Convert Values to NA
Version: 0.7.1
Authors@R:
person("Alexander", "Rossell Hayes", , "[email protected]", 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