# -*- 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 Bhat 0.9-12
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-2+
description         General likelihood exploration
long_description    Provides functions for Maximum Likelihood Estimation, \
                    Markov Chain Monte Carlo, finding confidence intervals. \
                    The implementation is heavily based on the original Fortran \
                    source code translated to R.
checksums           rmd160  7dfdef063a69ef6f0ba2de76bcc95b2a7c8a62c8 \
                    sha256  ce404ad46fae87d34e61c5eabd6c59e87fde2b61c372a755d3dd2a90f629364b \
                    size    23950
supported_archs     noarch
platforms           {darwin any}

depends_test-append port:R-testthat

test.run            yes
