# -*- 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 neerajdhanraj Jaya 1.0.3
revision            0
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Maximization/minimization of a fitness function \
                    using the Jaya Algorithm (JA)
long_description    {*}${description}
homepage            https://github.com/neerajdhanraj/Jaya
checksums           rmd160  d8c22728c7b8d6381d69dcd869f2706179071cd7 \
                    sha256  602a2e1acb4b8ef21b09620ee3cf06f7fe4c60301df3e15e4be2ef95f8fdda63 \
                    size    30549
supported_archs     noarch

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

# There are no specific tests.
test.run            yes
