Package: NetCoupler
Title: Inference of Causal Links Between a Network and an External
        Variable
Version: 0.1.1
Authors@R: c(
    person("Luke", "Johnston", , "lwjohnst@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0003-4169-2616")),
    person("Clemens", "Wittenbecher", , "Clemens.Wittenbecher@dife.de", role = c("aut", "cph"),
           comment = c(ORCID = "0000-0001-7792-877X")),
    person("Fabian", "Eichelmann", , "Fabian.Eichelmann@dife.de", role = "ctb"),
    person("Helena", "Zacharias", , "helena.zacharias@helmholtz-muenchen.de", role = "ctb"),
    person("Daniel", "Ibsen", , "dbi@ph.au.dk", role = "ctb",
           comment = c(ORCID = "0000-0002-7038-4770"))
  )
Description: The 'NetCoupler' algorithm identifies potential direct effects of 
    correlated, high-dimensional variables formed as a network with an external 
    variable. The external variable may act as the dependent/response variable 
    or as an independent/predictor variable to the network. 
License: MIT + file LICENSE
URL: https://github.com/NetCoupler/NetCoupler,
        https://netcoupler.github.io/NetCoupler/
BugReports: https://github.com/NetCoupler/NetCoupler/issues
Depends: R (>= 3.5.0)
Imports: checkmate, dplyr, ids, igraph, lifecycle, magrittr, pcalg,
        ppcor, purrr, rlang (>= 0.4.6), stats, tibble, tidyselect,
        utils, tidygraph
Suggests: broom, furrr, knitr, rmarkdown, spelling, testthat (>= 2.1.0)
VignetteBuilder: knitr
RdMacros: lifecycle
biocViews:
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Language: en-US
NeedsCompilation: no
Packaged: 2025-05-20 08:30:18 UTC; luke
Author: Luke Johnston [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0003-4169-2616>),
  Clemens Wittenbecher [aut, cph] (ORCID:
    <https://orcid.org/0000-0001-7792-877X>),
  Fabian Eichelmann [ctb],
  Helena Zacharias [ctb],
  Daniel Ibsen [ctb] (ORCID: <https://orcid.org/0000-0002-7038-4770>)
Maintainer: Luke Johnston <lwjohnst@gmail.com>
Repository: CRAN
Date/Publication: 2025-05-20 10:40:02 UTC
Built: R 4.5.2; ; 2025-11-01 03:32:23 UTC; windows
