# -*- 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 jeffreypullin rater 1.3.1
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Statistical models of repeated categorical rating data
long_description    {*}${description}
homepage            https://jeffreypullin.github.io/rater
checksums           rmd160  96883aec43973863a8501c4ee64275561c2c2e47 \
                    sha256  84646f854ebe890389f81f0cb10acf196d82f09e0c2633b6372f35643b94ef46 \
                    size    341745

depends_lib-append  port:R-BH \
                    port:R-ggplot2 \
                    port:R-loo \
                    port:R-Rcpp \
                    port:R-RcppEigen \
                    port:R-RcppParallel \
                    port:R-rlang \
                    port:R-rstan \
                    port:R-rstantools \
                    port:R-StanHeaders

depends_test-append port:R-coda \
                    port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
