Package: integr
Type: Package
Title: An Implementation of Interaction Graphs of Aleks Jakulin
Version: 1.0.0
Authors@R: person("Petar", "Markovic", email = "peleplay@gmail.com",
role = c("aut", "cre"))
Description: Generates a 'Graphviz' graph of the most significant 3-way
interaction gains (i.e. conditional information gains) based on
a provided discrete data frame. Various output formats are
supported ('Graphviz', SVG, PNG, PDF, PS). For references, see
the webpage of Aleks Jakulin
.
Depends: R (>= 3.5.0), dplyr (>= 0.7.6), DiagrammeR (>= 1.0.0),
DiagrammeRsvg (>= 0.1), rsvg (>= 1.3), gtools (>= 3.5.0), utils
(>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/peleplay/integr
BugReports: https://github.com/peleplay/integr/issues
RoxygenNote: 6.1.1
Suggests: knitr, rmarkdown, testthat
VignetteBuilder: knitr
Config/pak/sysreqs: cmake libglpk-dev make libicu-dev librsvg2-dev
libuv1-dev libxml2-dev libssl-dev libnode-dev libx11-dev
Repository: https://peleplay.r-universe.dev
Date/Publication: 2019-05-24 11:12:47 UTC
RemoteUrl: https://github.com/peleplay/integr
RemoteRef: HEAD
RemoteSha: 9e85b9ba29c1c6050b800175b6a9dab596b1aa77
NeedsCompilation: no
Packaged: 2026-07-12 07:24:39 UTC; root
Author: Petar Markovic [aut, cre]
Maintainer: Petar Markovic