-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
47 lines (47 loc) · 1.28 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
42
43
44
45
46
47
Package: labelled
Type: Package
Title: Manipulating Labelled Data
Version: 2.13.0.9000
Maintainer: Joseph Larmarange <[email protected]>
Authors@R: c(
person("Joseph", "Larmarange", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7097-700X")),
person("Daniel", "Ludecke", role = "ctb"),
person("Hadley", "Wickham", role = "ctb"),
person("Michal", "Bojanowski", role = "ctb"),
person("François", "Briatte", role = "ctb")
)
Description: Work with labelled data imported from 'SPSS'
or 'Stata' with 'haven' or 'foreign'. This package
provides useful functions to deal with "haven_labelled" and
"haven_labelled_spss" classes introduced by 'haven' package.
License: GPL (>= 3)
Encoding: UTF-8
Depends:
R (>= 3.0)
Imports:
haven (>= 2.4.1),
dplyr (>= 1.0.0),
lifecycle,
rlang,
vctrs,
stringr,
tidyr,
tidyselect
Suggests:
testthat,
knitr,
rmarkdown,
questionr,
snakecase,
utf8,
covr,
spelling
Enhances: memisc
URL: https://larmarange.github.io/labelled/, https://github.com/larmarange/labelled
BugReports: https://github.com/larmarange/labelled/issues
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
RdMacros: lifecycle
Language: en-US