Package: stddiff.spark
Title: Calculate the Standardized Difference for Numeric, Binary and
        Category Variables in Apache Spark
Version: 1.0
Authors@R: person("Alicja", "Januszkiewicz", email = "cran.alicja.januszkiewicz@gmail.com", role = c("aut", "cre", "cph"))
Description: Provides functions to compute standardized differences for numeric, binary,
    and categorical variables on Apache Spark DataFrames using 'sparklyr'.
    The implementation mirrors the methods used in the 'stddiff' package but
    operates on distributed data. See Zhicheng Du, Yuantao Hao (2022) 
    <doi:10.32614/CRAN.package.stddiff> for reference.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.1.0)
Imports: dplyr (>= 1.1.0), tidyr (>= 1.3.0), sparklyr (>= 1.8.0)
Suggests: stddiff (>= 2.1.0), testthat (>= 3.0.0), withr
Config/testthat/edition: 3
SystemRequirements: Apache Spark (tested with 3.4.4)
URL: https://github.com/alicja-januszkiewicz/stddiff.spark
BugReports: https://github.com/alicja-januszkiewicz/stddiff.spark/issues
NeedsCompilation: no
Packaged: 2026-01-10 19:40:09 UTC; alicja
Author: Alicja Januszkiewicz [aut, cre, cph]
Maintainer: Alicja Januszkiewicz <cran.alicja.januszkiewicz@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-15 17:50:01 UTC
