# -*- 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            4
categories-append   devel
maintainers         {@barracuda156 macos-powerpc.org:barracuda} 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  fc745bd0674b0bbf90bed04a62ffd36c4c715a2e \
                    sha256  335f02305af181442c97c55372bbfe7523f7d5b59631633d53a1f4a35d351f92 \
                    size    11220
github.tarball_from archive

depends_lib-append  port:R-rlang

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

test.run            yes
