-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
79 lines (79 loc) · 2.57 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
71
72
73
74
75
76
77
78
79
Type: Package
Package: datawizard
Title: Easy Data Wrangling and Statistical Transformations
Version: 0.13.0.12
Authors@R: c(
person("Indrajeet", "Patil", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-1995-6531")),
person("Etienne", "Bacher", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9271-5075")),
person("Dominique", "Makowski", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-5375-9967")),
person("Daniel", "Lüdecke", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-8895-3206")),
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")),
person("Rémi", "Thériault", , "[email protected]", role = "ctb",
comment = c(ORCID = "0000-0003-4315-6788")),
person("Thomas J.", "Faulkenberry", , "[email protected]", role = "rev"),
person("Robert", "Garrett", , "[email protected]", role = "rev")
)
Maintainer: Etienne Bacher <[email protected]>
Description: A lightweight package to assist in key steps involved in any data
analysis workflow: (1) wrangling the raw data to get it in the needed form,
(2) applying preprocessing steps and statistical transformations, and
(3) compute statistical summaries of data properties and distributions.
It is also the data wrangling backend for packages in 'easystats' ecosystem.
References: Patil et al. (2022) <doi:10.21105/joss.04684>.
License: MIT + file LICENSE
URL: https://easystats.github.io/datawizard/
BugReports: https://github.com/easystats/datawizard/issues
Depends:
R (>= 3.6)
Imports:
insight (>= 0.20.5),
stats,
utils
Suggests:
bayestestR,
boot,
brms,
curl,
data.table,
dplyr (>= 1.1),
effectsize,
emmeans,
gamm4,
ggplot2 (>= 3.5.0),
gt,
haven,
httr,
knitr,
lme4,
mediation,
modelbased,
parameters (>= 0.21.7),
poorman (>= 0.2.7),
psych,
readxl,
readr,
rio,
rmarkdown,
rstanarm,
see,
testthat (>= 3.2.1),
tibble,
tidyr,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Config/Needs/website: easystats/easystatstemplate
Remotes: easystats/insight