# -*- 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             github queelius algebraic.mle 0.9.0 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Algebraic Maximum Likelihood Estimators
long_description    Defines an algebra over maximum likelihood estimators (MLEs) \
                    by providing operators that are closed over MLEs, \
                    along with various statistical functions for inference.
homepage            https://queelius.github.io/algebraic.mle
checksums           rmd160  bd16f8af359671de0af2f16a8a4451deb87d60c4 \
                    sha256  64b2521ffd98672ce791da871ec6dddf52da5f62cd0f8658d592b7debae7cf48 \
                    size    6246037
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-algebraic.dist \
                    port:R-mvtnorm \
                    port:R-numDeriv

depends_test-append port:R-CDFt \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-tibble

test.run            yes
