# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           R 1.0

R.setup             cran santikka cfid 0.1.7
revision            1
maintainers         nomaintainer
license             GPL-3+
description         Identification of counterfactual queries in causal models
long_description    Facilitates the identification of counterfactual queries \
                    in structural causal models via the ID* and IDC* algorithms.
homepage            https://github.com/santikka/cfid
checksums           rmd160  80eab2e6424f12a689ace0cd1e872f28a3108088 \
                    sha256  c99acb5ec778e6d08de94c9827c8420a5692e2145e4dce141441c5d769fc8e0f \
                    size    41224
supported_archs     noarch
platforms           {darwin any}

patchfiles          patch-no-dagitty.diff

depends_test-append port:R-covr \
                    port:R-igraph \
                    port:R-mockery \
                    port:R-testthat

# One test will fail due to missing R-dagitty: [ FAIL 1 | WARN 0 | SKIP 0 | PASS 201 ]
test.run            no
