# -*- 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 IRkernel repr 1.1.7
revision            4
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Serializable representations
long_description    {*}${description}
checksums           rmd160  990e42b5dca51fa104773ff3a96ff8b2e626d87e \
                    sha256  6593387874bc7f52c61449d0d872e73daae5593ea03406ec4742da2b7f9a1f35 \
                    size    43895
github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-base64enc \
                    port:R-htmltools \
                    port:R-jsonlite \
                    port:R-pillar

depends_test-append port:R-Cairo \
                    port:R-data.table \
                    port:R-highr \
                    port:R-htmlwidgets \
                    port:R-leaflet \
                    port:R-plotly \
                    port:R-stringr \
                    port:R-testthat \
                    port:R-tibble

test.run            yes
