# -*- 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 JacobSeedorff21 BranchGLM 3.0.1 v
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             Apache-2+
description         Efficient and scalable GLM best subset selection
long_description    {*}${description} using a novel implementation \
                    of a branch-and-bound algorithm.
checksums           rmd160  f06a2f9cebd42e8583dd5cab05780a3065feb6a6 \
                    sha256  5a869c665cdbff80298d1c23d1a3a1ccef7af342b50fed2575bc5c025dc60cb4 \
                    size    345950
# github.tarball_from archive

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

compilers.setup     require_fortran

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

test.run            yes
