# -*- 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.7.1
revision            0
maintainers         nomaintainer
license             MIT
description         Read, write and edit xlsx files
long_description    {*}${description}
homepage            https://ycphs.github.io/openxlsx/index.html
checksums           rmd160  f7318d221a1957dfbbb3d3b1ba62c25e61f3dba1 \
                    sha256  f12f6293be963505df5c6d9fdc8149bb0b3a7003721b259451ce2e4a4840fbf1 \
                    size    1389194

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
