# -*- 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 tidyverse tibble 3.3.1.9004 v
revision            1
maintainers         {@barracuda156 macos-powerpc.org:barracuda} openmaintainer
license             MIT
description         Modern re-imagining of the data frame
long_description    Provides a 'tbl_df' class (the 'tibble') \
                    with stricter checking and better formatting \
                    than the traditional data frame.
homepage            https://tibble.tidyverse.org
checksums           rmd160  e81badb4ad7170b604fd6b610d3aa838fc626539 \
                    sha256  870458c2bd58cafd76f8bec530d2892c34245f5bbc903ff193d8928adb032307 \
                    size    1291750
github.tarball_from archive

depends_lib-append  port:R-cli \
                    port:R-lifecycle \
                    port:R-magrittr \
                    port:R-pillar \
                    port:R-pkgconfig \
                    port:R-rlang \
                    port:R-vctrs

depends_test-append port:R-bench \
                    port:R-bit64 \
                    port:R-blob \
                    port:R-brio \
                    port:R-callr \
                    port:R-DiagrammeR \
                    port:R-dplyr \
                    port:R-evaluate \
                    port:R-formattable \
                    port:R-ggplot2 \
                    port:R-here \
                    port:R-hms \
                    port:R-htmltools \
                    port:R-knitr \
                    port:R-lubridate \
                    port:R-mockr \
                    port:R-nycflights13 \
                    port:R-pkgload \
                    port:R-purrr \
                    port:R-rmarkdown \
                    port:R-stringi \
                    port:R-testthat \
                    port:R-tidyr \
                    port:R-withr

test.run            yes
# https://github.com/tidyverse/tibble/issues/1575
test.args-append    --ignore-vignettes
