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

# GitHub version lags behind.
R.setup             cran entjos JointFPM 1.2.1
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             CC-BY-4
description         Parametric model for estimating the mean number of events
long_description    {*}${description}
homepage            https://entjos.github.io/JointFPM
checksums           rmd160  d839f158f43aa26caeb10633ec3eefbcd86309dd \
                    sha256  bcb6bc4dd41c1ac903bf4c73235b953ac857fd6f36593d659d70c59baee79a13 \
                    size    25429
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-data.table \
                    port:R-lifecycle \
                    port:R-matrixStats \
                    port:R-rlang \
                    port:R-rmutil \
                    port:R-rstpm2 \
                    port:R-statmod

depends_test-append port:R-testthat

test.run            yes
