# -*- 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 juba questionr 0.7.8
revision            1
maintainers         nomaintainer
license             GPL-2+
description         Functions to make surveys processing easier
long_description    {*}${description}
homepage            https://juba.github.io/questionr
checksums           rmd160  69f63400feb13ca362dfd72b872a9ab31a6e4f66 \
                    sha256  af72e59fe652c6063282a7e5b0f487993b9361cc9ed052a632d64a5a6db76ba9 \
                    size    3694621
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-classInt \
                    port:R-highr \
                    port:R-htmltools \
                    port:R-labelled \
                    port:R-miniUI \
                    port:R-rlang \
                    port:R-rstudioapi \
                    port:R-shiny \
                    port:R-styler

depends_run-append  port:xclip

depends_test-append port:R-dplyr \
                    port:R-forcats \
                    port:R-ggplot2 \
                    port:R-Hmisc \
                    port:R-janitor \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-roxygen2 \
                    port:R-survey \
                    port:R-testthat \
                    port:R-tidyr

test.run            yes
