-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathDESCRIPTION
70 lines (70 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
Type: Package
Package: datawizard
Title: Easy Data Wrangling and Statistical Transformations
Version: 0.5.1.4
Authors@R: c(
person("Indrajeet", "Patil", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")),
person("Dominique", "Makowski", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5375-9967", Twitter = "@Dom_Makowski")),
person("Daniel", "Lüdecke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8895-3206", Twitter = "@strengejacke")),
person("Mattan S.", "Ben-Shachar", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-4287-4801")),
person("Brenton M.", "Wiernik", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9560-6336", Twitter = "@bmwiernik")),
person("Etienne", "Bacher", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-9271-5075")),
person("Rémi", "Thériault", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4315-6788", Twitter = "@rempsyc"))
)
Maintainer: Indrajeet Patil <[email protected]>
Description: A lightweight package to easily manipulate, clean, transform,
and prepare your data for analysis. It also forms the data wrangling
backend for the packages in the 'easystats' ecosystem.
License: GPL (>= 3)
URL: https://easystats.github.io/datawizard/
BugReports: https://github.com/easystats/datawizard/issues
Depends:
R (>= 3.5)
Imports:
insight (>= 0.18.2),
stats,
utils
Suggests:
bayestestR,
boot,
brms,
data.table,
dplyr,
effectsize,
gamm4,
ggplot2,
haven,
httr,
knitr,
lme4,
mediation,
parameters,
poorman (>= 0.2.6),
psych,
readxl,
readr,
rio,
rmarkdown,
rstanarm,
see,
testthat (>= 3.1.0),
tidyr,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Config/testthat/edition: 3
Config/Needs/website:
rstudio/bslib,
r-lib/pkgdown,
easystats/easystatstemplate