# -*- 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 murph290 bayesWatch 0.1.3
revision            1
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2+
description         Bayesian change-point detection for process monitoring with fault detection
long_description    {*}${description}
checksums           rmd160  6922200282975114705cebee99f65824607583c2 \
                    sha256  c178ab6f82358b6dcb5672bd6a1fde55709b6f2911d13f7d789215cc90e96e12 \
                    size    2254002

depends_lib-append  port:R-BDgraph \
                    port:R-BH \
                    port:R-CholWishart \
                    port:R-ess \
                    port:R-ggplot2 \
                    port:R-gridExtra \
                    port:R-Hotelling \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-RcppEigen

# error: 'isnan' was not declared in this scope; did you mean 'std::isnan'?
patchfiles          patch-fix-isnan.diff

compilers.setup     require_fortran

test.run            yes
