# -*- 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 ramhiser itertools2 0.1.2 v
revision            1
maintainers         nomaintainer
license             MIT
description         Functions creating iterators for efficient looping
long_description    {*}${description}
checksums           rmd160  8d8982670f212665ab55a5db1d17f574084f3cac \
                    sha256  42f3a95e4129970426ee0d960c40f176aac66965493983914782a097d6eb8d61 \
                    size    33597
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-iterators

# R-combinat is needed:
depends_test-append port:R-combinat \
                    port:R-testthat

test.run            yes
