# -*- 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 antoine.rolland voteSim 0.1.1
revision            1
categories-append   economics
maintainers         nomaintainer
license             GPL-3
description         Generate simulated data for voting rules using evaluations
long_description    {*}${description}
checksums           rmd160  16042c3d2771208acca2548c72cb1555817e63a7 \
                    sha256  f3f8543b5731b0159892479c1ce39aea07749c1586d60a31afce735eef641e73 \
                    size    9255
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-GenOrd \
                    port:R-extraDistr \
                    port:R-truncnorm

depends_test-append port:R-testthat

test.run            yes
