# -*- 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 CollinErickson TestFunctions 0.2.2
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3
description         Test functions for simulation experiments and evaluating \
                    optimization and emulation algorithms
long_description    {*}${description}
checksums           rmd160  c08db96a6dca092b318ce17b9f4196d731518d92 \
                    sha256  79aef40e8e2f3115184c50ddaa1e4ec998b6739cf3350372d36855b41c6f53ee \
                    size    117479
supported_archs     noarch

depends_lib-append  port:R-ContourFunctions \
                    port:R-numDeriv \
                    port:R-rmarkdown

depends_test-append port:R-covr \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-testthat

test.run            yes
