# -*- 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 outdated.
R.setup             cran statnet lolog 1.3.2
revision            1
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Latent order logistic graph models
long_description    {*}${description}
homepage            https://github.com/statnet/lolog
checksums           rmd160  51c58afbc9479214b4218efe1efb778db1fcc5e2 \
                    sha256  b2b42b432797e4a459e6d17b016d9392e831402a366aa66db9ab3c5eb470330f \
                    size    853686

depends_lib-append  port:R-BH \
                    port:R-ggplot2 \
                    port:R-intergraph \
                    port:R-network \
                    port:R-Rcpp \
                    port:R-reshape2

compilers.setup     require_fortran

depends_test-append port:R-ergm \
                    port:R-igraph \
                    port:R-inline \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
