# -*- 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 mlr-org mlr3pipelines 0.7.0 v
revision            0
platforms           {darwin any}
maintainers         nomaintainer
license             LGPL-3
description         Preprocessing operators and pipelines for R-mlr3
long_description    {*}${description}
homepage            https://mlr3pipelines.mlr-org.com
checksums           rmd160  8a22790443da8164e30e2511f7287c353ee1d4ad \
                    sha256  a323f016c5b7846352ceb61a20db98cd9b92b0126c30e356ab320acdcf32c66f \
                    size    754875
# github.tarball_from archive
supported_archs     noarch

depends_lib-append  port:R-backports \
                    port:R-checkmate \
                    port:R-data.table \
                    port:R-digest \
                    port:R-lgr \
                    port:R-mlr3 \
                    port:R-mlr3misc \
                    port:R-paradox \
                    port:R-R6 \
                    port:R-withr
