# -*- 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 joliencremers bpnreg 2.0.3 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Bayesian projected normal regression models for circular data
long_description    Fitting Bayesian multiple and mixed-effect regression models for circular data \
                    based on the projected normal distribution. Both continuous and categorical predictors \
                    can be included. Sampling from the posterior is performed via an MCMC algorithm. \
                    Posterior descriptives of all parameters, model fit statistics and Bayes factors \
                    for hypothesis tests for inequality constrained hypotheses are provided.
checksums           rmd160  29eea195d0e4db357ed19e7b36bb1bfce03702ac \
                    sha256  de6807ad8f4c2045be72c94cbcf1c24472fe88fd5a8f234de0ac1fb40720675f \
                    size    255497

depends_lib-append  port:R-BH \
                    port:R-haven \
                    port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

depends_test-append port:R-knitr \
                    port:R-qpdf \
                    port:R-rmarkdown

test.run            yes
