forked from strengejacke/sjmisc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.2 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
48
Package: sjmisc
Type: Package
Encoding: UTF-8
Title: Data and Variable Transformation Functions
Version: 2.7.1
Date: 2018-03-26
Author: Daniel Lüdecke <d.luedecke@uke.de>
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.2),
stats,
utils
Imports:
broom (>= 0.4.2),
cli,
crayon,
dplyr (>= 0.7.1),
haven (>= 1.0.0),
magrittr,
pillar,
psych,
purrr,
rlang,
sjlabelled (>= 1.0.8),
stringdist (>= 0.9.4),
stringr (>= 1.2.0),
tibble (>= 1.4.1),
tidyr (>= 0.7.0),
tidyselect
Suggests:
ggplot2,
graphics,
Hmisc,
mice,
sjPlot (>= 2.4.0),
sjstats (>= 0.13.0),
knitr,
rmarkdown
URL: https://github.com/strengejacke/sjmisc
BugReports: https://github.com/strengejacke/sjmisc/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr