# -*- 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.3.0 v
revision            1
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  4b6ace522d03db1a10a0291403bd0c4e7be684d9 \
                    sha256  7cb2b4df14a6de6d2bd814564a6b768c5efe8fc395f874cf9066f0d19fe1bd81 \
                    size    38138
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
