# -*- 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 r-lib pillar 1.9.0.9035 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Format columns with color
long_description    ${name} provides tools for styling columns of data, \
                    artfully using color and unicode characters to guide the eye.
homepage            https://pillar.r-lib.org
checksums           rmd160  91a6ee6517a12638c1ff4cc1cd9ff276c29cced3 \
                    sha256  5d2ce8e719bc7ad89e2dad85a80ee3abd34f9c103c5beb9bd4829c31f15895d3 \
                    size    165713
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    port:R-fansi \
                    port:R-glue \
                    port:R-lifecycle \
                    port:R-rlang \
                    port:R-utf8 \
                    port:R-vctrs

depends_test-append port:R-bit64 \
                    port:R-DBI \
                    port:R-debugme \
                    port:R-DiagrammeR \
                    port:R-dplyr \
                    port:R-formattable \
                    port:R-ggplot2 \
                    port:R-knitr \
                    port:R-lubridate \
                    port:R-nanotime \
                    port:R-nycflights13 \
                    port:R-palmerpenguins \
                    port:R-rmarkdown \
                    port:R-scales \
                    port:R-stringi \
                    port:R-testthat \
                    port:R-tibble \
                    port:R-units \
                    port:R-vdiffr \
                    port:R-withr

test.run            yes
