# -*- 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 ddotta tablexlsx 1.0.0 v
revision            0
categories-append   office
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Export data frames to Excel Workbook
long_description    {*}${description}
homepage            https://ddotta.github.io/tablexlsx
checksums           rmd160  747895a8683b37b7a6885d6b68ed70e940b44656 \
                    sha256  314e45a6a1c8f96dcefa9e5b5d1c0b34a182f50cb0c054fff96b3fabbba02fde \
                    size    296617
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-magrittr \
                    port:R-openxlsx

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

test.run            yes
