# -*- 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 UCL rmcmc 0.1.2 v
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Robust Markov Chain Monte Carlo methods
long_description    {*}${description}
homepage            http://github-pages.ucl.ac.uk/rmcmc
checksums           rmd160  e7f8166cce5e9ab047da9dd92ded6a6d43f02f7d \
                    sha256  1d34cc1e0da5de5f1878ec0b538944daa71ff76f4f88bc52feaccb7a53310f5d \
                    size    96784
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-rlang \
                    port:R-withr

depends_test-append port:R-knitr \
                    port:R-posterior \
                    port:R-progress \
                    port:R-ramcmc \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
