# -*- 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 mlr-org mlr 2.19.2
revision            2
categories-append   math
maintainers         nomaintainer
license             BSD
description         Machine Learning in R
long_description    {*}${description}
homepage            https://mlr.mlr-org.com
checksums           rmd160  f6f87f10fea93ce635945197209922c9f61d9112 \
                    sha256  85e67049f1067a7eae0f0e5b5c4e4e46a25407a17750512220f438a0fa5097c5 \
                    size    2942566

depends_lib-append  port:R-backports \
                    port:R-BBmisc \
                    port:R-checkmate \
                    port:R-data.table \
                    port:R-ggplot2 \
                    port:R-parallelMap \
                    port:R-ParamHelpers \
                    port:R-stringi \
                    port:R-XML

# These are declared as optional dependencies, and not linked to.
depends_run-append  port:gdal \
                    port:gmp \
                    port:gsl \
                    port:jags \
                    port:mpfr \
                    port:udunits
