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

# Revert to GitHub once updated there.
R.setup             cran loelschlaeger ino 1.0.2
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3+
description         Initialization of Numerical Optimization
long_description    Analysis of the initialization for numerical optimization of real-valued functions, \
                    including likelihood functions of statistical models.
homepage            https://loelschlaeger.de/ino
checksums           rmd160  0fef2f840c6cf0397c73344ae363ac0bcfa07834 \
                    sha256  136210012f2e0e4e24f991efbe10ba7ce3932fcd5b4f914307bf53f4980ef4a2 \
                    size    1123858
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-cli \
                    port:R-crayon \
                    port:R-doSNOW \
                    port:R-dplyr \
                    port:R-forcats \
                    port:R-foreach \
                    port:R-ggplot2 \
                    port:R-glue \
                    port:R-mvtnorm \
                    port:R-optimizeR \
                    port:R-reshape2 \
                    port:R-rlang \
                    port:R-scales

depends_test-append port:R-fHMM \
                    port:R-knitr \
                    port:R-purrr \
                    port:R-pracma \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
