# -*- 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             github tmsalab simcdm 0.1.2
revision            1
maintainers         nomaintainer
license             GPL-2+
description         Simulate cognitive diagnostic model (CDM) data
long_description    {*}${description}
homepage            https://tmsalab.github.io/simcdm
checksums           rmd160  30d87dce7e4068df8d40f71364c8abcc5a0caac2 \
                    sha256  ca14432ae4dfa5456145a84b26c71740598b18acb7b180b892ba945c4d36499f \
                    size    25502

depends_lib-append  port:R-Rcpp \
                    port:R-RcppArmadillo

compilers.setup     require_fortran

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

test.run            yes
