# -*- 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 merliseclyde bark 1.0.5 R-
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Bayesian Additive Regression Kernels
long_description    {*}${description}
homepage            https://merliseclyde.github.io/bark
checksums           rmd160  50e16955cb0f56caa7d94605b74f6db2abf2794f \
                    sha256  e776e8db83296e9fc16fce190a457c911a68cc029d699f877c33d7bb43674aff \
                    size    84141
github.tarball_from archive

compilers.setup     require_fortran

depends_test-append port:R-BART \
                    port:R-covr \
                    port:R-e1071 \
                    port:R-fdm2id \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-testthat

test.run            yes
