# -*- 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 jbryer likert 1.3.5.1
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             GPL
description         Approach to analyzing Likert response items
long_description    {*}${description}, with an emphasis on visualizations.
homepage            https://github.com/jbryer/likert
checksums           rmd160  53284a55d30286db061d8daba817fca3157b8ada \
                    sha256  c99603740b4540b5138e9b491ed632a352053888ce7873c5a6df99028c25bd21 \
                    size    1685471
supported_archs     noarch

depends_lib-append  port:R-ggplot2 \
                    port:R-gridExtra \
                    port:R-plyr \
                    port:R-psych \
                    port:R-reshape2 \
                    port:R-xtable

depends_test-append port:R-devtools \
                    port:R-shiny

test.run            yes
