-
Notifications
You must be signed in to change notification settings - Fork 24
/
DESCRIPTION
46 lines (46 loc) · 1.33 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
Package: sjmisc
Type: Package
Encoding: UTF-8
Title: Data and Variable Transformation Functions
Version: 2.8.10
Authors@R: c(person("Daniel", "Lüdecke", role = c("aut", "cre"), email = "d.luedecke@uke.de", comment = c(ORCID = "0000-0002-8895-3206")),
person("Iago", "Giné-Vázquez", role = c("ctb"), email = "i.gine@pssjd.org"),
person("Alexander", "Bartel", role = "ctb", email = "alexander.bartel@fu-berlin.de", comment = c(ORCID = "0000-0002-1280-6138")))
Maintainer: Daniel Lüdecke <d.luedecke@uke.de>
Description: Collection of miscellaneous utility functions, supporting data
transformation tasks like recoding, dichotomizing or grouping variables,
setting and replacing missing values. The data transformation functions
also support labelled data, and all integrate seamlessly into a
'tidyverse'-workflow.
License: GPL-3
Depends:
R (>= 3.4)
Imports:
dplyr,
insight,
datawizard,
magrittr,
methods,
purrr,
rlang,
sjlabelled (>= 1.1.1),
stats,
tidyselect,
utils
Suggests:
ggplot2,
graphics,
haven (>= 2.0.0),
mice,
nnet,
sjPlot,
sjstats,
knitr,
rmarkdown,
stringdist,
testthat,
tidyr
URL: https://strengejacke.github.io/sjmisc/
BugReports: https://github.com/strengejacke/sjmisc/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr