# -*- 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 karchjd gppm 0.2.0 v
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3
description         Implementation of Gaussian process panel modeling in R
long_description    {*}${description}
checksums           rmd160  4b8dc37f98430c390867087ef2ba91216b34cef6 \
                    sha256  f00e8a4eae0433a920003e6eeee303b3a57cda8e959a0bf998eb923dd1343c66 \
                    size    78013
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-ggthemes \
                    port:R-mvtnorm \
                    port:R-Rcpp \
                    port:R-rstan

depends_test-append port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-testthat

test.run            yes
