# -*- 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             cran lindeloev mcp 0.3.4
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Regression with multiple change points
long_description    {*}${description}
homepage            https://lindeloev.github.io/mcp
checksums           rmd160  ebf4b04cbdd834c1a1aebcb2afaacd20682ec75d \
                    sha256  074f86438e828b7deccf0f32a3e6d5229348bbe44509e407ab33514e4e8242ed \
                    size    519593
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-bayesplot \
                    port:R-coda \
                    port:R-dplyr \
                    port:R-future \
                    port:R-future.apply \
                    port:R-ggplot2 \
                    port:R-loo \
                    port:R-magrittr \
                    port:R-patchwork \
                    port:R-rjags \
                    port:R-rlang \
                    port:R-stringr \
                    port:R-tibble \
                    port:R-tidybayes \
                    port:R-tidyr \
                    port:R-tidyselect

depends_test-append port:R-hexbin \
                    port:R-knitr \
                    port:R-purrr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
