Package: ksCompare Title: Smart Data Frame Comparison in the Spirit of SAS PROC COMPARE Version: 0.2.3 Authors@R: person("Igor", "Aleschenkov", , "igor.aleschenkov@gmail.com", role = c("aut", "cre")) Description: A tidyverse-native engine for comparing two data frames in the spirit of SAS 'PROC COMPARE', with extensions for clinical/pharma workflows: per-column tolerances (absolute, relative, and ULP), smart column matching, intelligent type reconciliation, SAS special-missing awareness, diff-pattern detection, and rich HTML/Excel reports. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 Depends: R (>= 4.1) Imports: base64enc, cli, digest, dplyr, rlang, stringi, tibble, vctrs Suggests: arrow, arsenal, broom, clue, haven, htmltools, knitr, openxlsx2, pointblank, reactable, rmarkdown, stringdist, testthat (>= 3.0.0), withr Config/testthat/edition: 3 URL: https://al-garik.github.io/ksCompare/, https://github.com/al-garik/ksCompare, https://crow16384.r-universe.dev/ksCompare BugReports: https://github.com/al-garik/ksCompare/issues VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://crow16384.r-universe.dev Date/Publication: 2026-07-06 13:43:16 UTC RemoteUrl: https://github.com/al-garik/ksCompare RemoteRef: HEAD RemoteSha: 554841cfa9485bd78809a67cac190b15b6504d09 NeedsCompilation: no Packaged: 2026-07-06 14:52:41 UTC; root Author: Igor Aleschenkov [aut, cre] Maintainer: Igor Aleschenkov