Package: tidysmd Title: Tidy Standardized Mean Differences Version: 0.2.1.9000 Authors@R: person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", 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 (>= 3.5) Imports: dplyr, purrr, rlang, smd, stats, tidyr, tidyselect, utils, vctrs Suggests: covr, ggplot2, MatchIt, propensity, spelling, testthat (>= 3.0.0), vdiffr Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libicu-dev Repository: https://r-causal.r-universe.dev Date/Publication: 2026-03-04 17:37:47 UTC RemoteUrl: https://github.com/r-causal/tidysmd RemoteRef: HEAD RemoteSha: a7f623c4c2dca5c37e7ef50b052d7a264aa44b14 NeedsCompilation: no Packaged: 2026-07-02 07:52:25 UTC; root Author: Malcolm Barrett [aut, cre] (ORCID: ) Maintainer: Malcolm Barrett