# -*- 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 MaudeWagner nlive 0.8.0
revision            1
categories-append   math
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Automated estimation of sigmoidal and piece-wise \
                    linear mixed models
long_description    {*}${description}
homepage            https://github.com/MaudeWagner/nlive
checksums           rmd160  5c5f8b23d00e25102eab5ea34629369a567aeeb1 \
                    sha256  e6f277da6ec70ae3ad1bc7735273cd6ba73e6d6c24a122260fac0482f8e84c30 \
                    size    92708
supported_archs     noarch

depends_lib-append  port:R-dplyr \
                    port:R-fastDummies \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-lcmm \
                    port:R-nlraa \
                    port:R-Rmisc \
                    port:R-Rmpfr \
                    port:R-saemix \
                    port:R-sitar \
                    port:R-sqldf \
                    port:R-viridis

# Despite claimed dependency on R-testthat,
# there are no tests provided.
# https://github.com/MaudeWagner/nlive/issues/1
depends_test-append port:R-rmarkdown \
                    port:R-testthat

test.run            yes
