Package: caugi
Title: Causal Graph Interface
Version: 1.3.0
Authors@R: c(
    person(
      given = "Frederik",
      family = "Fabricius-Bjerre",
      email = "frederik@fabriciusbjerre.dk",
      role = c("aut", "cre", "cph"),
      comment = c(ORCID = "0009-0004-1079-1616")
    ),
    person(
      given = "Johan",
      family = "Larsson",
      role = "aut",
      email = "johan@jolars.co",
      comment = c(ORCID = "0000-0002-4029-5945")
    ),
    person(
      given = "Michael",
      family = "Sachs",
      role = "aut",
      email = "sachsmc@gmail.com",
      comment = c(ORCID = "0000-0002-1279-8676")
    ),
    person(
        given = "Bjarke Hautop",
        family = "Kristensen",
        role = "aut",
        email = "bjarke.hautop@gmail.com"
    ),
    person(
      given = "Leonard",
      family = "Henckel",
      role = c("ctb", "cph"),
      comment = "author of the 'gadjid' crate, from which src/rust/src/graph/aid.rs is derived (MPL-2.0); see LICENSE.note"
    ),
    person(
      given = "Theo",
      family = "W\u00fcrtzen",
      role = c("ctb", "cph"),
      comment = "author of the 'gadjid' crate; see LICENSE.note"
    ),
    person(
      given = "Sebastian",
      family = "Weichwald",
      role = c("ctb", "cph"),
      comment = "author of the 'gadjid' crate; see LICENSE.note"
    ),
    person(
      given = "Authors of the bundled Rust crates",
      role = c("ctb", "cph"),
      comment = "vendored under src/rust/vendor; see LICENSE.note"
    )
  )
Description: Create, query, and modify causal graphs. 'caugi' (Causal Graph
    Interface) is a causality-first, high performance graph package that
    provides a simple interface to build, structure, and examine causal
    relationships.
License: MIT + file LICENSE
Language: en-US
URL: https://caugi.org/,
        https://github.com/frederikfabriciusbjerre/caugi
BugReports: https://github.com/frederikfabriciusbjerre/caugi/issues
Depends: R (>= 4.2)
Imports: data.table, grid, S7, stats, methods
Suggests: bnlearn, dagitty, devtools, ggplot2, graph, gRbase, igraph,
        jsonlite, knitr, MASS, Matrix, pcalg, rmarkdown, testthat,
        tidygraph, waldo, withr
VignetteBuilder: knitr
Config/rextendr/version: 0.5.0
Encoding: UTF-8
SystemRequirements: Cargo (Rust's package manager), rustc >= 1.80.0, xz
Config/Needs/website: rmarkdown
Config/roxygen2/version: 8.1.0
NeedsCompilation: yes
Packaged: 2026-09-09 19:17:04 UTC; frederikfabriciusbjerre
Author: Frederik Fabricius-Bjerre [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0004-1079-1616>),
  Johan Larsson [aut] (ORCID: <https://orcid.org/0000-0002-4029-5945>),
  Michael Sachs [aut] (ORCID: <https://orcid.org/0000-0002-1279-8676>),
  Bjarke Hautop Kristensen [aut],
  Leonard Henckel [ctb, cph] (author of the 'gadjid' crate, from which
    src/rust/src/graph/aid.rs is derived (MPL-2.0); see LICENSE.note),
  Theo Würtzen [ctb, cph] (author of the 'gadjid' crate; see
    LICENSE.note),
  Sebastian Weichwald [ctb, cph] (author of the 'gadjid' crate; see
    LICENSE.note),
  Authors of the bundled Rust crates [ctb, cph] (vendored under
    src/rust/vendor; see LICENSE.note)
Maintainer: Frederik Fabricius-Bjerre <frederik@fabriciusbjerre.dk>
Repository: CRAN
Date/Publication: 2026-09-09 19:50:08 UTC
Built: R 4.6.1; x86_64-apple-darwin20; 2026-09-09 22:37:30 UTC; unix
Archs: caugi.so.dSYM
