# -*- 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 mcemGLM 1.1.3
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {GPL-2 GPL-3}
description         Maximum likelihood estimation for generalized linear mixed models
long_description    {*}${description}
checksums           rmd160  9df2d29b0c86afd124ebc70262a3927004440a3e \
                    sha256  2d80fe5b804ab3828a491231ef3e8e9281f25a64b6d6604b57f1a713a6faa904 \
                    size    3900296

depends_lib-append  port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-trust

compilers.setup     require_fortran

# Vignette code compilation seems to freeze, likely due to a broken R BATCH:
# https://trac.macports.org/ticket/67059
test.run            yes
