# -*- 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 blob 1.2.4.9006 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         Simple S3 class for representing vectors of binary data
long_description    {*}${description}
homepage            https://blob.tidyverse.org
checksums           rmd160  f9cb7f8661fa1072293aab1da2eb154f1e3b44f1 \
                    sha256  c5c866ce258798eb00a78a5ce885887a2e5bd03217720723266a963e34a78795 \
                    size    33202
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-rlang \
                    port:R-vctrs

depends_test-append port:R-covr \
                    port:R-crayon \
                    port:R-pillar \
                    port:R-testthat

test.run            yes
