# -*- 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 ellipsis 0.3.2 v
revision            2
categories-append   devel
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Tool for extending functions
long_description    The ellipsis is a powerful tool for extending functions. \
                    Unfortunately this power comes at a cost: misspelled arguments will be silently ignored. \
                    The ellipsis package provides a collection of functions to catch problems and alert the user.
homepage            https://ellipsis.r-lib.org
checksums           rmd160  b114d47b46c0c54d6f3bd1a46e60854c84c3389a \
                    sha256  ff2ab7b5bc4a03d77faf2026fe209bbe410f9963b5852eb41edff01c4b0f347d \
                    size    11234

depends_lib-append  port:R-rlang

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

test.run            yes
