# -*- 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 yihui printr 0.3 v
revision            1
maintainers         nomaintainer
license             GPL
description         Automatically print R objects to appropriate formats according to the knitr output format
long_description    {*}${description}
homepage            https://yihui.org/printr
checksums           rmd160  4b77dd188d1c131faabe2d27b4e78b8b640f91d4 \
                    sha256  c0d88c4ffe919cfa123a8ca745e13778661ab45e20dbc8df6731d6c1554235c3 \
                    size    7048
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-knitr

depends_test-append port:R-rmarkdown

test.run            yes
