# -*- 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 slm 1.2.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Stationary Linear Models
long_description    Provides statistical procedures for linear regression in the general context \
                    where the errors are assumed to be correlated. Different ways to estimate \
                    the asymptotic covariance matrix of the least squares estimators are available.
checksums           rmd160  6b7553ae1a2e502e7728b03654d7c5bccfbf203e \
                    sha256  cb94fabded27b765800d2b445c265c4dae59127686259309d896355cf98df8cf \
                    size    62597
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-capushe \
                    port:R-expm \
                    port:R-ltsa \
                    port:R-sandwich

test.run            yes
