# -*- 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

# GitHub version is old.
R.setup             cran arlundborg ghcm 3.0.1
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Functional conditional independence testing with the GHCM
long_description    {*}${description}
homepage            https://github.com/arlundborg/ghcm
checksums           rmd160  ec8d46c5334f9678cc146c5a682071a71ab14156 \
                    sha256  7289962eade96b5e581a29084efe84b2fc2e73aec69be8666e35fc68974097a1 \
                    size    3082213

depends_lib-append  port:R-CompQuadForm \
                    port:R-Rcpp

depends_test-append port:R-bookdown \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-refund \
                    port:R-reshape2 \
                    port:R-rmarkdown \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
