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

# Revert to GitHub once updated there.
R.setup             cran statnet ergm.count 4.1.3
revision            1
categories-append   math
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             GPL-3
description         Fit, simulate and diagnose exponential-family models \
                    for networks with count edges
long_description    {*}${description}
homepage            https://github.com/statnet/ergm.count
checksums           rmd160  3660ce342a92a641e0be81f8a5fdc5a5ba4075e4 \
                    sha256  3747681137dcdb7303ff690c2fc3e2e01a1f70c64d73b8540747cd7d810617f0 \
                    size    603616
# github.tarball_from archive

depends_lib-append  port:R-ergm \
                    port:R-network \
                    port:R-Rdpack \
                    port:R-statnet.common

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
