mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
30 lines
1.0 KiB
Tcl
30 lines
1.0 KiB
Tcl
# -*- 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 mlr3misc 0.15.1
|
|
revision 0
|
|
maintainers nomaintainer
|
|
license LGPL-3
|
|
description Helper functions for R-mlr3
|
|
long_description {*}${description}
|
|
homepage https://mlr3misc.mlr-org.com
|
|
checksums rmd160 793013a14bb6f1618f075a99128a98cad515e407 \
|
|
sha256 a316f75d82aaca30d03e5bd67f26e7d67e4c2e6d18db1d548086c491e3c053f9 \
|
|
size 90643
|
|
|
|
depends_lib-append port:R-backports \
|
|
port:R-checkmate \
|
|
port:R-data.table \
|
|
port:R-digest \
|
|
port:R-R6
|
|
|
|
depends_test-append port:R-callr \
|
|
port:R-evaluate \
|
|
port:R-paradox \
|
|
port:R-testthat
|
|
|
|
test.run yes
|