-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathDESCRIPTION
41 lines (41 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
Package: sjlabelled
Type: Package
Encoding: UTF-8
Title: Labelled Data Utility Functions
Version: 1.2.0.3
Authors@R: c(
person("Daniel", "Lüdecke", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-8895-3206")),
person("avid", "Ranzolin", role = "ctb", email = "[email protected]"),
person("Jonathan", "De Troye", role = "ctb", email = "[email protected]")
)
Maintainer: Daniel Lüdecke <[email protected]>
Description: Collection of functions dealing with labelled data, like reading and
writing data between R and other statistical software packages like 'SPSS',
'SAS' or 'Stata', and working with labelled data. This includes easy ways
to get, set or change value and variable label attributes, to convert
labelled vectors into factors or numeric (and vice versa), or to deal with
multiple declared missing values.
License: GPL-3
Depends:
R (>= 3.4)
Imports:
insight,
datawizard,
stats,
tools,
utils
Suggests:
dplyr,
haven (>= 1.1.2),
magrittr,
sjmisc,
sjPlot,
knitr,
rlang,
rmarkdown,
snakecase,
testthat
URL: https://strengejacke.github.io/sjlabelled/
BugReports: https://github.com/strengejacke/sjlabelled/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr