Package: CCI
Type: Package
Title: Computational Test for Conditional Independence
Version: 0.3.6
Date: 2026-01-20
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 <christianbern@gmail.com>
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) <doi:10.3390/a17080323>.   
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
RoxygenNote: 7.3.3
Depends: R (>= 3.5)
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2026-01-21 15:40:35 UTC; chris
Author: Christian Thorjussen [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-5006-6491>),
  Kristian Hovde Liland [aut] (ORCID:
    <https://orcid.org/0000-0001-6468-9423>)
Repository: CRAN
Date/Publication: 2026-01-21 23:00:23 UTC
Built: R 4.6.0; ; 2026-02-14 05:14:39 UTC; windows
