-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
48 lines (48 loc) · 925 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
39
40
41
42
43
44
45
46
47
48
Package: tidylfs
Title: Tools for analysing the ONS Labour Force Survey
Version: 0.0.3
Authors@R:
person("Wojtek", "Klimowicz", , "[email protected]", role = c("aut", "cre"))
Description: Tools for analysts working with the LFS.
License: MIT + file LICENSE
URL: https://github.com/wklimowicz/tidylfs,
https://wklimowicz.github.io/tidylfs/
BugReports: https://github.com/wklimowicz/tidylfs/issues
Depends:
R (>= 3.5.0)
Imports:
cli,
data.table,
dplyr,
forcats,
fst,
glue,
haven,
jsonlite,
lifecycle,
magrittr,
matrixStats,
purrr,
readr,
rlang,
stats,
stringr,
tibble,
withr
Suggests:
curl,
fs,
httr,
janitor,
knitr,
readxl,
rmarkdown,
testthat (>= 3.0.0),
tidyr,
vctrs
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1