# -*- 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

# Revert to GitHub once updated there.
R.setup             cran vincentarelbundock tinysnapshot 0.2.0
revision            1
categories-append   devel
platforms           {darwin any}
maintainers         nomaintainer
license             GPL-3+
description         Snapshots for unit tests using the R-tinytest framework
long_description    {*}${description}
homepage            https://github.com/vincentarelbundock/tinysnapshot
checksums           rmd160  d262764d2c9c9b882ae097d4e882b13853705fe9 \
                    sha256  167bfeb4a9de0df04e74024ca152dadc7da506e4abf4efd0045fc2483d884da5 \
                    size    84575
supported_archs     noarch

depends_lib-append  port:R-diffobj \
                    port:R-magick \
                    port:R-tinytest

depends_test-append port:R-fontquiver \
                    port:R-ggplot2 \
                    port:R-ragg \
                    port:R-rsvg \
                    port:R-svglite

test.run            yes
