# -*- 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

# GitHub version is outdated.
R.setup             cran boettiger-lab sarsop 0.6.15
revision            0
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-2
description         Approximate POMDP planning software
long_description    {*}${description}
homepage            https://github.com/boettiger-lab/sarsop
checksums           rmd160  e4cc5815a50ab0f054f902cbf35d5a0fff9e6116 \
                    sha256  76d7b49b127b41c278d1e5485f46667fef2ed2c9fcfe07aac6b6af46ddbe231d \
                    size    562847

depends_lib-append  port:R-BH \
                    port:R-digest \
                    port:R-processx \
                    port:R-xml2

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-roxygen2 \
                    port:R-spelling \
                    port:R-testthat

test.run            yes
