Package: CCI Type: Package Title: Computational Test for Conditional Independence Version: 0.3.6.1 Date: 2026-03-03 Authors@R: c(person(given = "Christian", family = "Thorjussen", role = c("aut", "cre"), email = "christianbern@gmail.com", comment = c(ORCID = "0009-0005-5006-6491")), person(given = "Kristian Hovde", family = "Liland", role = c("aut"), email = "kristian.liland@nmbu.no", comment = c(ORCID = "0000-0001-6468-9423"))) Maintainer: Christian Thorjussen Description: Tool for performing computational testing for conditional independence between variables in a dataset. 'CCI' implements permutation in combination with Monte Carlo Cross-Validation in generating null distributions and test statistics. For more details see Computational Test for Conditional Independence (2024) . Imports: ggplot2, dplyr, caret, xgboost, ranger, stats, data.table, e1071, rlang, progress, kknn Suggests: testthat, knitr, rmarkdown License: GPL (>= 2) URL: https://github.com/khliland/CCI BugReports: https://github.com/khliland/CCI/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 3.5) VignetteBuilder: knitr Config/pak/sysreqs: libglpk-dev make libicu-dev libxml2-dev Repository: https://khliland.r-universe.dev Date/Publication: 2026-05-15 17:14:58 UTC RemoteUrl: https://github.com/khliland/cci RemoteRef: HEAD RemoteSha: b3c319acc0fbe75067b93e752f5f4841c89fc0b7 NeedsCompilation: no Packaged: 2026-06-14 06:59:53 UTC; root Author: Christian Thorjussen [aut, cre] (ORCID: ), Kristian Hovde Liland [aut] (ORCID: )