# -*- 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 cran pglm 0.2-3
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {GPL-2 GPL-3}
description         Panel Generalized Linear Models
long_description    {*}${description}
checksums           rmd160  f4c6aa3fb3560c8bc5cb65521b51d02608f2123e \
                    sha256  7248f5c4b5f8d8c58e41615335d657bb8d91f81a893df38d720f7b7eed6bf099 \
                    size    247969
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-Formula \
                    port:R-maxLik \
                    port:R-plm \
                    port:R-statmod

depends_test-append port:R-car \
                    port:R-lmtest

test.run            yes
