# -*- 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.11.1.9005 v
revision            1
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  7c000e1947919f3113b5e554dcd606b565081065 \
                    sha256  68a09f4b19b4fd6ce68bb8cc31218c66992866604959b1c41e9ee137ab83bd38 \
                    size    171771
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-cli \
                    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
