# -*- 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 calakus RFCCA 2.0.0
revision            1
categories-append   math
maintainers         nomaintainer
license             GPL-3+
description         Random Forest with Canonical Correlation Analysis
long_description    {*}${description}
homepage            https://github.com/calakus/RFCCA
checksums           rmd160  5f90b6e85e46a1cd4fbe04ca63402e27f7381134 \
                    sha256  50333f3b34b1a089854aa1e93b1abbba9acf95385f002d5bb59b80e9da7a9400 \
                    size    419505

depends_lib-append  port:R-CCA \
                    port:R-PMA

compilers.setup     require_fortran

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

test.run            yes
