# -*- 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 pmszulc bigstep 1.1.1
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Stepwise selection for large data sets
long_description    Selecting linear and generalized linear models for large data sets \
                    using modified stepwise procedure and modern selection criteria \
                    (like modifications of Bayesian Information Criterion).
checksums           rmd160  b5d493340a2133be3542b3b07927826b02c3ca8e \
                    sha256  5741872af1bce9c7b75c730a3e66454f8e19d6a389a72d5848d5dc5356dcf7ae \
                    size    35549
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-bigmemory \
                    port:R-magrittr \
                    port:R-matrixStats \
                    port:R-R.utils \
                    port:R-RcppEigen \
                    port:R-speedglm

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

test.run            yes
