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

# GitHub version is old.
R.setup             cran nacnudus tidyxl 1.0.10
revision            1
categories-append   office
maintainers         nomaintainer
license             MIT
description         Import non-tabular from Excel files into R
long_description    {*}${description}
homepage            https://nacnudus.github.io/tidyxl
checksums           rmd160  cc364d2491095fb05c918dbe22ab92a97b950fd2 \
                    sha256  0e396e29003697f3c57320c94c45f55d3ec43f5dd5abdc7213abc33a285d0bf9 \
                    size    3101580

depends_lib-append  port:R-piton \
                    port:R-Rcpp

depends_test-append port:R-cellranger \
                    port:R-dplyr \
                    port:R-ggplot2 \
                    port:R-here \
                    port:R-knitr \
                    port:R-purrr \
                    port:R-readxl \
                    port:R-rmarkdown \
                    port:R-openxlsx \
                    port:R-rlang \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-tidyr

test.run            yes
