# -*- 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 ycphs openxlsx 4.2.8.1
revision            1
maintainers         nomaintainer
license             MIT
description         Read, write and edit xlsx files
long_description    {*}${description}
homepage            https://ycphs.github.io/openxlsx/index.html
checksums           rmd160  523953e84712ec9fa9622ac8abaeefeb5cb51532 \
                    sha256  46ed7c1c8db9646eaf4fe6abe00a0eacd40d28707428a7c611c2816195c71a63 \
                    size    1412047

depends_lib-append  port:R-Rcpp \
                    port:R-stringi \
                    port:R-zip

depends_test-append port:R-curl \
                    port:R-formula.tools \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
