# -*- 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.6.0
revision            0
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  bc87e49d5bcdcd1339c1f2e56b2896ef9e293ebe \
                    sha256  a4ac0cbac8ed4b63415188c67a3a96621140db7b8b356140091b9e2d742b561d \
                    size    86589
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-saemix \
                    port:R-sitar \
                    port:R-sqldf

# 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
