-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
41 lines (41 loc) · 1.18 KB
/
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
39
40
41
Type: Package
Package: interlacer
Title: Read Tabular Data With Interlaced Values And Missing Reasons
Version: 0.4.2
Authors@R:
person("Kyle", "Husmann", , "[email protected]", role = c("aut", "cre"))
Description: interlacer provides functions for handling tabular data with interlaced
missing reasons (e.g., N/A, REFUSED, -99). It introduces a special "interlaced"
vector type that enables you to keep the values and missing reasons as separate
"channels" of the same column. This allows you to easily work with a variable's
values while still preserving its missing reasons for filtering or summary
statistics.
License: Apache License (>= 2)
Depends:
R (>= 4.1.0)
Imports:
cli,
dplyr,
generics,
pillar,
readr,
rlang,
tibble,
tidyselect,
vctrs (>= 0.6.0),
vroom
Suggests:
knitr,
rmarkdown,
forcats,
haven,
declared,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
URL: https://github.com/khusmann/interlacer,https://kylehusmann.com/interlacer
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
BugReports: https://github.com/khusmann/interlacer/issues