# -*- 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 jennybc repurrrsive 1.1.0 v
revision            2
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             CC
description         Examples of recursive lists and nested or split data frames
long_description    {*}${description}
homepage            https://jennybc.github.io/repurrrsive
checksums           rmd160  01c7d544e188ed3074047583669143ca195594ae \
                    sha256  3adfea32ac5381960dc20cb00f0af3c92fea6b8affca20b2d77fef25a01465ac \
                    size    713246
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-tibble

depends_test-append port:R-jsonlite \
                    port:R-testthat \
                    port:R-xml2

test.run            yes
