# -*- 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

# Revert to GitHub once a new version is out there.
R.setup             cran davidgohel officer 0.7.3
revision            1
categories-append   office
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Manipulation of Microsoft Word and PowerPoint documents
long_description    {*}${description}
homepage            https://ardata-fr.github.io/officeverse
checksums           rmd160  a83a2692cce43e6c848ef5ea5e621541c7816aaf \
                    sha256  7caf3b7c1722e253cae8a71a0850141810d01c1f08ca064380577a6ad947b422 \
                    size    1225758
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-dplyr \
                    port:R-openssl \
                    port:R-R6 \
                    port:R-ragg \
                    port:R-tidyr \
                    port:R-uuid \
                    port:R-xml2 \
                    port:R-zip

depends_test-append port:R-devEMF \
                    port:R-doconv \
                    port:R-gdtools \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-magick \
                    port:R-rmarkdown \
                    port:R-rsvg \
                    port:R-testthat \
                    port:R-withr

test.run            yes
