# -*- 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 WeibullFit 0.1.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Fit and plot a dataset to the Weibull probability distribution function
long_description    {*}${description}
checksums           rmd160  e16f63c9a97770cf2d37f922e6512c78581da315 \
                    sha256  39263fa10003f99fb4f7ea01428d953d1acb4df05e8bdcc4cf61edba307b00a9 \
                    size    114380
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-e1071 \
                    port:R-FAdist \
                    port:R-glue \
                    port:R-kSamples \
                    port:R-mixdist \
                    port:R-optimx \
                    port:R-R.methodsS3 \
                    port:R-R.oo \
                    port:R-sqldf \
                    port:R-xtable

test.run            yes
