# -*- 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             cran richierocks assertive.types 0.0-3
revision            1
categories-append   devel
maintainers         nomaintainer
license             GPL-3+
description         Assertions to check types of variables
long_description    {*}${description}
homepage            https://bitbucket.org/richierocks/assertive.types
checksums           rmd160  0bc17f01ed2af21cb19fb73ae20f69d4c01c2aaa \
                    sha256  ab6db2eb926e7bc885f2043fab679330aa336d07755375282d89bf9f9d0cb87f \
                    size    24867
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-assertive.base \
                    port:R-assertive.properties

depends_test-append port:R-data.table \
                    port:R-dplyr \
                    port:R-testthat \
                    port:R-xml2

test.run            yes
