# -*- 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 moodymudskipper inops 0.0.1 v
revision            2
maintainers         nomaintainer
license             GPL-3
description         Infix operators for detection, subsetting and replacement
long_description    Infix operators to detect, subset and replace the elements matched by a given condition. \
                    The functions have several variants of operator types, including subsets, ranges, \
                    regular expressions and others. Implemented operators work on vectors, matrices and lists.
checksums           rmd160  403064e2c140a695700832f08e7b2b736d196c85 \
                    sha256  7c3015ec609f1c973ee3891a59ef5cffa40875d80d890229e3291f7c25e2ad79 \
                    size    28090
supported_archs     noarch
platforms           {darwin any}

depends_test-append port:R-dplyr \
                    port:R-knitr \
                    port:R-nycflights13 \
                    port:R-purrr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
