# -*- 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 wahani templates 0.4.0
revision            1
maintainers         nomaintainer
license             MIT
description         System for working with templates
long_description    Provides tools to work with template code and text in R. \
                    It aims to provide a simple substitution mechanism for R-expressions inside these templates. \
                    Templates can be written in other languages like SQL, can simply be represented by characters in R, \
                    or can themselves be R-expressions or functions.
checksums           rmd160  c3f596918b21fd6306157a4d526b2aaf495c9dbf \
                    sha256  75f33a8887629086f73c0f1b8a3181f72209e1f58476bfcf8c49526b69c0f31f \
                    size    11668
supported_archs     noarch
platforms           {darwin any}

depends_lib-append  port:R-magrittr \
                    port:R-stringr

depends_test-append port:R-covr \
                    port:R-knitr \
                    port:R-rmarkdown \
                    port:R-testthat

test.run            yes
