# -*- 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

# Revert to GitHub once updated there.
R.setup             cran paulnorthrop revdbayes 1.5.5
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Ratio-of-uniforms sampling for bayesian extreme value analysis
long_description    {*}${description}
homepage            https://paulnorthrop.github.io/revdbayes
checksums           rmd160  99ea455af175885b80fca1528474bcd464b187b4 \
                    sha256  60c25ad6367cc10662320fbe6a91b08f5f5ca424fcb528ed0941b41f05b310e9 \
                    size    423481

depends_lib-append  port:R-bayesplot \
                    port:R-exdex \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-rust

compilers.setup     require_fortran

depends_test-append port:R-ggplot2 \
                    port:R-knitr \
                    port:R-microbenchmark \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
