# -*- 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 hojsgaard gRbase 2.0.2
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Graphical modelling in R
long_description    {*}${description}
homepage            https://people.math.aau.dk/~sorenh/software/gR
checksums           rmd160  2c399b3a596268dc6e996bc81ea93d89614acba9 \
                    sha256  36720e49b82e360166386c9b3bf17838aeb6d9b921e7e01d48f8a115f9a02e97 \
                    size    4329145

# Keep Bioconductor deps: https://people.math.aau.dk/~sorenh/software/gR/#installation
depends_lib-append  port:R-BiocManager \
                    port:R-graph \
                    port:R-igraph \
                    port:R-magrittr \
                    port:R-RBGL \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-RcppEigen \
                    port:R-Rgraphviz

compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-markdown \
                    port:R-microbenchmark \
                    port:R-testthat

test.run            yes
