Package: detectXOR Title: XOR Pattern Detection and Visualization Version: 0.1.0 Authors@R: c(person(given = "Jorn", family = "Lotsch", role = c("aut", "cre"), email = "j.lotsch@em.uni-frankfurt.de", comment = c(ORCID = "0000-0002-5818-6958")), person(given = "Alfred", family = "Ultsch", role = "aut")) Description: Provides tools for detecting XOR-like patterns in variable pairs in two-class data sets. Includes visualizations for pattern exploration and reporting capabilities with both text and HTML output formats. License: GPL-3 Encoding: UTF-8 LazyData: true Imports: dplyr (>= 1.1.0), ggplot2 (>= 3.4.0), ggh4x (>= 0.2.3), tibble (>= 3.1.8), reshape2 (>= 1.4.4), glue (>= 1.6.0), magrittr (>= 2.0.0), stats, ggthemes, DescTools (>= 0.99.50), utils, methods, grDevices, knitr, kableExtra, htmltools, base64enc Suggests: testthat (>= 3.0.0), rmarkdown, doParallel, foreach, parallel (>= 4.2.0), future (>= 1.28.0), future.apply (>= 1.10.0), pbmcapply (>= 1.5.0) RoxygenNote: 7.2.3 SystemRequirements: GNU make Depends: R (>= 3.5.0) URL: https://github.com/JornLotsch/detectXOR BugReports: https://github.com/JornLotsch/detectXOR/issues Config/pak/sysreqs: cmake libfontconfig1-dev libfreetype6-dev libfribidi-dev make libharfbuzz-dev libicu-dev libpng-dev libuv1-dev libxml2-dev libssl-dev libx11-dev zlib1g-dev Repository: https://jornlotsch.r-universe.dev Date/Publication: 2025-07-12 05:39:48 UTC RemoteUrl: https://github.com/jornlotsch/detectxor RemoteRef: HEAD RemoteSha: a1b28309b0cc987dfe03e12993cedb52bf5bc511 NeedsCompilation: no Packaged: 2026-07-07 09:07:21 UTC; root Author: Jorn Lotsch [aut, cre] (ORCID: ), Alfred Ultsch [aut] Maintainer: Jorn Lotsch