# -*- 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 RoheLab LRMF3 0.1.0 v
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Low rank matrix factorization S3 objects
long_description    {*}${description}
homepage            https://rohelab.github.io/LRMF3
checksums           rmd160  93b9607166339a0147f7dc97aac91a8b6d2ec5dd \
                    sha256  66251cd91cb03d633ee8b9d9c7530c5f7cb2cb43a1dc13ee05071c32e89b0219 \
                    size    9987118
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-glue

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

# Yet there are no specific tests.
test.run            yes
