# -*- 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 alanaw1 flintyR 0.1.0
revision            2
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             GPL-3+
description         Simple and flexible tests of sample exchangeability
long_description    Given a multivariate dataset and some knowledge about the dependencies between its features, \
                    it is customary to fit a statistical model to the features to infer parameters of interest. \
                    Such a procedure implicitly assumes that the sample is exchangeable. This package provides \
                    a flexible non-parametric test of this exchangeability assumption, allowing the user to specify \
                    the feature dependencies by hand as long as features can be grouped into disjoint independent sets. \
                    This package also allows users to test a dual hypothesis, which is, given that the sample is exchangeable, \
                    does a proposed grouping of the features into disjoint sets also produce statistically independent sets of features?
homepage            https://alanaw1.github.io/flintyR
checksums           rmd160  62d1d261e08d38a8c8926d29a6ed6dfdaec3cedb \
                    sha256  9e6f46b14176bdb564d5054e139b47f870c297d11a412983d5c55b9ae2b8a0d5 \
                    size    62437

depends_lib-append  port:R-assertthat \
                    port:R-doParallel \
                    port:R-foreach \
                    port:R-Rcpp \
                    port:R-RcppArmadillo \
                    port:R-testthat

compilers.setup     require_fortran

depends_test-append port:R-devtools

test.run            yes