# -*- 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 Roy-SR-007 bayesestdft 1.0.0 v
revision            2
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Bayesian framework to estimate the Student’s t-distribution’s \
                    degrees of freedom
long_description    {*}${description}
checksums           rmd160  444e98c2e0b3478a03a1e363e9223a88c59b5034 \
                    sha256  b13607847e3132698b863f161fcd5d6225ba15d6370149940993e93269c6edaa \
                    size    866701
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-numDeriv

test.run            yes
