# -*- 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 r-project survey 4.4-2
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             {GPL-2 GPL-3}
description         Analysis of complex survey samples
long_description    Summary statistics, two-sample tests, rank tests, generalised linear models, \
                    cumulative link models, Cox models, loglinear models and general maximum pseudolikelihood \
                    estimation for multistage stratified, cluster-sampled, unequally weighted survey samples.
homepage            https://r-survey.r-forge.r-project.org/survey
checksums           rmd160  df0389e7cb5dcbf3324ecbb5be72e576140e8223 \
                    sha256  8a4a0f3122f0971f7c8756805add781192c655f507b235801dd78457a8d2f1bd \
                    size    2341313

depends_lib-append  port:R-minqa \
                    port:R-mitools \
                    port:R-numDeriv \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

depends_test-append port:R-AER \
                    port:R-CompQuadForm \
                    port:R-DBI \
                    port:R-hexbin \
                    port:R-quantreg \
                    port:R-RSQLite \
                    port:R-R.rsp \
                    port:R-SUMMER

test.run            yes
