# -*- 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 Non-Contradiction JuliaCall 0.17.5 v
revision            1
categories-append   math
maintainers         {@barracuda156 gmail.com:vital.had} openmaintainer
license             MIT
description         Seamless integration between R and Julia
long_description    {*}${description}
homepage            https://non-contradiction.github.io/JuliaCall/index.html
checksums           rmd160  a9a2a3310de36f32d503f7641b795cf6cc4d9aea \
                    sha256  c2588e08cc8acf2c4ee117dbef3bcfccd0750e6e1abcf9969b45c92260041d77 \
                    size    2826735

depends_lib-append  port:R-knitr \
                    port:R-Rcpp \
                    port:R-rjson

depends_test-append port:R-rappdirs \
                    port:R-rmarkdown \
                    port:R-sass \
                    port:R-testthat

# Despite being listed as a system requirement, Julia is not needed
# for the build or tests. Since it is broken on PowerPC, add a note.
notes "
To use ${name}, it is recommended to install julia port.\
Notice that julia is not supported on some platforms.
"

test.run            yes
