-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.01 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: tidysmd
Title: Tidy Standardized Mean Differences
Version: 0.2.0.9000
Authors@R:
person("Malcolm", "Barrett", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-0299-5825"))
Description: Tidy standardized mean differences ('SMDs'). 'tidysmd' uses
the 'smd' package to calculate standardized mean differences for
variables in a data frame, returning the results in a tidy format.
License: MIT + file LICENSE
URL: https://github.com/r-causal/tidysmd,
https://r-causal.github.io/tidysmd/
BugReports: https://github.com/r-causal/tidysmd/issues
Depends:
R (>= 2.10)
Imports:
dplyr,
purrr,
rlang,
smd,
stats,
tidyr,
tidyselect,
utils,
vctrs
Suggests:
covr,
ggplot2,
MatchIt,
propensity (>= 0.0.0.9000),
spelling,
testthat (>= 3.0.0),
vdiffr
Remotes:
r-causal/propensity
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1