# -*- 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             github statnet statnet.common 4.13.0
revision            1
maintainers         nomaintainer
license             GPL-3
description         Common R scripts and utilities used by the Statnet \
                    Project software
long_description    {*}${description}
homepage            https://github.com/statnet/statnet.common
checksums           rmd160  9192d6589e060c18c440984b2b62cf0fa7d4aace \
                    sha256  db796426b8ea32ba750bb6456d2c7749a97fd2421e359f5cb959fa3cc5a2feca \
                    size    105368
github.tarball_from archive

depends_lib-append  port:R-coda

depends_test-append port:R-covr \
                    port:R-purrr \
                    port:R-rlang \
                    port:R-roxygen2

test.run            yes
