# -*- 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

# Revert to GitHub once updated there.
R.setup             cran ropensci BaseSet 0.9.0
revision            1
categories-append   math
maintainers         nomaintainer
license             MIT
description         Work with sets the tidy way
long_description    Implements a class and methods to work with sets, doing intersection, union, \
                    complementary sets, power sets, cartesian product and other set operations in a tidy way.
homepage            https://docs.ropensci.org/BaseSet
checksums           rmd160  764469210b82cc80bda752b246351926e8690c36 \
                    sha256  e5c6d1609ae818427e4af97516a0a879969165c43bf2f36271fc12b56ac7c436 \
                    size    784108
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-dplyr \
                    port:R-magrittr \
                    port:R-rlang
