# -*- 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 sfcheung semfindr 0.1.8 v
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3
description         Influential cases in structural equation modelling
long_description    {*}${description}
homepage            https://sfcheung.github.io/semfindr
checksums           rmd160  12c25da69c55f63419ee24333591705d7a76b4a2 \
                    sha256  5a2717dab9a942cbc3563fad5e9db4cc785c15fe0a695510317b14af7ba1e20a \
                    size    2379726
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-ggplot2 \
                    port:R-ggrepel \
                    port:R-lavaan \
                    port:R-rlang

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

test.run            yes
