# -*- 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 boennecd parglm 0.1.7
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-2
description         Provides a parallel estimation method for generalized linear models \
                    without compiling with a multi-threaded LAPACK or BLAS
long_description    {*}${description}
checksums           rmd160  800de9983fd337e15c8dad4f2cb5cabe7fad5216 \
                    sha256  13403956d2286316e5896fe7b2f25d93f38c9664df42a9c9b8725e68a61c5589 \
                    size    288607

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

compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-microbenchmark \
                    port:R-R.rsp \
                    port:R-rmarkdown \
                    port:R-speedglm \
                    port:R-SuppDists \
                    port:R-testthat

test.run            yes
