# -*- 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 cran tmplate 0.0.3
revision            1
categories-append   devel
maintainers         nomaintainer
license             {GPL-2 GPL-3}
description         Code generation based on templates
long_description    Define general templates with tags that can be replaced by content \
                    depending on arguments and objects to modify the final output of the document.
checksums           rmd160  ddec0ce279fcc44d91bbf8900c559a040b28342e \
                    sha256  cf34cae5d6769744a7a7326789cea3d5368845443d5a250f1b370e91635d04f0 \
                    size    20957
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-tRnslate

depends_test-append port:R-knitr \
                    port:R-markdown \
                    port:R-rmarkdown

test.run            yes
