# -*- 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 r-lib otel 0.2.0 v
revision            1
platforms           {darwin any}
maintainers         nomaintainer
license             MIT
description         OpenTelemetry R API
long_description    {*}${description}
homepage            https://otel.r-lib.org
checksums           rmd160  6896754339c6a908040a37883178dffead148677 \
                    sha256  aa7232783401b0367f772aea0e07c4f69627526cd738d06a04215e557c8d35d7 \
                    size    73544
github.tarball_from archive
supported_archs     noarch

# R-otelsdk is not on CRAN yet.
depends_test-append port:R-callr \
                    port:R-cli \
                    port:R-glue \
                    port:R-jsonlite \
                    port:R-processx \
                    port:R-shiny \
                    port:R-spelling \
                    port:R-testthat \
                    port:R-withr

test.run            yes
